From 7da6750b8c8de8d16ee92650de3b2b7c9b30e5a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:54:18 +0000 Subject: [PATCH 1/2] chore(main): release 9.12.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ PROVENANCE.md | 2 +- ldclient/version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 048d674e..8cce2b69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.12.0" + ".": "9.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d064e7..40fedd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [9.12.1](https://github.com/launchdarkly/python-server-sdk/compare/9.12.0...9.12.1) (2025-09-30) + + +### Bug Fixes + +* Add validation format check for SDK key ([4c8d4ae](https://github.com/launchdarkly/python-server-sdk/commit/4c8d4ae639f0206b79b7cd6e1e76c8b72f93cf55)) +* Add validation format check for SDK key ([6ec6770](https://github.com/launchdarkly/python-server-sdk/commit/6ec6770153c3712aac9a0f4587647af5208177da)) +* Add validation format check for SDK key ([a19e5bf](https://github.com/launchdarkly/python-server-sdk/commit/a19e5bf291310408e95956e1f85a9ef57ba927e1)) +* Add validation format check for SDK key ([6959036](https://github.com/launchdarkly/python-server-sdk/commit/69590361bf25fbdf075c078830197ed081626ccc)) +* Add validation format check for SDK key ([b4f8ab6](https://github.com/launchdarkly/python-server-sdk/commit/b4f8ab613d4d7493c5c945629117fb687684c814)) +* Add validation format check for SDK key ([e514784](https://github.com/launchdarkly/python-server-sdk/commit/e5147846ace86bda7a0b0fc6f5dbe1b478343168)) +* Add validation format check for SDK key ([b7eec96](https://github.com/launchdarkly/python-server-sdk/commit/b7eec9696be7bd03e1198592e13dbc8c17cbb0e0)) +* Add validation format check for SDK key ([5891f34](https://github.com/launchdarkly/python-server-sdk/commit/5891f344898b14d1751b4234f63cc3fcb6812f2b)) +* Add validation format check for SDK key ([6b0920b](https://github.com/launchdarkly/python-server-sdk/commit/6b0920bf764fcc4428f25788cf10e7788a2553f3)) +* Add validation format check for SDK key ([133b3db](https://github.com/launchdarkly/python-server-sdk/commit/133b3db811882a17ede887b9fb622815e4d0fd2b)) + ## [9.12.0](https://github.com/launchdarkly/python-server-sdk/compare/9.11.1...9.12.0) (2025-07-11) diff --git a/PROVENANCE.md b/PROVENANCE.md index 4b23688b..58993a05 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the SDK to verify -SDK_VERSION=9.12.0 +SDK_VERSION=9.12.1 ``` diff --git a/ldclient/version.py b/ldclient/version.py index 5440358f..886c2d0d 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "9.12.0" # x-release-please-version +VERSION = "9.12.1" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 1f149bd3..1371d3c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-server-sdk" -version = "9.12.0" +version = "9.12.1" description = "LaunchDarkly SDK for Python" authors = ["LaunchDarkly "] license = "Apache-2.0" From 90e0aecae3055fa75928513895aa66a8409b7ae1 Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Tue, 30 Sep 2025 12:05:13 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fedd35..e2623a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,7 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this fi ### Bug Fixes -* Add validation format check for SDK key ([4c8d4ae](https://github.com/launchdarkly/python-server-sdk/commit/4c8d4ae639f0206b79b7cd6e1e76c8b72f93cf55)) -* Add validation format check for SDK key ([6ec6770](https://github.com/launchdarkly/python-server-sdk/commit/6ec6770153c3712aac9a0f4587647af5208177da)) -* Add validation format check for SDK key ([a19e5bf](https://github.com/launchdarkly/python-server-sdk/commit/a19e5bf291310408e95956e1f85a9ef57ba927e1)) -* Add validation format check for SDK key ([6959036](https://github.com/launchdarkly/python-server-sdk/commit/69590361bf25fbdf075c078830197ed081626ccc)) -* Add validation format check for SDK key ([b4f8ab6](https://github.com/launchdarkly/python-server-sdk/commit/b4f8ab613d4d7493c5c945629117fb687684c814)) -* Add validation format check for SDK key ([e514784](https://github.com/launchdarkly/python-server-sdk/commit/e5147846ace86bda7a0b0fc6f5dbe1b478343168)) -* Add validation format check for SDK key ([b7eec96](https://github.com/launchdarkly/python-server-sdk/commit/b7eec9696be7bd03e1198592e13dbc8c17cbb0e0)) -* Add validation format check for SDK key ([5891f34](https://github.com/launchdarkly/python-server-sdk/commit/5891f344898b14d1751b4234f63cc3fcb6812f2b)) -* Add validation format check for SDK key ([6b0920b](https://github.com/launchdarkly/python-server-sdk/commit/6b0920bf764fcc4428f25788cf10e7788a2553f3)) -* Add validation format check for SDK key ([133b3db](https://github.com/launchdarkly/python-server-sdk/commit/133b3db811882a17ede887b9fb622815e4d0fd2b)) +* Add validation format check for SDK key ([#351](https://github.com/launchdarkly/python-server-sdk/issues/351)) ## [9.12.0](https://github.com/launchdarkly/python-server-sdk/compare/9.11.1...9.12.0) (2025-07-11)