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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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.16.3"
}
9 changes: 9 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.16.3](https://github.com/open-feature/flagd/compare/core/v0.16.2...core/v0.16.3) (2026-09-02)


### ✨ 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))

## [0.16.2](https://github.com/open-feature/flagd/compare/core/v0.16.1...core/v0.16.2) (2026-08-14)


Expand Down
7 changes: 7 additions & 0 deletions flagd-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.9](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.8...flagd-proxy/v0.9.9) (2026-09-02)


### ✨ 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))

## [0.9.8](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.7...flagd-proxy/v0.9.8) (2026-08-14)


Expand Down
14 changes: 14 additions & 0 deletions flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.16.3](https://github.com/open-feature/flagd/compare/flagd/v0.16.2...flagd/v0.16.3) (2026-09-02)


### ✨ 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)


Expand Down