Skip to content

v0.2.0

Compare
Choose a tag to compare
@dash14 dash14 released this 20 Jan 15:13
· 31 commits to main since this release

BREAKING CHANGES

  • Change the notation of commands that can be included in messages
    • EchoRequestBody -> @echo RequestedBody
    • {EXCEPTION NAME} -> @raise {EXCEPTION NAME}

Features

  • Add @sleep {SECONDS} command
    • Waits for the specified seconds and returns the result

Bug Fixes

  • Fix romanization process to keep original line breaks

Others

  • Bump up the Python version of the container to 3.12

Full Changelog: v0.1.0...v0.2.0