Skip to content

Releases: lablup/callosum

1.0.3

04 Mar 10:16
1.0.3
b26a409
Compare
Choose a tag to compare

Fixes

  • Relax yarl version requirements to avoid potential dependency conflicts in the downstream Backend.AI platform (#28)

Full Changelog

Check out the full changelog until this release (1.0.3).

Full Commit Logs

Check out the full commit logs between release () and (1.0.3).

1.0.2

28 Feb 17:06
1.0.2
49a7f79
Compare
Choose a tag to compare

Fixes

  • Stabilize ZMQ RPC auth and malformed packet handling (#27)

Miscellaneous

  • Update dependencies including pyzmq ('>=23' → '>=25.1.1' to support Python 3.12) and development tools including ruff to replace the black formatter (#26)

Full Changelog

Check out the full changelog until this release (1.0.2).

Full Commit Logs

Check out the full commit logs between release () and (1.0.2).

1.0.1

18 Sep 06:41
1.0.1
ff5a869
Compare
Choose a tag to compare

Fixes

  • Prevent leaking secret keys in the logs and allow infinite timeouts on connection pings (#24)

Full Changelog

Check out the full changelog until this release (1.0.1).

Full Commit Logs

Check out the full commit logs between release () and (1.0.1).

1.0.0

14 Sep 13:18
1.0.0
a6dfe9b
Compare
Choose a tag to compare

Breaking change

  • Now it requires Python 3.11 to work!

Features

  • Implement the full version of secure, encrypted RPC communication based on ZeroMQ's ZAP protocol using CURVE keypairs (#21)

Full Changelog

Check out the full changelog until this release (1.0.0).

Full Commit Logs

Check out the full commit logs between release () and (1.0.0).