Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-beta.29"
".": "0.1.0-beta.30"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 111
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stigg/stigg-adaad2912e291814c93ac60d21f83f15a49cfd8d8ee8dc07b5f4b4a961d74904.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stigg/stigg-77c3a6ff808ad2e50f897dca975b9be1ef45b6841618aa2b1b87830c9910de3e.yml
openapi_spec_hash: 1bbed365dc0b25763e34f2869ab08593
config_hash: 2e65c1178cfd5d688faf5c9b1a48a732
config_hash: b3ce16872bdfce735bf0f02d69273407
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-beta.30 (2026-06-28)

Full Changelog: [v0.1.0-beta.29...v0.1.0-beta.30](https://github.com/stiggio/stigg-python/compare/v0.1.0-beta.29...v0.1.0-beta.30)

### Features

* **stainless:** update production server to edge.api.stigg.io ([b2ef52d](https://github.com/stiggio/stigg-python/commit/b2ef52d94939bdb5c225b9edc6ddfda57309fd76))

## 0.1.0-beta.29 (2026-06-23)

Full Changelog: [v0.1.0-beta.28...v0.1.0-beta.29](https://github.com/stiggio/stigg-python/compare/v0.1.0-beta.28...v0.1.0-beta.29)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stigg"
version = "0.1.0-beta.29"
version = "0.1.0-beta.30"
description = "The official Python library for the stigg API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions src/stigg/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
if base_url is None:
base_url = os.environ.get("STIGG_BASE_URL")
if base_url is None:
base_url = f"https://api.stigg.io"
base_url = f"https://edge.api.stigg.io"

custom_headers_env = os.environ.get("STIGG_CUSTOM_HEADERS")
if custom_headers_env is not None:
Expand Down Expand Up @@ -273,7 +273,7 @@ def __init__(
if base_url is None:
base_url = os.environ.get("STIGG_BASE_URL")
if base_url is None:
base_url = f"https://api.stigg.io"
base_url = f"https://edge.api.stigg.io"

custom_headers_env = os.environ.get("STIGG_CUSTOM_HEADERS")
if custom_headers_env is not None:
Expand Down
2 changes: 1 addition & 1 deletion src/stigg/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "stigg"
__version__ = "0.1.0-beta.29" # x-release-please-version
__version__ = "0.1.0-beta.30" # x-release-please-version