Skip to content

Releases: tomsiewert/hetznercloud-java

v3.2.6

07 Jun 18:29
v3.2.6
cff091e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.5...v3.2.6

v3.2.5

27 Mar 09:22
v3.2.5
52bdd3b
Compare
Choose a tag to compare
Bump version to v3.2.5

v3.2.4

01 Feb 17:09
v3.2.4
258a15c
Compare
Choose a tag to compare

What's Changed

  • servertype: add getServerTypes paginated by @easystartup-io in #175
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 by @renovate in #171
  • chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.13.0 by @renovate in #179
  • chore(deps): update dependency org.assertj:assertj-core to v3.25.2 - autoclosed by @renovate in #178

Full Changelog: v3.2.3...v3.2.4

v3.2.3

16 Jan 19:15
v3.2.3
67b9941
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

10 Jan 10:17
v3.2.2
f5c62b3
Compare
Choose a tag to compare

What's Changed

  • Load balancer algorithm type request by @easyStartup-pulse in #170
  • Bump version to v3.2.2 by @tomsiewert in #172

Full Changelog: v3.2.1...v3.2.2

v3.2.1

08 Jan 19:53
v3.2.1
f8eace9
Compare
Choose a tag to compare

What's Changed

  • Update dependency org.projectlombok:lombok to v1.18.30 by @renovate in #148
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.0 by @renovate in #147
  • Update crazy-max/ghaction-import-gpg action to v6 by @renovate in #146
  • Update actions/checkout action to v4 - autoclosed by @renovate in #145
  • Update dependency org.slf4j:slf4j-simple to v2.0.9 by @renovate in #144
  • Update dependency com.puppycrawl.tools:checkstyle to v10.12.3 - autoclosed by @renovate in #141
  • Update dependency org.junit.jupiter:junit-jupiter to v5.10.0 by @renovate in #140
  • add support for 'server_error' server status by @pellepelster in #152
  • Update dependency com.puppycrawl.tools:checkstyle to v10.12.7 by @renovate in #149
  • Update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.1 by @renovate in #150
  • Update dependency com.squareup.okhttp3:okhttp to v4.12.0 by @renovate in #153
  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 by @renovate in #154
  • Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.1 by @renovate in #155
  • Update dependency org.junit.jupiter:junit-jupiter to v5.10.1 by @renovate in #156
  • Update actions/setup-java action to v4 by @renovate in #159
  • Update github/codeql-action action to v3 - autoclosed by @renovate in #160
  • Update dependency org.slf4j:slf4j-simple to v2.0.10 by @renovate in #161
  • Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 by @renovate in #162
  • Update JamesIves/github-pages-deploy-action action to v4.5.0 by @renovate in #158
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.3 by @renovate in #157
  • Adding support for firewall as input parameter for create server by @easyStartup-pulse in #164
  • Remove silent dropped fields by @tomsiewert in #166
  • Update dependency org.slf4j:slf4j-simple to v2.0.11 - autoclosed by @renovate in #165
  • Update dependency org.assertj:assertj-core to v3.25.1 by @renovate in #163
  • Bump version to v3.2.1 by @tomsiewert in #167

New Contributors

  • @easyStartup-pulse made their first contribution in #164

Full Changelog: v3.2.0...v3.2.1

v3.1.0

24 Apr 16:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

v3.0.2

10 Jan 17:11
Compare
Choose a tag to compare

Patch Release v3.0.2 (2023-01-10)

  • Arzhang Mosaffa
    • PrimaryIP: Fix update function

Full Changelog: v3.0.1...v3.0.2

v3.0.1

29 Dec 13:16
Compare
Choose a tag to compare

Patch Release v3.0.1 (2022-12-29)

  • Arzhang Mosaffa
    • API: Prevent OkHttp POST with null body

      OkHttp doesn't let to send post requests with null body, and also the body (with empty json object) is required by hetzner cloud api.

  • Tom Siewert
    • API: Add method to define OkHttpClient instance
    • PrimaryIP: Do not include null values for PublicNetRequest
    • test: Add server reset test

Merge Requests

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Dec 20:08
Compare
Choose a tag to compare

Breaking Changes

⚠️ This release contains breaking changes from 2.15.1.

What's Changed

New Contributors

Full Changelog: v2.15.1...v3.0.0