4.3.0
Release Notes
Library - Feature
- PR #25: do not close or manage lifecycle of http-client passed in. Thanks to @maxxedev!
- PR #34: Add close method to Client. Thanks to @tsuyoshizawa!
- PR #67: Adding Docker support. Thanks to @mithunsasidharan!
Library - Fix
- PR #26: use .equals to compare strings. Thanks to @maxxedev!
- PR #36: No longer throwing IOExceptions on non 2xx response codes. Thanks to @andy-trimble!
- PR #77: Closes #72 Update Example.java. Thanks to @AbdulDroid!
Library - Chore
- PR #54: Added example file, updated .gitignore and README. Thanks to @dhsrocha!
- PR #58: added .codeclimate,yml for codeclimate run. Thanks to @skshelar!
- PR #73: Fixes #71. Thanks to @huytranrjc!
- PR #76: Update travis - add codecov. Thanks to @pushkyn!
- PR #92: update LICENSE - bump year. Thanks to @pushkyn!
- PR #115: add [openjdk11] to Travis build. Thanks to @sullis!
- PR #117: Update transitive dependencies. Thanks to @kebeda!
- PR #123: prep the repo for automated releases. Thanks to @eshanholtz!
Library - Docs
- PR #59: Typos in CONTRIBUTING.md. Thanks to @rkaranam!
- PR #113: Add our Developer Experience Engineer career opportunity to the READM…. Thanks to @mptap!
Library - Test