Skip to content

Releases: Unleash/unleash-client-java

unleash-client-java-8.2.0

30 Jun 12:33
798ea59
Compare
Choose a tag to compare
  • aeeb4dbe - [maven-release-plugin] prepare for next development iteration
  • 5b5c9c6f - feat: Added impression data events (#202)
  • 31f55687 - fix: add getters to impression events
  • 798ea59d - [maven-release-plugin] prepare release unleash-client-java-8.2.0

unleash-client-java-8.1.0

14 Jun 11:38
6ae69ae
Compare
Choose a tag to compare
  • 015340f3 - [maven-release-plugin] prepare for next development iteration
  • 20f889f0 - feat: expose impression data property (#201)
  • 6ae69aec - [maven-release-plugin] prepare release unleash-client-java-8.1.0

unleash-client-java-8.0.0

11 Apr 08:28
8e6d307
Compare
Choose a tag to compare
  • 52616be1 - [maven-release-plugin] prepare for next development iteration
  • fb8ecf58 - docs: clarify that environment is not environment (#192)
  • d3abc1ad - chore: typo in example README.md (#193)
  • e5c3e34d - fix: customHttpHeader example in README.md (#194)
  • 65db44b1 - chore: Update example to use most recent version of SDK
  • c4277929 - fix: synchronous fetch on initialization (#196)
  • 2e088ca3 - chore: proposal to have logs on our examples (#197)
  • 919abff4 - fix: Update random to 0-10000 instead of 0-100 (#198)
  • 8e6d307c - [maven-release-plugin] prepare release unleash-client-java-8.0.0

unleash-client-java-7.1.0

16 Jan 13:38
Compare
Choose a tag to compare
  • b065ddd3 - [maven-release-plugin] prepare for next development iteration
  • 0be4e2d7 - add spring boot 3.0 example
  • 3ae8c685 - feat: proposal to change default methods in Unleash interface (#185)
  • 51a906cf - fix: Updated gitignore to include eclipse files
  • 000e5649 - Added ability to exclude features from enable-/disableAll (#188)
  • 974f34e5 - Task/detect multiple instantiations (#186)
  • 9e8eb0c0 - docs: merge Java doc with docs.getunleash content (#189)
  • 8e80ce2d - [maven-release-plugin] prepare release unleash-client-java-7.1.0

unleash-client-java-7.0.0

24 Nov 13:47
Compare
Choose a tag to compare
  • 8525a8f5 - [maven-release-plugin] prepare for next development iteration
  • 3e4b5250 - chorus: using more semantic java interface (#177)
  • a26fbb8f - fix: app name with slash or backslash (#179)
  • ebc7db5e - fix: getVariant counts enabled or not (#180)
  • f9e1731a - task: Update version dependencies before new release
  • fdd8b0b6 - [maven-release-plugin] prepare release unleash-client-java-7.0.0

unleash-client-java-6.1.0

06 Oct 13:11
Compare
Choose a tag to compare
  • 58929b78 - [maven-release-plugin] prepare for next development iteration
  • 773dbe88 - Task/adhere to newest client spec (#173)
  • cd5b8d15 - fix: OkHttp implementation needs to check network response for actual… (#171)
  • fd91f29c - task: Add an OkHttpMetricsSender (#165)
  • 1533b4b2 - fix: lock resource encoding to utf-8
  • a55f6d24 - fix: clean encoding configuration
  • f6889aab - [maven-release-plugin] prepare release unleash-client-java-6.1.0

unleash-client-java-6.0.2

06 Oct 08:42
Compare
Choose a tag to compare

unleash-client-java-6.0.1

18 Jul 12:38
Compare
Choose a tag to compare
  • 1af17b38 - [maven-release-plugin] prepare for next development iteration
  • d512249a - meta: add stale bot config (reference unleash/.github)
  • b06e5699 - Merge pull request #162 from Unleash/meta/add-stalebot
  • d85e6133 - Add getFeatureToggleDefinition to More interface (#160)
  • 3f7bf213 - task: Make http agent timeouts configurable (#164)
  • ad1ba267 - task: Update changelog
  • 992c86df - [maven-release-plugin] prepare release unleash-client-java-6.0.1

unleash-client-java-6.0.0

24 Jun 11:47
Compare
Choose a tag to compare
  • b1b7ff93 - [maven-release-plugin] prepare for next development iteration
  • ba29b1bd - Added an example on the advanced constraints (semver operator)
  • a47a6f13 - fix: increase releasing section header level
  • d947e001 - fix: touch up the instructions for the unleash context provider
  • 00cc06b3 - docs: add table of all builder configuration methods
  • 8dca0377 - docs: Reference configuration options in getting started
  • 8d31da2d - docs: Add more info (+example) on how to use the builder options
  • a94f9e65 - docs: Update table with details from PR
  • bb9628e9 - docs: update instanceId description
  • 25440d7d - Merge pull request #154 from Unleash/docs/config-options
  • ed7aa6d1 - fix: upgrade jackson databind due to vulnerability (#156)
  • e1f7ce37 - Fix: Broken urls and branch names in readme (#155)
  • 812b041a - meta: add 'new items to project board' workflow
  • 256be034 - - segments
  • 85bddec5 - - fixing tests
  • 9398152e - - fixing more and more tests
  • 2252dc01 - meta: add external PRs to project board
  • 38e77963 - Singletons
  • 0022e9ea - tweak: Use optional to always ensure that constraints and segments are not null
  • 9a5b1215 - Fix format for test file
  • c80cf734 - fixing tests
  • 5cb58bbe - fixing tests
  • 7375d398 - fixing tests
  • 87a0644a - Added Deprecated where necessary
  • fed66f67 - Fix PR comments
  • 60158e2b - Fix PR comments
  • d6ca550a - Fix broken test
  • 2602dd8b - Removed singletons Refactored tests
  • 6866a0b1 - Removed singletons Refactored tests
  • 9600a6a8 - fix: Update with jvm.config for running google-java-format on java 17 as well
  • 7b606fe1 - remove jvm.config to make sure build works on 8 and 11
  • e2ecbce7 - Java17 fix
  • 3506d481 - Remove Lazy
  • a837b1d8 - Removed import
  • 2026086a - Removed unused util
  • 7ab7378d - Removed unused util
  • d28f4d55 - Add custom JsonSerializer for feature collection to match server response
  • 9dec9fb7 - Unlease complex segment test
  • a36b47ab - Unlease complex segment test
  • 71b35a27 - Unlease complex segment test fix data
  • f257ee88 - Remove debug info
  • e6b8f7c7 - Update action flow
  • 28eae972 - Define java distribution
  • be22d603 - fix null pointer on Null operator
  • 526eed6d - Merge remote-tracking branch 'origin/feat_segmentation_poc' into feat_segmentation_poc
  • 7eb323f5 - Merge pull request #157 from Unleash/feat_segmentation_poc
  • 8c96afe2 - task: removed no.finn classes (#158)
  • 0abf95d5 - task: Add OkHttpToggleFetcher implementation (#145)
  • f54e2ffe - feature: use featurefetcher from unleashconfig
  • 1aa54ccc - fix: update example for okhttp usage
  • 6be97dda - [maven-release-plugin] prepare release unleash-client-java-6.0.0

unleash-client-java-5.1.0

14 Feb 08:44
Compare
Choose a tag to compare
  • 9770d9f - [maven-release-plugin] prepare for next development iteration
  • 4188c4b - feat: Add new constraint operators (#152)
  • f78e9a0 - [maven-release-plugin] prepare release unleash-client-java-5.1.0