Skip to content

Releases: jamielennox/requests-mock

1.12.1

28 Mar 03:42
Compare
Choose a tag to compare

Set python_requires to >3 to prevent installation in python2 deployments.

Full Changelog: 1.12.0...1.12.1

1.12.0

27 Mar 14:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.0...1.12.0

1.11.0

08 Jun 14:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.0...1.11.0

1.10.0

30 Aug 16:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.3...1.10.0

1.9.3

28 May 03:07
1.9.3
Compare
Choose a tag to compare

Minor improvement to typing annotations.

1.9.2

30 Apr 03:37
1.9.2
850671f
Compare
Choose a tag to compare
v1.9.2

1.9.1

28 Apr 09:59
1.9.1
Compare
Choose a tag to compare

Bug Fix on 1.9.0 release:

  • Added py.typed file required to make type annotations work.

1.9.0

28 Apr 06:38
1.9.0
Compare
Choose a tag to compare

A number of small improvements:

  • Feature: Adds type hints for python 3. #94
  • Fixes Bug: Handle whitespace encoding in URL. #158
  • Fixes Bug: Allow subclassing the mocker object. #160

1.8.0

02 May 13:09
1b9a732
Compare
Choose a tag to compare

Solidifies the behaviour of nested mocking and the real_http variable.

1.7.0

01 Sep 07:52
Compare
Choose a tag to compare

Releasing a few pull-requests that people will find useful.

Includes fixes for #93 and #106. These should be inconsequential for most people.