Skip to content

Latest commit

 

History

History
77 lines (38 loc) · 4.73 KB

File metadata and controls

77 lines (38 loc) · 4.73 KB

Changelog

2.0.0 (2026-08-21)

Features

  • Add reason, variant to flagsmith eval output (#74) (52d67c3)
  • Migrate to the new update-flag contract, and flag update --weight (#92) (c0a5cec)

Bug Fixes

  • auth: Self-hosted instances dead-end with no usable credential (#86) (777b918)
  • install: Warn when another flagsmith on PATH may shadow the install (#97) (9ad9979)

CI

Docs

  • Publish the command reference to GitHub Pages (#100) (39ae3cd)

Dependency Updates

  • update module golang.org/x/net to v0.56.0 [security] (#88) (110158a)
  • update module golang.org/x/text to v0.39.0 [security] (#89) (0fcd1d8)

Other

  • Graduate to a stable 2.0.0 release (#98) (d7fcce9)

2.0.0-beta.3 (2026-08-11)

Bug Fixes

  • api: send a default JSON content type (#80) (21ea585)

2.0.0-beta.2 (2026-07-31)

Features

2.0.0-beta.1 (2026-07-30)

⚠ BREAKING CHANGES

Features

CI

  • build release binaries with goreleaser (#55) (0647ea1)
  • configure release-please for the 2.0.0 beta line (#54) (7255b9d)
  • publish multi-arch images to ghcr.io (#56) (ebb84d9)

Other