Skip to content

Releases: Flagsmith/flagsmith-java-client

Version 6.1.0

03 Apr 15:03
08d1fab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.1.0

Version 6.0.1

29 Mar 13:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

Version 6.0.0

29 Mar 10:43
7a7b20c
Compare
Choose a tag to compare

What's Changed

New Contributors

Breaking changes

  • Clients in local evaluation mode will no longer throw RuntimeException if unable to retrieve environment on startup and default handler is provided
  • enableEnvLevelCaching will now throw IllegalArgumentException for null key
  • identifyUserWithTraits will now throw IllegalArgumentException for null identifier
  • Target Java version raised to 11

Full Changelog: v5.1.2...v6.0.0

Version 5.1.2

20 Jan 13:29
36f4006
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.1.2

Version 5.1.1

04 Nov 11:40
d9998f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

Version 5.1.0

01 Nov 11:38
d4516b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.1.0

Version 5.0.4

24 Aug 08:50
6d38ecf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.3...v5.0.4

Version 5.0.0

07 Jun 13:19
5919af8
Compare
Choose a tag to compare

What's Changed

  • Flag Engine Implementation by @fzia in #53
  • Rewrite for client side evaluation by @fzia in #55
  • Identity Segments call exposed by @fzia in #63
  • prevent initialization with out server key for local evaluation by @fzia in #64
  • Fix segment priorities by @matthewelwell in #67
  • Update default api url to point to edge by @matthewelwell in #68
  • Semver Support - Added tests and support for Semantic Versions by @fzia in #65
  • Release version 5.0.0 by @matthewelwell in #54

New Contributors

  • @fzia made their first contribution in #53

Full Changelog: v4.0.2...v5.0.0

Full ConfigBuilder support

11 Jun 15:34
Compare
Choose a tag to compare

You can now override all config options with the builder.

v1.3.0

11 Jan 15:24
Compare
Choose a tag to compare

added UserTraits feature support