Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

2.18.0 (2019-10-02)

Compare
Choose a tag to compare
@ricellis ricellis released this 02 Oct 08:00
· 55 commits to master since this release
bdd6d97
  • [FIXED] Create an array of strings for QueryBuilder.fields() when a single field is provided.
  • [FIXED] Potential NPE creating exception messages.
  • [IMPROVED] Return exceptions directly from IAM token request failures instead of logging and deferring the request to the service with no credentials. The exception type is the same, but the message and cause are more clear and a round trip is avoided.
  • [IMPROVED] Prevent multiple session renewal requests happening simultaneously because some auth types apply limits to the number of requests that can be made.
  • [IMPROVED] Documented that for some database versions a call to get continuous changes may block when there are no changes available immediately.
  • [UPGRADED] Optional OkHttp dependency to version 3.12.5.