Skip to content
Open
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 .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
".": "1.54.1",
"cmd/wasm": "0.2.2",
"openfeature/providers/python-provider": "1.1.0",
"openfeature/providers/kotlin-provider": "1.0.0",
"openfeature/providers/kotlin-provider": "1.0.1",
"modules/core": "0.7.1"
}
23 changes: 23 additions & 0 deletions openfeature/providers/kotlin-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.0.1](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/kotlin-provider/v1.0.0...openfeature/providers/kotlin-provider/v1.0.1) (2026-06-16)


### 🔧 Chores

* Bump github.com/aws/aws-sdk-go-v2 from 1.41.10 to 1.41.11 ([#5409](https://github.com/thomaspoignant/go-feature-flag/issues/5409)) ([1badd80](https://github.com/thomaspoignant/go-feature-flag/commit/1badd804bb4232b034ccc59d15aee1cdee02e34d))
* Bump github.com/aws/aws-sdk-go-v2 from 1.41.6 to 1.41.7 ([#5225](https://github.com/thomaspoignant/go-feature-flag/issues/5225)) ([c228000](https://github.com/thomaspoignant/go-feature-flag/commit/c228000d65edf4eefcaa86b5c2eb72790b6d22e2))
* Bump github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.17 ([#5228](https://github.com/thomaspoignant/go-feature-flag/issues/5228)) ([977be4f](https://github.com/thomaspoignant/go-feature-flag/commit/977be4fbc82e52a3ac0a3fd6d6370d6f68dabcb7))
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5360](https://github.com/thomaspoignant/go-feature-flag/issues/5360)) ([9752a72](https://github.com/thomaspoignant/go-feature-flag/commit/9752a726b9e252e6262bfcf75066b0e32e4ec0ed))
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5410](https://github.com/thomaspoignant/go-feature-flag/issues/5410)) ([e9bf102](https://github.com/thomaspoignant/go-feature-flag/commit/e9bf102189c0708b72ee0487b05af8f32148681f))
* Bump go.opentelemetry.io/otel/trace from 1.42.0 to 1.43.0 ([#5079](https://github.com/thomaspoignant/go-feature-flag/issues/5079)) ([9505e0b](https://github.com/thomaspoignant/go-feature-flag/commit/9505e0bf1139244123f3d683cfefb698305601e7))
* Bump golang.org/x/net from 0.53.0 to 0.54.0 ([#5296](https://github.com/thomaspoignant/go-feature-flag/issues/5296)) ([b31655a](https://github.com/thomaspoignant/go-feature-flag/commit/b31655ac1ab8e12d6f9284b2f725d1cd74b80c3b))


### 📚 Documentation

* Cleanup CHANGELOGS ([#5333](https://github.com/thomaspoignant/go-feature-flag/issues/5333)) ([7d6c5a3](https://github.com/thomaspoignant/go-feature-flag/commit/7d6c5a3341c1a0e028163c0fd8e2ad99b27d67ef))
Comment on lines +10 to +19

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Go dependency bumps attributed to the Kotlin provider

The five chore entries in this release (github.com/aws/aws-sdk-go-v2, aws-sdk-go-v2/config, aws-sdk-go-v2/service/s3, go.opentelemetry.io/otel/trace, golang.org/x/net) are all Go modules with no connection to the Kotlin/Android provider. The kotlin-provider's build.gradle.kts depends only on Ktor, OkHttp, Gson, and Kotlin coroutines. These entries appear because Release Please is not scoping commits to openfeature/providers/kotlin-provider/ before including them in this changelog, which means the patch bump itself may be unwarranted. Worth verifying that the path filter in release-please-config.json is being respected for this package, or adding exclude-paths at the package level if needed.

Prompt To Fix With AI
This is a comment left during a code review.
Path: openfeature/providers/kotlin-provider/CHANGELOG.md
Line: 9-17

Comment:
**Go dependency bumps attributed to the Kotlin provider**

The five chore entries in this release (`github.com/aws/aws-sdk-go-v2`, `aws-sdk-go-v2/config`, `aws-sdk-go-v2/service/s3`, `go.opentelemetry.io/otel/trace`, `golang.org/x/net`) are all Go modules with no connection to the Kotlin/Android provider. The kotlin-provider's `build.gradle.kts` depends only on Ktor, OkHttp, Gson, and Kotlin coroutines. These entries appear because Release Please is not scoping commits to `openfeature/providers/kotlin-provider/` before including them in this changelog, which means the patch bump itself may be unwarranted. Worth verifying that the `path` filter in `release-please-config.json` is being respected for this package, or adding `exclude-paths` at the package level if needed.

How can I resolve this? If you propose a fix, please make it concise.

Fix in Claude Code Fix in Cursor



### ⚙️ CI/CD

* zizmor 3 ([#5255](https://github.com/thomaspoignant/go-feature-flag/issues/5255)) ([4b4e03a](https://github.com/thomaspoignant/go-feature-flag/commit/4b4e03a5d5d396398dd633b999c30d618f56816b))

## [1.0.0](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/kotlin-provider/v1.0.0...openfeature/providers/kotlin-provider/v1.0.0) (2026-02-05)


Expand Down
2 changes: 1 addition & 1 deletion openfeature/providers/kotlin-provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

allprojects {
extra["groupId"] = "org.gofeatureflag.openfeature"
ext["version"] = "1.0.0" // x-release-please-version
ext["version"] = "1.0.1" // x-release-please-version
extra["kotlinSdkVersion"] = "0.7.0"
extra["ktorVersion"] = "3.0.3"
extra["okhttpVersion"] = "5.3.2"
Expand Down
Loading