Skip to content

Releases: ddmee/polling2

v0.5.0

16 Oct 11:08
v0.5.0
379fcf9
Compare
Choose a tag to compare

What's Changed

  • NEW API addition: poll_decorator(). Per user-request, you can now use @poll_decorator() as a way to wrap a function with poll() by @ddmee in #27
  • The api otherwise remains the same. See the new function poll_decorator(). All options and arguments remain equivalent in poll()/poll_decorator(). Fully backward compatible change.

Full Changelog: v0.4.7...v0.5.0

What's Changed

  • poll_decorator add poll_decorator() per use request by @ddmee in #27

Full Changelog: v0.4.7...v0.5.0

v0.4.7

16 Oct 11:08
v0.4.7
4ef54fa
Compare
Choose a tag to compare

What's Changed

  • No API changes. Updated documentation to state that timeout=0 or timeout=None is equivalent to setting poll_forever=True.
  • Add png for readthedocs by @ddmee in #17
  • Add pypi links in docs by @ddmee in #18
  • Bump jinja2 from 2.11.2 to 2.11.3 in /docs by @dependabot in #20
  • Bump pygments from 2.6.1 to 2.7.4 in /docs by @dependabot in #21
  • Bump urllib3 from 1.25.10 to 1.26.5 in /docs by @dependabot in #23
  • update_timeout_doc timeout=0 or timeout=None equiv to poll_forever=True by @ddmee in #25

Full Changelog: v0.4.6...v0.4.7

v0.4.6

16 Oct 11:08
v0.4.6
e136a05
Compare
Choose a tag to compare

What's Changed

  • No api change, added documentation including sphinx

Full Changelog: v0.4.5...v0.4.6

v0.4.5

16 Oct 11:08
v0.4.5
ffaf1fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

16 Oct 11:08
v0.4.4
f5fc077
Compare
Choose a tag to compare

What's Changed

  • Add function is_value() to build custom checkers. by @ddmee in #8

Full Changelog: v0.4.3...v0.4.4

v0.4.3

16 Oct 11:07
v0.4.3
671a7b1
Compare
Choose a tag to compare

What's Changed

  • Add log_errors parameter to the poll() function. by @ddmee in #6

Full Changelog: v0.4.2...v0.4.3

v0.4.2

16 Oct 11:07
v0.4.2
0dd50a9
Compare
Choose a tag to compare

What's Changed

  • Add log_value() decorator for check_success() to log return values by @ddmee in #5

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Oct 11:06
v0.4.1
18b801d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Oct 11:06
v0.4.0
6a5204a
Compare
Choose a tag to compare

What's Changed

  • Switch to polling2 by @ddmee in #1
  • Add test for misspelt keyword argument by @ddmee in #2
  • Remove mock and pytest from package install requirements by @ddmee in #3

Full Changelog: v0.3.0...v0.4.0

v0.3.0

16 Oct 11:06
Compare
Choose a tag to compare

Full Changelog: 0.2.0...v0.3.0