Releases: sinuscosinustan/hetznercloud-java
Releases · sinuscosinustan/hetznercloud-java
v3.2.6
What's Changed
- readme: change docs path to github url by @tomsiewert in #200
- servertype: add new intel types to enum by @tomsiewert in #204
Full Changelog: v3.2.5...v3.2.6
v3.2.5
Bump version to v3.2.5
v3.2.4
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
What's Changed
- allow to provide certificate type to enable creation of hetzner manag… by @pellepelster in #173
- loadBalancer: add getByName by @easystartup-io in #174
Full Changelog: v3.2.2...v3.2.3
v3.2.2
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
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
v3.0.2
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
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
- API: Add method to define OkHttpClient instance by @tomsiewert in #88
- prevent okhttp post with null body by @n0ise9914 in #89
- Primary IP fix, server reset test and CI by @tomsiewert in #90
New Contributors
- @n0ise9914 made their first contribution in #89
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking Changes
What's Changed
- pom: Upgrade nexus staging plugin to 1.6.13 by @tomsiewert in #76
- Migration from Spring RestTemplate to OkHttp by @pellepelster in #75
- Add flexible network support by @tomsiewert in #78
- Add firewall support by @Kryp7x in #79
- Fixed a bug in getDatacenters(String) by @Kryp7x in #82
- improved error handling by @Kryp7x in #83
- fixed potential resource leak by @Kryp7x in #85
- Refactor tests and API methods by @tomsiewert in #80
New Contributors
Full Changelog: v2.15.1...v3.0.0