9.23.1 (2025-04-16)
- build: bump gson dependency to 2.13.0 (8530992)
9.23.0 (2025-03-07)
9.22.2 (2025-01-08)
- fix workflows (e9e21cb)
9.22.1 (2025-01-08)
- enable github actions (dcadb9f)
9.22.0 (2024-10-15)
9.21.2 (2024-09-06)
9.21.1 (2024-08-13)
9.21.0 (2024-04-17)
9.20.1 (2024-02-28)
9.20.0 (2024-01-25)
9.19.0 (2023-11-15)
9.18.7 (2023-10-18)
9.18.6 (2023-10-02)
9.18.5 (2023-09-06)
9.18.4 (2023-05-24)
9.18.3 (2023-05-22)
9.18.2 (2023-05-19)
- build: add new signing key (afc9dd0)
9.18.1 (2023-05-18)
9.18.0 (2023-05-02)
9.17.6 (2023-02-28)
9.17.5 (2023-01-09)
- pin build to semantic-release v19 (680cf72)
- VpcInstanceAuthenticator: use correct version string (d66fdbc)
9.17.4 (2022-11-11)
9.17.3 (2022-06-13)
9.17.2 (2022-05-29)
9.17.1 (2022-04-21)
9.17.0 (2022-04-04)
9.16.1 (2022-03-23)
9.16.0 (2022-03-21)
9.15.5 (2022-03-16)
9.15.4 (2022-02-21)
9.15.3 (2022-02-03)
9.15.2 (2021-12-16)
9.15.1 (2021-12-01)
9.15.0 (2021-11-17)
- CloudPakForDataServiceInstanceAuthenticator: add new cp4d service instance authenticator (#156) (9913071)
9.14.1 (2021-11-09)
9.14.0 (2021-11-08)
9.13.4 (2021-11-05)
9.13.3 (2021-10-05)
9.13.2 (2021-10-02)
9.13.1 (2021-09-30)
9.13.0 (2021-08-30)
9.12.1 (2021-08-13)
9.12.0 (2021-08-10)
9.11.1 (2021-08-02)
- http: avoid gzipping zero length content (4c86252)
9.11.0 (2021-07-12)
9.10.4 (2021-07-08)
9.10.3 (2021-06-08)
9.10.2 (2021-05-27)
9.10.1 (2021-05-19)
9.10.0 (2021-05-18)
9.9.1 (2021-04-01)
- deps: update dependencies to avoid vulnerabilities (775a4d9)
9.9.0 (2021-03-11)
- add getQueryParam utility method to support pagination (082e62d)
9.8.1 (2021-02-10)
9.8.0 (2021-02-08)
- authenticator: add new cp4d service authenticator (5d5197b)
9.7.1 (2021-02-08)
- build: publish artifacts directly to maven central repository (ecadef4)
9.7.0 (2021-02-02)
- authentication: support cp4d /v1/authorize operation (1144d88)
9.6.0 (2021-01-28)
- wrap exceptions during client-side response processing (8702482)
9.5.4 (2020-11-16)
- support additional date-time format (771d948)
9.5.3 (2020-11-12)
- handle null or empty strings as date/datetime values (47aa1ac)
9.5.2 (2020-11-11)
- support up to nanosecond precision in date-time values (b5b3b1c)
9.5.1 (2020-11-10)
- improve date and date-time serialization/deserialization (c89cb03), closes arf/planning-sdk-squad#2291
9.5.0 (2020-11-05)
- add new DateUtils utility class (f3e8e93), closes arf/planning-sdk-squad#2289
9.4.1 (2020-10-20)
- set correct default message in ConflictException (2625e62)
9.4.0 (2020-09-30)
9.3.0 (2020-09-18)
9.2.1 (2020-09-14)
9.2.0 (2020-09-11)
- add method RequestBuilder.resolveRequestUrl (fdbd861)
9.1.1 (2020-09-02)
- improve serialize-nulls in additional properties (7ac15ea)
9.1.0 (2020-08-12)
9.0.1 (2020-08-07)
- avoid NPE when constructing dynamic model (3241b9b)
9.0.0 (2020-07-31)
- upgrade okhttp3 dependency to 3.14.9 (71f2bbe)
- Revert previous commit to amend commit message (ee86f76)
- With this change, we're removing support for Java 7.
Note: this commit is a re-introduction of commit f4c97b09cdfdcc2cd0273d6041a23e61579892ca with a new commit message
8.4.3 (2020-07-29)
8.4.2 (2020-07-23)
- support serialization of models w/lists of discriminated subclasses (467d635), closes arf/planning-sdk-squad#2011
8.4.1 (2020-07-13)
- explicitly serialize null values found in dynamic properties (4c6598e)
8.4.0 (2020-06-14)
- RequestBuilder changes to support JSON streaming feature (e349979), closes arf/planning-sdk-squad#901
8.3.0 (2020-05-15)
- Add setter for properties of DynamicModel (51e50af)
8.2.0 (2020-05-11)
8.1.5 (2020-05-08)
- allow '=' character in environment config values (afadad5)
8.1.4 (2020-05-01)
- trailing slash when building request urls, remove whitespace when parsing external config properties (#77) (57382f1)
8.1.3 (2020-03-10)
- docs: update example commit messages in CONTRIBUTING to force patch release (a871690)