From b2ef52d94939bdb5c225b9edc6ddfda57309fd76 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 07:18:20 +0000 Subject: [PATCH 1/2] feat(stainless): update production server to edge.api.stigg.io Update SDKs to use edge.api.stigg.io API URL by default --- .stats.yml | 4 ++-- src/stigg/_client.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index f1d55cd4..98e511bd 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/stigg/_client.py b/src/stigg/_client.py index 97467990..0c749a25 100644 --- a/src/stigg/_client.py +++ b/src/stigg/_client.py @@ -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: @@ -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: From 64d909fdfed6dc5602617e58fe8bb8bbcf30d8ca Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 07:18:49 +0000 Subject: [PATCH 2/2] release: 0.1.0-beta.30 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/stigg/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d589672a..5ea5d0cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-beta.29" + ".": "0.1.0-beta.30" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bad7aea..7edeb871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 27db2f4c..b8f0a131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/stigg/_version.py b/src/stigg/_version.py index ede35a86..5be006c4 100644 --- a/src/stigg/_version.py +++ b/src/stigg/_version.py @@ -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