Skip to content

v1.0.0

Compare
Choose a tag to compare
@perlun perlun released this 28 Mar 07:26

1.0.0 / 2018-03-27

  • The first release in the 1.0.0 series. 馃帀 For the 1.x releases, we will follow Semantic Versioning very strictly; please keep this in mind when submitting fixes/suggesting changes.

  • Breaking changes:

    • Always set CONTENT_TYPE for non-GET requests
      (Per Lundberg #223)
  • Minor enhancements / bug fixes:

    • Create tempfile using the basename without extension
      (Edouard Chin #201)
    • Save session during follow_redirect!
      (Alexander Popov #218)
    • Document how to use URL params with DELETE method
      (Timur Platonov #220)