Skip to content

Releases: sendgrid/java-http-client

4.3.2

19 Feb 20:57
Compare
Choose a tag to compare

Release Notes

Library - Chore

4.3.1

05 Feb 21:47
Compare
Choose a tag to compare

Release Notes

Library - Docs

4.3.0

01 Feb 00:41
Compare
Choose a tag to compare

Release Notes

Library - Feature

Library - Fix

Library - Chore

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

  • PR #66: Test to check year in license file. Thanks to @pushkyn!
  • PR #93: removed tests that were testing for files that didnt exist, bumped gradle version to 4.10.2. Thanks to @Strum355!

v4.2.0

31 Oct 02:47
Compare
Choose a tag to compare

Added

  • Pull #22: Allow setting both apache http client and test parameters
  • BIG thanks to Maxim Novak for the pull request!

v4.1.1

12 Oct 02:25
Compare
Choose a tag to compare

Added

v4.1.0

09 Mar 21:47
Compare
Choose a tag to compare

Added

v4.0.0

11 Oct 23:27
Compare
Choose a tag to compare

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

07 Oct 02:47
Compare
Choose a tag to compare

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

09 Aug 17:07
Compare
Choose a tag to compare

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

08 Aug 17:14
Compare
Choose a tag to compare

Added