Releases: sendgrid/java-http-client
Releases · sendgrid/java-http-client
4.3.2
4.3.1
Release Notes
Library - Docs
- PR #126: baseline all the templated markdown docs. Thanks to @childish-sambino!
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
v4.2.0
Added
- Pull #22: Allow setting both
apache http client
andtest
parameters - BIG thanks to Maxim Novak for the pull request!
v4.1.1
Added
- Pull #23: Moved Mockito to test dependency.
- BIG thanks to Joseph Lust for the pull request!
v4.1.0
Added
- Pull #17: Assign server response outside try block
- BIG thanks to Michael Dempsey for the pull request!
v4.0.0
BREAKING Change
- Pull #14: Make response have private variables
- Fixed Issue #12: The public Response variables should be private
- The breaking change is that variables that were public are now private and accessable only via getters and setters
- BIG thanks to Diego Camargo for the pull request!
v3.0.0
BREAKING Change
- Pull #15: Update the request object with sensible defaults and access methods
- Fixes Issue #13: Update the Request object with sensible defaults and access methods
- The breaking change is that variables that were public are now private and accessable only via getters and setters
- BIG thanks to Diego Camargo for the pull request!
v2.3.4
Fix
- Pull #7: Fix Response Charset to UTF-8
- Fixes issue #6: Multi-byte character got garbled on received mail
- BIG thanks to Yoichi Kikuta for the pull request
v2.3.3
Added
- Pull request #11
- Solves issue #10: Improve Error Handling
- Now error messages are passed through from the server
- BIG thanks to shuron / Alexander Holbreich for the pull request!