Skip to content

Latest commit

 

History

History
377 lines (186 loc) · 22.7 KB

File metadata and controls

377 lines (186 loc) · 22.7 KB

Changelog

0.4.0 (2026-03-09)

⚠ BREAKING CHANGES

  • angular: use [flagNameFeatureFlag] selector for generated directives (#227)

🐛 Bug Fixes

  • security: update module go.opentelemetry.io/otel/sdk to v1.40.0 [security] (#231) (84e1677)

✨ New Features

  • angular: add convenience value method alongside details method in generated service (#228) (96cc00e)

🧹 Chore

  • update oapi codegen lib to fix generated output (#232) (4eb87c9)

🔄 Refactoring

  • angular: use [flagNameFeatureFlag] selector for generated directives (36028e0)
  • angular: use [flagNameFeatureFlag] selector for generated directives (#227) (36028e0)

0.3.16 (2026-02-19)

🔄 Refactoring

  • generator/angular: extend FeatureFlagDirective<T> instead of using hostDirectives (#218) (ea36a20)

0.3.15 (2026-02-09)

🐛 Bug Fixes

  • generator: dotnet dependency injection issue (#209) (2cc23ee)

🧹 Chore

0.3.14 (2026-02-03)

🐛 Bug Fixes

  • 204: add #nullable enabled directive on top of generated file (#205) (0ce3710)

✨ New Features

🧹 Chore

  • wire CLI version via ldflags at build time (#199) (e8dd221)

0.3.13 (2026-01-15)

✨ New Features

  • cli: support custom templates via --template flag (#198) (3549cf7)

🧹 Chore

  • add linter config file and fix findings (#196) (3311004)
  • update copyright to OpenFeature Maintainers (#187) (b255228)
  • update go generator with go-sdk v1.17.0 (#189) (6cb2453)

📚 Documentation

  • comprehensive documentation updates for OpenAPI patterns and contributor guide (#179) (ea5023b)

0.3.12 (2025-11-07)

🐛 Bug Fixes

🔄 Refactoring

  • rename flag-source-url to provider-url for consistency (#181) (79b362e)

0.3.11 (2025-11-07)

✨ New Features

0.3.10 (2025-11-06)

✨ New Features

0.3.9 (2025-10-28)

🐛 Bug Fixes

  • add buildx to release pipeline (002c982)

0.3.8 (2025-10-28)

🐛 Bug Fixes

  • fix invalid gorelease configuration preventing new releases (#175) (e20442d)

0.3.7 (2025-10-28)

✨ New Features

  • add interactive prompting to manifest add command (#174) (9d8b2ce)
  • adds ability to access original flag keys post-generation (#167) (fe326f6)
  • manifest command group for adding and listing flags in manifest (#168) (3d3f7a6)

📚 Documentation

  • fix typo in the readme (96d37f1)
  • update README.md formatting for openfeature.dev website docs (#172) (cd4b29f)

0.3.6 (2025-08-29)

🐛 Bug Fixes

  • deps: update module dagger.io/dagger to v0.18.10 (#136) (8b70612)
  • deps: update module dagger.io/dagger to v0.18.11 (#142) (2835e3c)
  • deps: update module dagger.io/dagger to v0.18.12 (#143) (cf962d9)
  • deps: update module github.com/pterm/pterm to v0.12.81 (#129) (a25f90a)
  • security: update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] (#149) (616b446)
  • security: update module github.com/go-viper/mapstructure/v2 to v2.4.0 [security] (#151) (9d635ac)

✨ New Features

  • openfeature pull command (#147) (c517e87)
  • basic object flags (#141) (288023c)
  • flagset: improve validation error formatting in Load function (#119) (8eec779)
  • flagset: improve validation error formatting in Load function #110 (8eec779)
  • integration tests for nodejs generator (#140) (b867485)

🧹 Chore

  • add merge group trigger to pr lint (32f912a)
  • add renovate.json file #122 (#124) (83dac70)
  • deps: update alpine docker tag to v3.22 (#130) (11b9c34)
  • deps: update dagger/dagger-for-github action to v7 (#132) (1b4d062)
  • deps: update dependency microsoft.extensions.dependencyinjection to 8.0.1 (#127) (3ec8443)
  • deps: update dependency microsoft.extensions.dependencyinjection to 9.0.6 (#138) (5d7a607)
  • deps: update dependency microsoft.extensions.dependencyinjection to v9 (#133) (51232fe)
  • deps: update dependency openfeature to 2.6.0 (#131) (35533dc)
  • deps: update dependency openfeature to 2.7.0 (#144) (2003666)
  • deps: update golangci/golangci-lint-action action to v8 (#134) (4f909c1)
  • fix the directory structure (#121) (bcd11ea)
  • revert golang ci lint to v6 (594cf53)
  • upgrade dependencies (#123) (79d3dce)

0.3.5 (2025-05-20)

🐛 Bug Fixes

0.3.4 (2025-05-14)

✨ New Features

0.3.3 (2025-04-18)

🐛 Bug Fixes

  • use the correct json schema url in init command (#96) (412a117)

✨ New Features

🧹 Chore

  • automate project standards before push (#94) (e32547f)

0.3.2 (2025-04-02)

✨ New Features

  • add contributing guide and generator readme (#80) (05e094d), closes #69
  • add nodejs generator (#91) (a40b6a4)
  • add script to install the latest binary (#85) (afa46d0)
  • cli: add stability annotations to generated Markdown documentation (#88) (9102d13)
  • consolidate logging and support debug flag (#92) (3fbd947)

📚 Documentation

  • add install, quick start, commands, and more to readme (#90) (9244276)

0.3.1 (2025-03-18)

🐛 Bug Fixes

  • binary name referenced in the dockerfile (0e28e8e)

0.3.0 (2025-03-18)

⚠ BREAKING CHANGES

  • change binary name (#82)

🧹 Chore

0.2.0 (2025-03-18)

⚠ BREAKING CHANGES

  • add init command, update cli flags, support a config file (#71)

🧹 Chore

🔄 Refactoring

  • add init command, update cli flags, support a config file (#71) (106bf9d)

0.1.10 (2025-01-27)

✨ New Features

  • add doc gen, move schema path, add tests, fix react gen (#68) (68a72ee)
  • update golang output (#63) (0e7db02)

🧹 Chore

  • go mod tidy, gitignore dist folder (1530d38)
  • switch base image from distroless to alpine (#67) (60955af)

0.1.9 (2024-11-27)

🧹 Chore

  • remove empty testutils package (#55) (9dc1d9f)
  • update back to previous mkdir permissions (#61) (515b534)

0.1.8 (2024-10-31)

🐛 Bug Fixes

0.1.7 (2024-10-31)

🐛 Bug Fixes

0.1.6 (2024-10-31)

📚 Documentation

🔄 Refactoring

0.1.5 (2024-10-22)

🐛 Bug Fixes

0.1.4 (2024-10-22)

✨ New Features

0.1.3 (2024-10-22)

🐛 Bug Fixes

  • set github token for release process (a2fe4aa)

0.1.2 (2024-10-22)

✨ New Features

🔄 Refactoring

  • change folder, package structure; integrate with cobra (#27) (850c694)

0.1.1 (2024-10-04)

🐛 Bug Fixes

0.1.0 (2024-10-04)

⚠ BREAKING CHANGES

  • lower json schema version, rename number to float (#12)

✨ New Features

  • Fixing problems with generated code for golang and adding sample manifest for testing. (#22) (558e964)
  • initial CLI for codegen with support for golang strongly typed accessors (#13) (e8f3d3e)
  • lower json schema version, rename number to float (#12) (ed844b4)

📚 Documentation

  • Add initial flag manifest schema (#9) (fac35ca)

🔄 Refactoring

  • change the case of the flag manifest to camel case. (#19) (fbac8ce)
  • embed flag manifest schema into code and moves files around (#18) (aa9d3b0)