Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.getunleash:unleash-client-java from 8.0.0 to 9.1.0 #109

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2023

Bumps io.getunleash:unleash-client-java from 8.0.0 to 9.1.0.

Release notes

Sourced from io.getunleash:unleash-client-java's releases.

unleash-client-java-9.1.0

  • 95bc59da - [maven-release-plugin] prepare for next development iteration
  • e50bbf7d - fix: roll back spotless to 2.28 to still support java 8
  • c984c23d - feat: Obey HTTP Status codes from upstream. (#221)
  • 57d45d7a - fix: prevent failure count going below zero (#222)
  • 061277bd - [maven-release-plugin] prepare release unleash-client-java-9.1.0

unleash-client-java-9.0.0

  • e3ababfe - [maven-release-plugin] prepare for next development iteration
  • 4193824a - docs: Updated docs to reference actually existing classes (#219)
  • 11a9625a - fix: change seed for variantutils to ensure fair distribution (#220)
  • 6b8890c8 - chore(format): updated spotless
  • 75d61984 - [maven-release-plugin] prepare release unleash-client-java-9.0.0

unleash-client-java-8.4.0

  • 6c04e900 - [maven-release-plugin] prepare for next development iteration
  • 00442ef5 - feat: make sure gpg entry expects passphrase in environment variable (#213)
  • 54bf433f - docs: make synchronousFetchOnInitialisation in option more clear (#217)
  • def11ea7 - docs: Added link to feature flag best practices article (#216)
  • f74e2524 - feat: Handle dependent feature toggles (#218)
  • dd8c8803 - [maven-release-plugin] prepare release unleash-client-java-8.4.0

unleash-client-java-8.3.1

  • 83e6fc08 - [maven-release-plugin] prepare for next development iteration
  • 0374a866 - task: Added workflow for releasing new versions from GHA (#209)
  • 2a2d17bc - fix: when using multiple strategies some of them might not be evaluated (#211)
  • b98487d9 - [maven-release-plugin] prepare release unleash-client-java-8.3.1

unleash-client-java-8.3.0

  • 5d5033da - [maven-release-plugin] prepare for next development iteration
  • ff7e7549 - [maven-release-plugin] prepare release unleash-client-java-8.3.0

unleash-client-java-8.2.1

  • 499ecd53 - fix: Use sha256 digest of apiKey,appName and instanceId
  • 35594325 - [maven-release-plugin] prepare release unleash-client-java-8.2.1

unleash-client-java-8.2.0

  • 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

  • 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
Commits
  • 061277b [maven-release-plugin] prepare release unleash-client-java-9.1.0
  • 57d45d7 fix: prevent failure count going below zero (#222)
  • c984c23 feat: Obey HTTP Status codes from upstream. (#221)
  • e50bbf7 fix: roll back spotless to 2.28 to still support java 8
  • 95bc59d [maven-release-plugin] prepare for next development iteration
  • 75d6198 [maven-release-plugin] prepare release unleash-client-java-9.0.0
  • 6b8890c chore(format): updated spotless
  • 11a9625 fix: change seed for variantutils to ensure fair distribution (#220)
  • 4193824 docs: Updated docs to reference actually existing classes (#219)
  • e3ababf [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) from 8.0.0 to 9.1.0.
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-8.0.0...unleash-client-java-9.1.0)

---
updated-dependencies:
- dependency-name: io.getunleash:unleash-client-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 14, 2023 04:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 14, 2023
@MariusEriksen MariusEriksen merged commit bdc10d7 into master Nov 15, 2023
1 of 2 checks passed
@MariusEriksen MariusEriksen deleted the dependabot/gradle/io.getunleash-unleash-client-java-9.1.0 branch November 15, 2023 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant