Skip to content

v0.5.2

Choose a tag to compare

@peter-quix peter-quix released this 14 Apr 01:11
· 707 commits to main since this release
f992fa1

In this release we switched to .net 8 preview and with this enabled python wrapper development on Mac Apple silicon!
Other notable changes:

  • Serialization when publishing will use JSON for the entire message rather than protobuf by default. This is aimed to help debugging and ease integration with other tools. If protobuf is prefered, switch using the following snippet.
    import quixstreams as qx
    qx.CodecSettings.set_global_codec_type(codec_type=qx.CodecType.Protobuf)
    
  • When App.Run is used on non-main thread it won't cause exception but instead log it and a warning, but function as it did before 0.5.1. Still hints at code issue, but at least previous functionality is restored.

Full changelog

New Contributors

Full Changelog: v0.5.1...v0.5.2