Skip to content

0.36.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:09
· 70 commits to main since this release
3794bd6

Release notes

Enhancements

  • Added support for width, fill, and padding when formatting pretty::Ts
  • Added support for sign, precision, width, fill, and padding when formatting
    pretty::Px
  • Optimized pretty formatting of prices and timestamps

Breaking changes

  • Moved core async decoding and encoding functionality to new traits to
    match the sync interface and present a standardized interface
    • Decoding: AsyncDecodeRecordRef and AsyncDecodeRecord
    • Encoding: AsyncEncodeRecord, AsyncEncodeRecordRef, and
      AsyncEncodeRecordTextExt

Bug fixes

  • Added missing Python type stubs for several leg properties of InstrumentDefMsg