Skip to content

Releases: dawid-szaniawski/bepatient

0.10.1

31 May 12:22
1b84467
Compare
Choose a tag to compare
chore: release 0.10.1

* fix: improve handling of None values in responses

0.10.0

01 Apr 14:13
55eba53
Compare
Choose a tag to compare
chore: release 0.10.0

* add checking the response before sending request

* add py.typed to ship typing information

0.9.0

04 Mar 19:33
3f7e70a
Compare
Choose a tag to compare
  • feat: add case-insensitive option for dict_path
  • feat: extend request timeout options (connect and read)

0.8.1

10 Dec 18:10
e40c78e
Compare
Choose a tag to compare
  • feat: add support for Request object
  • feat: add more accurate logging
  • feat: add black and isort to linters
  • feat: merging session data into Response or Request
  • fix(Checker, Waiter): add missing logs and change logging levels
  • test: add responses library and improve response mocking
  • test: increase reusability of fixture
  • test: add tests for Request object
  • test: add checking of sent data
  • docs: update documentation considering changes related to Request object

0.8.0

10 Dec 08:38
b8e3f33
Compare
Choose a tag to compare
chore: release 0.8.0

* feat: add support for Request object
* feat: add more accurate logging
* feat: add black and isort to linters
* feat: merging session data into Response or Request
* test: add responses library and improve response mocking
* test: increase reusability of fixture
* test: add tests for Request object
* test: add checking of sent data
* docs: update documentation considering changes related to Request object

0.7.0

30 Nov 18:42
4f86b95
Compare
Choose a tag to compare
chore: release 0.7.0

* feat: add information about the response.content to StatusCodeChecker
* feat: add a dict_differences function that enables checking the differences between two dictionaries

0.6.0

13 Nov 21:08
77aaa8a
Compare
Choose a tag to compare
chore: release 0.6.0

* feat: add Python 3.12 support
* feat: update Roadmap
* feat: add a section about plugins in the documentation

0.5.1

26 Oct 17:47
3aa958c
Compare
Choose a tag to compare
chore: release 0.5.1

* fix: add the missing capability to define the request timeout

0.5.0

24 Oct 04:53
228d4c3
Compare
Choose a tag to compare
chore: release 0.5.0

* feat: changes to facilitate the expansion of bepatient's functionality

0.4.0

16 Sep 13:22
3583cf3
Compare
Choose a tag to compare
chore: release 0.4.0

* feat: library 'dictor' version bump.

* feat: ability to add a custom checker to RequestWaiter.

* chore: addition of more tests.

* chore: documentation expansion.