Skip to content

Releases: matpompili/caniusethat

v0.4.1

29 Dec 22:02
Compare
Choose a tag to compare

v0.4.1 (2022-12-29)

  • Reduce strictness of pyzmq requirement.

Full v0.4.1 Changelog

v0.4.0

28 Dec 18:56
Compare
Choose a tag to compare

v0.4.0 (2022-12-28)

  • Bump pyzmq from 23.2.1 to 24.0.1.
  • Now Windows can interrupt remote procedure calls with Ctrl+C. (PR #19)
  • Remote procedure calls are now thread-safe. (PR #19)

Full v0.4.0 Changelog

v0.3.2

07 Sep 21:23
Compare
Choose a tag to compare

v0.3.2 (2022-09-07)

  • Fixed bug for setup.py entry point.

Full v0.3.2 Changelog

v0.3.1

07 Sep 21:06
Compare
Choose a tag to compare

v0.3.1 (2022-09-07)

  • Added a command line interface tool, caniusethat-cli useful for testing/debugging purposes.

Full v0.3.1 Changelog

v0.3.0

02 Sep 19:50
Compare
Choose a tag to compare

v0.3.0 (2022-09-02)

  • Fix error when docstring is not present in the function. (Issue #1, PR #4)
  • Add pyzmq.utils.win32.allow_interrupt to the server threads, so they can be stopped on Windows. (Issue #2, PR #6)
  • Move some of the logging to DEBUG level. (Issue #3, PR #7)
  • Add reserved method names to Thing class. (Issue #5, PR #8)

Full v0.3.0 Changelog

v0.2.3

01 Sep 19:21
Compare
Choose a tag to compare

v0.2.3 (2022-09-01)

  • Make requirements.txt less strict.

Full v0.2.3 Changelog

v0.2.2

01 Sep 17:23
Compare
Choose a tag to compare

v0.2.2 (2022-09-01)

  • Fix test hanging up because of logging in multiple threads

Full v0.2.2 Changelog

v0.2.1

01 Sep 16:36
Compare
Choose a tag to compare

Initial release