Skip to content

Releases: sendgrid/java-http-client

4.3.2

Choose a tag to compare

@SendGridDX SendGridDX released this 19 Feb 20:57

Release Notes

Library - Chore

4.3.1

Choose a tag to compare

@SendGridDX SendGridDX released this 05 Feb 21:47

Release Notes

Library - Docs

4.3.0

Choose a tag to compare

@SendGridDX SendGridDX released this 01 Feb 00:41

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

Choose a tag to compare

@thinkingserious thinkingserious released this 31 Oct 02:47

Added

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

v4.1.1

Choose a tag to compare

@thinkingserious thinkingserious released this 12 Oct 02:25

Added

v4.1.0

Choose a tag to compare

@thinkingserious thinkingserious released this 09 Mar 21:47

Added

v4.0.0

Choose a tag to compare

@thinkingserious thinkingserious released this 11 Oct 23:27

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

Choose a tag to compare

@thinkingserious thinkingserious released this 07 Oct 02:47

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

Choose a tag to compare

@thinkingserious thinkingserious released this 09 Aug 17:07

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

Choose a tag to compare

@thinkingserious thinkingserious released this 08 Aug 17:14

Added