Skip to content

Latest commit

 

History

History
239 lines (184 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

239 lines (184 loc) · 13.9 KB

Change Log

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

This project adheres to Semantic Versioning.

[2022-03-09] Version 3.3.7

Library - Chore

[2022-02-09] Version 3.3.6

Library - Chore

[2022-01-12] Version 3.3.5

Library - Chore

[2021-12-01] Version 3.3.4

Library - Chore

[2021-09-22] Version 3.3.3

Library - Chore

[2021-02-10] Version 3.3.2

Library - Fix

[2020-08-24] Version 3.3.1

Library - Fix

[2020-08-19] Version 3.3.0

Library - Chore

Library - Feature

[2020-04-01] Version 3.2.7

Library - Fix

[2020-03-04] Version 3.2.6

Library - Chore

[2020-02-19] Version 3.2.5

Library - Fix

  • PR #132: Exclude tests directory from package data. Thanks to @bwind!

[2020-01-23] Version 3.2.4

Library - Fix

[2020-01-22] Version 3.2.3

Library - Fix

[2020-01-22] Version 3.2.2

Library - Docs

Library - Fix

Library - Chore

[2019-09-12] Version 3.2.1

[2019-09-11] Version 3.2.0

Added

Fixed

[3.1.0] - 2018-05-23

Added

Fixed

[3.0.0] - 2017-08-11

BREAKING CHANGE

  • The breaking change actually happened in version 2.3.0, which I mistakenly applied a minor version bump.
  • This version replaces error handling via HTTPError from urllib in favor of custom error handling via the HTTPError class.

[2.4.0] - 2017-07-03

Added

  • #19 Added support for slash. Created "to_dict" property in response object and exception class.
  • Thanks, Lucas Cardoso!

[2.3.0] - 2017-06-20

Added

[2.2.1] - 2016-08-10

Fixed

  • When Content-Type is not application/json, do not JSON encode the request body

[2.2.0] - 2016-08-10

Added

  • Ability to set the Content-Type header

[2.1.1] - 2016-07-08

Fixed

[2.1.0] - 2016-06-03

Added

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

[2.0.0] - 2016-06-03

Changed

  • Made the Response variables non-redundant. e.g. response.response_body becomes response.body

[1.2.4] - 2016-03-02

Fixed

  • Getting README to display in PyPi

[1.2.3] - 2016-03-01

Added

  • Can now reuse part of the chaining construction for multiple urls/requests
  • Thanks, to Kevin Gillette!
  • Update of request headers simplified
  • Thanks, to Matt Bernier

[1.1.3] - 2016-02-29

Fixed

  • Various standardizations for commenting, syntax, pylint
  • Thanks, to Ian Douglas!

[1.1.2] - 2016-02-29

Fixed

  • Fixed TypeError in Python 3+ for data encoding

[1.1.1] - 2016-02-25

Updated

  • Tests no longer require a mock server #5

[1.1.0] - 2016-02-25

Fixed

  • Config paths

[1.0.2] - 2016-02-25

Fixed

  • Config paths

[1.0.1] - 2016-02-25

Fixed

  • Imports

[1.0.0] - 2016-02-25

Added

  • We are live!