Files
judas_protocol/CHANGELOG.md
github-actions[bot] c48b69ecee chore(release): 0.5.0
2025-11-19 20:28:01 +00:00

3.4 KiB

Changelog

All notable changes to this project will be documented in this file.

[0.5.0] - 2025-11-19

Features

  • 2ef4ada message.py: add CLOSE msg constructor
  • aa0703f types.py: add CLOSE msg ControlAction
  • 332ce3f message.py: add acknowledged and ack_required properties

[0.4.3] - 2025-10-05

Bug Fixes

  • 1ab577e message.py: provide id_ in ack() and hello()

[0.4.2] - 2025-10-05

Bug Fixes

  • 37eec56 message.py: allow providing ID via argument

[0.4.1] - 2025-10-05

Miscellaneous Tasks

  • f307a7f message.py: add target_id argument to Message.ack classmethod

[0.4.0] - 2025-10-05

Features

  • 4cc3a5b message.py: add message uuid

[0.3.0] - 2025-09-23

Features

  • ffc4ed1 message.py: add __str__ and __repr__ methods
  • bc1bf46 message.py: raise ValueError if invalid json in Message.from_bytes()

Styling

  • 9b5b104 message.py: organize imports

[0.2.0] - 2025-08-29

Features

  • fd070b1 message.py: add b"\n" at end of data from to_bytes()
  • df55e0c message.py: add Message.from_bytes()
  • 762d09e message.py: add Message.to_bytes()
  • b90653b init.py: add public api

[0.1.0] - 2025-08-28

Features

  • dd4b8b0 message.py: add Message class
  • 5e3ed0f types.py: add types.py

Miscellaneous Tasks

  • 8af71dd remove irrelevant workflows

Build

  • 4cf669c uv.lock: add lockfile
  • 0fc7994 pyproject.toml: configure basedpyright to ignore Any