Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

80 lines (62 loc) · 2.4 KB

Change Log

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

This project adheres to Semantic Versioning.

[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!