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

chore(main): release 1.3.0 #294

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 10, 2023

🤖 I have created a release beep boop

1.3.0 (2023-03-12)

💥 Breaking Changes

  • remove the deprecated setTargetingKey method in EvaluationContext. (#290) (d78c99c)

🐛 Bug Fixes

  • Do not throw null reference exception accessing a missing item. (#300) (464820d)
  • handling of double and integer (#316) (0a27a77)

🧹 Chore

  • add changelog sections (#320) (cb18a09)
  • deps: update actions/cache digest to 69d9d44 (#303) (45d3c0f)
  • deps: update actions/cache digest to 81b7281 (#298) (4098bc8)
  • deps: update actions/cache digest to 940f3d7 (#321) (ec8f129)
  • deps: update actions/cache digest to e0d6227 (#311) (44443e4)
  • deps: update actions/checkout digest to 27135e3 (#323) (c4d7b71)
  • deps: update actions/setup-java digest to 0de5c66 (#322) (71c5fc2)
  • deps: update actions/setup-java digest to 888b400 (#326) (33ee57a)
  • deps: update amannn/action-semantic-pull-request digest to b6bca70 (#292) (237a0bc)
  • deps: update codecov/codecov-action digest to 13d8b07 (#325) (0f34a95)
  • deps: update codecov/codecov-action digest to 4b062cb (#313) (579f8ab)
  • deps: update codecov/codecov-action digest to 83bb3d0 (#295) (1b72aeb)
  • deps: update codecov/codecov-action digest to 9b87723 (#327) (cbd4618)
  • deps: update codecov/codecov-action digest to ce0bcc6 (#304) (259a749)
  • deps: update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.7.3.1 (#306) (69a1a8f)
  • deps: update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.7.3.2 (#308) (a8caae6)
  • deps: update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 (#310) (1d731f6)
  • deps: update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.5.0 (#299) (4296aa4)
  • deps: update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.7.5 (#301) (7459eaa)
  • deps: update github/codeql-action digest to 204eada (#328) (c92c271)
  • deps: update github/codeql-action digest to 237a258 (#305) (883a4cd)
  • deps: update github/codeql-action digest to 3dde1f3 (#302) (59429ed)
  • deps: update github/codeql-action digest to 6ef6e50 (#314) (8ee4d89)
  • deps: update github/codeql-action digest to 89c5165 (#293) (c9f5899)
  • deps: update github/codeql-action digest to 903be79 (#309) (a3a9d0e)
  • deps: update github/codeql-action digest to a589d40 (#312) (7b79bc8)
  • deps: update github/codeql-action digest to e00cd12 (#296) (7a19ac8)
  • deps: update github/codeql-action digest to e12a2ec (#324) (7753bfe)
  • deps: update github/codeql-action digest to e4b846c (#318) (db11450)
  • deps: update github/codeql-action digest to f13b180 (#319) (20a9da6)
  • deps: update google-github-actions/release-please-action digest to 57bb5dc (#315) (80fe25a)
  • deps: update google-github-actions/release-please-action digest to d3c71f9 (#297) (514a99e)
  • deps: update google-github-actions/release-please-action digest to e0b9d18 (#317) (09824e7)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 5 times, most recently from 0e4c8f6 to bb77b4c Compare February 16, 2023 20:21
@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 4 times, most recently from de0b1d9 to 2785691 Compare February 24, 2023 12:59
@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 3 times, most recently from 5e158cc to 7d24e74 Compare February 28, 2023 03:29
@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 3 times, most recently from 1892ffe to c2a7428 Compare March 8, 2023 13:49
@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch from c2a7428 to 1b77de6 Compare March 8, 2023 20:34
@toddbaert toddbaert changed the title chore(main): release 1.3.0 chore(main): release 1.3.0. Mar 8, 2023
@toddbaert toddbaert changed the title chore(main): release 1.3.0. chore(main): release 1.3.0 Mar 8, 2023
@toddbaert toddbaert closed this Mar 8, 2023
@toddbaert toddbaert reopened this Mar 8, 2023
@toddbaert
Copy link
Member

I'm fine with releasing this... but there is a small breaking change here that we should highlight in the release notes. It removes a deprecated method, so there should be lots of warning. If I don't hear otherwise I will release this tomorrow or early next week after highlighting that bit in the notes like we have with similar changes.

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Merging #294 (c82013d) into main (c92c271) will not change coverage.
The diff coverage is n/a.

❗ Current head c82013d differs from pull request most recent head ebda12c. Consider uploading reports for the commit ebda12c to get more accurate results

@@            Coverage Diff            @@
##               main     #294   +/-   ##
=========================================
  Coverage     91.41%   91.41%           
  Complexity      212      212           
=========================================
  Files            23       23           
  Lines           489      489           
  Branches         31       31           
=========================================
  Hits            447      447           
  Misses           24       24           
  Partials         18       18           
Flag Coverage Δ
unittests 91.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 5 times, most recently from d4bdb4a to 6f0b32a Compare March 10, 2023 04:10
@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 3 times, most recently from 5048b6b to b89bd28 Compare March 11, 2023 04:22
justinabrahms
justinabrahms previously approved these changes Mar 11, 2023
@justinabrahms justinabrahms enabled auto-merge (squash) March 11, 2023 06:07
@github-actions github-actions bot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch from b89bd28 to c82013d Compare March 12, 2023 18:43
@beeme1mr beeme1mr closed this Mar 13, 2023
auto-merge was automatically disabled March 13, 2023 16:50

Pull request was closed

@beeme1mr beeme1mr reopened this Mar 13, 2023
@toddbaert toddbaert closed this Mar 13, 2023
@toddbaert toddbaert reopened this Mar 13, 2023
@toddbaert toddbaert changed the title chore(main): release 1.3.0 chore(main): release 1.3. Mar 13, 2023
@toddbaert toddbaert changed the title chore(main): release 1.3. chore(main): release 1.3.0 Mar 13, 2023
Signed-off-by: Justin Abrahms <jabrahms@ebay.com>
@justinabrahms justinabrahms enabled auto-merge (squash) March 13, 2023 19:50
@sonarcloud
Copy link

sonarcloud bot commented Mar 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@justinabrahms justinabrahms merged commit f19d5d7 into main Mar 13, 2023
@justinabrahms justinabrahms deleted the release-please--branches--main--components--dev.openfeature.sdk branch March 13, 2023 19:54
@github-actions
Copy link
Contributor Author

🤖 Release is at https://github.com/open-feature/java-sdk/releases/tag/v1.3.0 🌻

@beeme1mr
Copy link
Member

Thanks for taking care of this @justinabrahms 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants