diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a570b4ec..7f94e20c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "hooks/validator": "0.1.6", "providers/configcat": "0.2.1", "providers/flagd": "0.2.2", - "providers/flipt": "0.1.1", + "providers/flipt": "0.1.2", "providers/from-env": "0.1.5", "providers/go-feature-flag": "0.1.37", "providers/flagsmith": "0.1.4", diff --git a/providers/flipt/CHANGELOG.md b/providers/flipt/CHANGELOG.md index a01e963b3..b76a7dfc4 100644 --- a/providers/flipt/CHANGELOG.md +++ b/providers/flipt/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.1.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/flipt/v0.1.1...providers/flipt/v0.1.2) (2024-07-29) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.8.1 ([#483](https://github.com/open-feature/go-sdk-contrib/issues/483)) ([4c3f005](https://github.com/open-feature/go-sdk-contrib/commit/4c3f005f587902b239ea904c8d050d054dc8afe7)) +* **deps:** update module github.com/open-feature/go-sdk to v1.10.0 ([#469](https://github.com/open-feature/go-sdk-contrib/issues/469)) ([21810af](https://github.com/open-feature/go-sdk-contrib/commit/21810afc33fce9a3940ec9dc59e65f140fcbaa57)) +* **deps:** update module github.com/open-feature/go-sdk to v1.11.0 ([#501](https://github.com/open-feature/go-sdk-contrib/issues/501)) ([3f0eaa5](https://github.com/open-feature/go-sdk-contrib/commit/3f0eaa575500baa663dc24dbfc6cf8214565471f)) +* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#470](https://github.com/open-feature/go-sdk-contrib/issues/470)) ([5263567](https://github.com/open-feature/go-sdk-contrib/commit/52635679b633e01e23196885a4a98d3cecbc8822)) +* **deps:** update module go.flipt.io/flipt/rpc/flipt to v1.35.0 ([#389](https://github.com/open-feature/go-sdk-contrib/issues/389)) ([98fa10a](https://github.com/open-feature/go-sdk-contrib/commit/98fa10ad9730695adaf940841e216a83f2a8a00f)) +* **deps:** update module go.flipt.io/flipt/sdk/go to v0.11.0 ([#392](https://github.com/open-feature/go-sdk-contrib/issues/392)) ([23ea2a3](https://github.com/open-feature/go-sdk-contrib/commit/23ea2a3f9de3c0b14c7c68a14f3aa91917a8f16c)) +* **deps:** update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.46.0 [security] ([#387](https://github.com/open-feature/go-sdk-contrib/issues/387)) ([a1468e1](https://github.com/open-feature/go-sdk-contrib/commit/a1468e1fb40515048560b22ab8f343e46ee1a6ed)) +* **deps:** update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.49.0 ([#391](https://github.com/open-feature/go-sdk-contrib/issues/391)) ([8ef5b1a](https://github.com/open-feature/go-sdk-contrib/commit/8ef5b1a21848b8f9a3bbc35a8f752b067a88b43d)) +* **deps:** update module google.golang.org/grpc to v1.62.1 ([#430](https://github.com/open-feature/go-sdk-contrib/issues/430)) ([c20613c](https://github.com/open-feature/go-sdk-contrib/commit/c20613c5079f2a9871c451771aca2b8ab56d7bcb)) + + +### ๐Ÿงน Chore + +* **providers/flipt:** update README with correct provider import statement ([#496](https://github.com/open-feature/go-sdk-contrib/issues/496)) ([0ac382e](https://github.com/open-feature/go-sdk-contrib/commit/0ac382ec13390e7290f85ff524e7c401673ddc8c)) +* update to go-sdk 1.9.0 ([#404](https://github.com/open-feature/go-sdk-contrib/issues/404)) ([11fa3ab](https://github.com/open-feature/go-sdk-contrib/commit/11fa3aba065a6dd81caca30e76efc16fb64a25e3)) + + +### ๐Ÿ“š Documentation + +* add namespace docs ([#521](https://github.com/open-feature/go-sdk-contrib/issues/521)) ([c3973a6](https://github.com/open-feature/go-sdk-contrib/commit/c3973a6bc3e6cbca779880cf09ca337ff1088fbf)) +* flipt grpc example ([#398](https://github.com/open-feature/go-sdk-contrib/issues/398)) ([1e2c54d](https://github.com/open-feature/go-sdk-contrib/commit/1e2c54debb3aea0f9b45655e9aa795cae8080313)) + ## [0.1.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/flipt-v0.1.0...providers/flipt/v0.1.1) (2023-11-16)