diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af66a066b..9a4f227ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flagd": "0.16.2", - "flagd-proxy": "0.9.8", - "core": "0.16.2" + "flagd": "0.16.3", + "flagd-proxy": "0.9.9", + "core": "0.17.0" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 66feb55f4..b6cad49cc 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.17.0](https://github.com/open-feature/flagd/compare/core/v0.16.2...core/v0.17.0) (2026-09-10) + + +### โš  BREAKING CHANGES + +* make file poll interval configurable ([#2045](https://github.com/open-feature/flagd/issues/2045)) + +### ๐Ÿ› Bug Fixes + +* **security:** update module google.golang.org/grpc to v1.83.1 [security] ([#2043](https://github.com/open-feature/flagd/issues/2043)) ([e17886a](https://github.com/open-feature/flagd/commit/e17886a01f1960b4d36e3d79ea7474f129abb2b7)) + + +### โœจ New Features + +* Create additional FIPS 140-3 mode ([#2039](https://github.com/open-feature/flagd/issues/2039)) ([22128a1](https://github.com/open-feature/flagd/commit/22128a1519d7e603fa6402eb9264ccf390ff23a8)) +* HTTP fetch equivalent of the gRPC FetchAllFlags ([#2037](https://github.com/open-feature/flagd/issues/2037)) ([48be8de](https://github.com/open-feature/flagd/commit/48be8de6209e15fe8a8aa7c57ff93ea770ec74cd)) +* make file poll interval configurable ([#2045](https://github.com/open-feature/flagd/issues/2045)) ([58a47b9](https://github.com/open-feature/flagd/commit/58a47b9f81a0802ec3c5e8a9ef81a8146e900aec)) +* SSE support for OFREP endpoints ([#2012](https://github.com/open-feature/flagd/issues/2012)) ([aa042fe](https://github.com/open-feature/flagd/commit/aa042fe42669710364c40e6a1c29093baa3cf863)) + ## [0.16.2](https://github.com/open-feature/flagd/compare/core/v0.16.1...core/v0.16.2) (2026-08-14) diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md index a45423017..adf802361 100644 --- a/flagd-proxy/CHANGELOG.md +++ b/flagd-proxy/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.9.9](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.8...flagd-proxy/v0.9.9) (2026-09-10) + + +### ๐Ÿ› Bug Fixes + +* **security:** update module google.golang.org/grpc to v1.83.1 [security] ([#2043](https://github.com/open-feature/flagd/issues/2043)) ([e17886a](https://github.com/open-feature/flagd/commit/e17886a01f1960b4d36e3d79ea7474f129abb2b7)) + + +### โœจ New Features + +* Create additional FIPS 140-3 mode ([#2039](https://github.com/open-feature/flagd/issues/2039)) ([22128a1](https://github.com/open-feature/flagd/commit/22128a1519d7e603fa6402eb9264ccf390ff23a8)) + + +### ๐Ÿงน Chore + +* resolve open dependabot security alerts ([#2040](https://github.com/open-feature/flagd/issues/2040)) ([98ff80f](https://github.com/open-feature/flagd/commit/98ff80f4faa4b0f4fa56625810ac8f25c80d09e8)) + ## [0.9.8](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.7...flagd-proxy/v0.9.8) (2026-08-14) diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md index c650ee90d..316cfb06a 100644 --- a/flagd/CHANGELOG.md +++ b/flagd/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.16.3](https://github.com/open-feature/flagd/compare/flagd/v0.16.2...flagd/v0.16.3) (2026-09-10) + + +### ๐Ÿ› Bug Fixes + +* **security:** update module google.golang.org/grpc to v1.83.1 [security] ([#2043](https://github.com/open-feature/flagd/issues/2043)) ([e17886a](https://github.com/open-feature/flagd/commit/e17886a01f1960b4d36e3d79ea7474f129abb2b7)) + + +### โœจ New Features + +* Create additional FIPS 140-3 mode ([#2039](https://github.com/open-feature/flagd/issues/2039)) ([22128a1](https://github.com/open-feature/flagd/commit/22128a1519d7e603fa6402eb9264ccf390ff23a8)) +* HTTP fetch equivalent of the gRPC FetchAllFlags ([#2037](https://github.com/open-feature/flagd/issues/2037)) ([48be8de](https://github.com/open-feature/flagd/commit/48be8de6209e15fe8a8aa7c57ff93ea770ec74cd)) +* SSE support for OFREP endpoints ([#2012](https://github.com/open-feature/flagd/issues/2012)) ([aa042fe](https://github.com/open-feature/flagd/commit/aa042fe42669710364c40e6a1c29093baa3cf863)) + + +### ๐Ÿงน Chore + +* OFREP ETag response based on full response body. ([#2036](https://github.com/open-feature/flagd/issues/2036)) ([2911ec1](https://github.com/open-feature/flagd/commit/2911ec189c962c2669d8d7c1c7d88e07f4c0e5ae)) + ## [0.16.2](https://github.com/open-feature/flagd/compare/flagd/v0.16.1...flagd/v0.16.2) (2026-08-14)