Skip to content

5.2.1

Compare
Choose a tag to compare
@michel-kraemer michel-kraemer released this 28 Sep 14:22
· 89 commits to master since this release

Bug fixes:

  • Use pooling connection manager of Apache HttpClient instead of basic one. The basic one is not meant to be used by multiple threads. This fixes an issue that could cause an IllegalStateException with the message Connection is still allocated. Thanks to @dmarks2 for spotting this.

Maintenance:

  • Update dependencies