Releases: sendgrid/sendgrid-java
Releases · sendgrid/sendgrid-java
4.4.8
4.4.7
Release Notes
Library - Docs
- PR #617: support verbiage for login issues. Thanks to @adamchasetaylor!
- PR #615: fix link to jar file. Thanks to @eshanholtz!
Library - Fix
- PR #612: correct the serialization of Setting to include non-null values. Thanks to @childish-sambino!
4.4.6
Release Notes
Library - Docs
- PR #264: Overhaul javadocs, using Oracle's styleguide. Thanks to @jamierocks!
Library - Chore
- PR #610: fix JDK Travis failures. Thanks to @childish-sambino!
4.4.5
Release Notes
Library - Docs
- PR #540: Update the link for Google's Style Guide. Thanks to @RohanTalip!
4.4.4
4.4.3
Release Notes
Library - Docs
- PR #604: Fix GitHub spelling. Thanks to @friederbluemle!
- PR #534: Fix whitespace errors and typos. Thanks to @friederbluemle!
- PR #402: Add Code Review to Contributing.md. Thanks to @derekneuland!
- PR #603: baseline all the templated markdown docs. Thanks to @childish-sambino!
- PR #387: makes Environmental Variables a sub topic in CONTRIBUTING.md. Thanks to @thepriefy!
- PR #516: fix a minor type in README. Thanks to @anuragsachdeva28!
- PR #590: fix typo in README. Thanks to @brianjester!
Library - Chore
- PR #542: Removed the apiKey instance variable as it wasn't being used. Thanks to @RohanTalip!
- PR #563: Remove unnecessary access modifiers on interface methods. Thanks to @ethanwood17!
- PR #602: Bump jackson.version from 2.9.9 to 2.10.2. Thanks to @dependabot!
4.4.2
Release Notes
Library - Chore
- PR #471: Update build.gradle. Thanks to @doilio!
- PR #557: Update Jackson dependencies to the latest version. Thanks to @wkurniawan07!
- PR #574: maven-compiler-plugin 3.8.1. Thanks to @sullis!
- PR #599: prep the repo for automated release. Thanks to @eshanholtz!
v4.4.1
Note: 4.4.1 was released because 4.4.0 was not deployed properly, please do not use version 4.4.0.
Added
- PR #500: Update CONTRIBUTING.md - using gitflow workflow, development branch instead of master -- BIG thanks to Alex
- PR #521: Updating prerequisites -- BIG thanks to Rishabh
- PR #495: Add ability to impersonate subusers -- BIG thanks to Rohit Tarachandani
- PR #569: Twilio Branding + CLA Policy Update
Fix
- PR #497: USE_CASES.md was missing the subject in the template and the dynamic data for the subject -- BIG thanks to Kyle Roberts
- PR #306: Java packages were not corresponding to the actual location of classes,
all packages were update to match class location -- BIG thanks to Bojan Trajkovski - PR #544: Remove references to "Whitelabel" -- BIG thanks to Chandler Weiner
- PR #507: Update TROUBLESHOOTING.md broken link -- BIG thanks to Andrew Joshua Loria
v4.3.0
Added
- PR #449: Dynamic Templates support -- BIG thanks to Marcus Vinícius
- PR #451: Added CodeTriage tag -- BIG thanks to Anshul Singhal
- PR #453: Documentation readability update -- BIG thanks to Anshul Singhal
- PR #461: Update README to use implementation instead of compile -- BIG thanks to Rosário Pereira Fernandes
- PR #463: Link to the online version of CLA in README.md -- BIG thanks to Bharat Raghunathan
Fix
- PR #358: Fixing similar code issue in examples/ips/ips.java -- BIG thanks to Julian Jacques Maurer
- PR #475: Fix formatting of README in examples/accesssettings -- BIG thanks to Nathan Seebarran
v4.2.1
Security Fix
- Update to latest Jackson recommended dependency, based on this article.