Releases: sendgrid/ruby-http-client
Releases · sendgrid/ruby-http-client
3.4.0
Release Notes
Library - Fix
- PR #108: Avoid mutating @url_path to avoid unexpected side effects. Thanks to @tachyons!
- PR #49: change year for the license file. Thanks to @luiscobits!
- PR #48: update LICENSE - fix year. Thanks to @pushkyn!
Library - Docs
- PR #105: Add our Developer Experience Engineer career opportunity to the READM…. Thanks to @mptap!
- PR #61: update CONTRIBUTING.md. Thanks to @thepriefy!
- PR #86: Add first time contributor documentation. Thanks to @eyewritecode!
- PR #91: update contribution to branch off development. Thanks to @vikasnautiyal!
- PR #72: Add USAGE.md. Thanks to @ProZsolt!
- PR #73: Create a Use Cases Directory. Thanks to @ProZsolt!
- PR #41: Create PULL_REQUEST_TEMPLATE.md. Thanks to @flaredragon!
Library - Chore
- PR #80: Missing Dev Dependencies + rubocop #79. Thanks to @kplimack!
- PR #66: delete PULL_REQUEST_TEMPLATE.md. Thanks to @thepriefy!
- PR #76: Add Gemfile. Thanks to @kplimack!
- PR #58: [Closes #55] Add code coverage reporting to CC. Thanks to @lauratpa!
- PR #57: [Closes #56] Fix some rubocop issues. Thanks to @lauratpa!
- PR #50: Added unittest to check for specific repo files. Thanks to @mptap!
- PR #51: Add License end year test. Thanks to @diegous!
- PR #39: Add a .env_sample file. Thanks to @thepriefy!
- PR #112: Auto-deploy upon successful tagged commit. Thanks to @thinkingserious!
- PR #111: Update CHANGELOG heading format for automation. Thanks to @thinkingserious!
- PR #110: Add Makefile for Librarian automation. Thanks to @thinkingserious!
Library - Feature
- PR #75: Add ability to set proxy. Thanks to @eitoball!
- PR #20: Add option to set http attributes when creating an instance of Client. Thanks to @jrectenwald!
v3.3.0
v3.2.0
Added
- #12 Add a helper returns the response body as a hash
- Thanks to Diego Camargo for the pull request!
v3.1.0
Added
- #5 Ability to set the Content-Type header
- Thanks to Wataru Sato for the pull request!
v3.0.2
v3.0.1
Fix
- Pull Request #7
- Fixes issue #6: TLS certificates not verified
- Thanks to Koen Rouwhorst for the pull request!
v3.0.0
BREAKING CHANGE
- Implements issue #3: Headers on Response
- Response headers now return a hash instead of a string
- Thanks to Chris France for the pull request!