Skip to content

Latest commit

 

History

History
202 lines (151 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

202 lines (151 loc) · 10.6 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[2022-05-18] Version 4.5.1

Library - Docs

Library - Fix

[2022-03-09] Version 4.5.0

Library - Chore

Library - Feature

[2022-02-09] Version 4.4.0

Library - Chore

Library - Feature

  • PR #134: Support multiple duplicate queryparams. Thanks to @mjjs!

[2022-01-12] Version 4.3.9

Library - Chore

[2021-12-01] Version 4.3.8

Library - Chore

[2021-05-19] Version 4.3.7

Library - Chore

  • PR #131: Bump org.apache.httpcomponents.httpclient from 4.5.12 to 4.5.13. Thanks to @akunzai!

[2020-08-19] Version 4.3.6

Library - Chore

Library - Docs

[2020-08-05] Version 4.3.5

Library - Docs

[2020-07-22] Version 4.3.4

Library - Fix

Library - Docs

[2020-03-04] Version 4.3.3

Library - Chore

[2020-02-19] Version 4.3.2

Library - Chore

[2020-02-05] Version 4.3.1

Library - Docs

[2020-02-01] Version 4.3.0

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!

[2017-10-30] Version 4.2.0

Added

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

[4.1.1] - 2016-10-11

Added

[4.1.0] - 2016-10-11

Added

[4.0.0] - 2016-10-11

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 accessible only via getters and setters
  • BIG thanks to Diego Camargo for the pull request!

[3.0.0] - 2016-10-06

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 accessible only via getters and setters
  • BIG thanks to Diego Camargo for the pull request!

[2.3.4] - 2016-08-09

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!

[2.3.3] - 2016-08-08

Added

[2.3.2] - 2016-07-18

Fixed

  • 2.3.1 did not upload correctly

[2.3.1] - 2016-07-08

Fixed

[2.3.0] - 2016-06-10

Added

  • Automatically add Content-Type: application/json when there is a request body

[2.2.1] - 2016-06-08

Fixed

  • Set client properly when testing

[2.2.0] - 2016-06-08

Added

  • Can pass test flag to allow for http calls

[2.1.0] - 2016-06-08

Added

  • DELETE can now have a request body

[2.0.0] - 2016-06-03

Changed

  • Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body

[1.0.0] - 2016-04-15

Added

  • We are live!