Skip to content

Releases: packit/requre

0.9.1

21 Mar 10:13
5b8a0a8
Compare
Choose a tag to compare
  • Adjusted requre-purge to not replace GitHub tokens with dummy token that
    still looks like a legit one and also case-sensitiveness on the cookies from
    Pagure.

0.9.0

14 Feb 14:06
2013b01
Compare
Choose a tag to compare
  • Supports recording of the requests done by httpx via record_httpx() and recording_httpx() decorators. (#297)

0.8.6

10 Feb 13:52
54f2dde
Compare
Choose a tag to compare
  • Trigger a new release to fix the PyPI upload action.

0.8.5

09 Feb 08:25
1be0f6e
Compare
Choose a tag to compare
  • Trigger a new release to confirm the correct SPDX licence.

0.8.4

07 Jan 20:11
db770d6
Compare
Choose a tag to compare
  • Provide __version__ of the package so it can be easily checked when installed on the system.

0.8.3

30 Oct 11:50
dc253f9
Compare
Choose a tag to compare
  • Fix an issue of clashing with the coverage.
  • Packaging has been modernized.

0.8.2

13 Apr 07:24
7fa87dd
Compare
Choose a tag to compare
  • No user-facing changes.

0.8.1

18 Jun 14:46
fde855f
Compare
Choose a tag to compare
  • Fix the problem with kwarg decorators that causes the function body not to be executed.

0.8.0

07 May 12:07
ca41957
Compare
Choose a tag to compare
  • New decorators for handling temporary files (MkTemp) and directories (MkDTemp) in a more transparent way.
  • The old implementation based on static paths and counter has been deprecated.

0.7.1

30 Apr 11:45
4488fba
Compare
Choose a tag to compare
  • Fix a performance issue when detecting cassettes following the old naming format.