Skip to content

Releases: xerial/sbt-sonatype

v3.10.0

16 Nov 05:04
f7538e9
Compare
Choose a tag to compare

What's Changed

🔥 Breaking Changes

Starting with version 3.10.0, JDK11 is the recommended JDK version. Support for JDK11 is planned to end within 2023.
JDK17 will become the minimum supported version from 3.11.0 or later.

sbt-sonatype 3.10.x may still work with JDK8, but the behavior has not been tested.

sbt-sonatype version Supported JDK version Build Target JDK version
3.9.x. 8 8
3.10.x 11 8
3.11.x. (planned for 2024) 17 11

Other than that, there is no functionality change.

🐛 Bug Fixes

🔗 Dependency Updates

🛠 Internal Updates

Other Changes

New Contributors

Full Changelog: v3.9.21...v3.10.0

v3.9.21

16 May 17:40
9125550
Compare
Choose a tag to compare

What's Changed

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

Other Changes

  • Output sonatype client logs to target/sbt-sonatype folder by @xerial in #399

Full Changelog: v3.9.20...v3.9.21

v3.9.20

04 May 21:07
e047b77
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • #395 Fixes java.lang.NoClassDefFoundError: wvlet/airframe/rx/RxStream

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v3.9.19...v3.9.20

v3.9.19

01 May 22:57
b5cd0f0
Compare
Choose a tag to compare

What's Changed

Upgrade to airframe-log 23.4.8 to remove a verbose stacktrace message wvlet/airframe#2861

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v3.9.18...v3.9.19

v3.9.18

09 Mar 22:19
d84df5c
Compare
Choose a tag to compare

What's Changed

Fixes #376 for showing log messages when using sbtn (sbt native client).

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v3.9.17...v3.9.18

v3.9.17

27 Jan 21:43
4475ab4
Compare
Choose a tag to compare

What's Changed

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v3.9.16...v3.9.17

v3.9.16

26 Jan 22:14
ce11cfc
Compare
Choose a tag to compare

What's Changed

  • Increase max retries to 1000 and disable the circuit breaker @Atry (#364)

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v3.9.15...v3.9.16

3.9.15

24 Nov 02:00
11fb052
Compare
Choose a tag to compare
  • Fixed an issue that creating a staging repository at Sonatype fails with [400: Bad Request] Request failed error message

3.9.14

04 Nov 05:09
3fa6438
Compare
Choose a tag to compare
  • Upgraded airframe-http to 22.11.0
  • Add more Sonatype API error handling
  • Upgrade to sbt 1.7.3
  • Use sbt-dynver for versioning