Skip to content

Releases: growthbook/growthbook-sdk-java

0.9.2

07 May 09:11
d31a33d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

02 Aug 19:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.9.1

0.9.0

01 Aug 22:46
8dae94d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.9.0

Breaking changes

GBFeaturesRepository constructor signature and builder methods have changed to split the previous endpoint into clientKey and apiHost. See the docs for updated implementation.

0.8.1

19 Jul 23:53
97ca6ab
Compare
Choose a tag to compare

What's Changed

  • Improve evalFeature performance: generate fewer MalformedURLException by @crinklywrappr in #35

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

14 Jul 21:04
9b4ca41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

06 Jul 23:10
aa04bfa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

07 Jun 17:13
3f17ab8
Compare
Choose a tag to compare

What's Changed

  • Add support for version string comparison, and arrays in $in and $nin, and null equality check by @tinahollygb in #27

Full Changelog: 0.6.0...0.7.0

0.6.0

19 Apr 18:31
4edfa84
Compare
Choose a tag to compare
  • new SDK bucketing support for hash version 2: #22

0.5.0

06 Mar 23:58
Compare
Choose a tag to compare
  • Add the ability to force feature values via the URL: #18

0.4.0

14 Feb 04:09
Compare
Choose a tag to compare
  • Add networking class GBFeaturesRepository: #16