Skip to content

v2.3.2

Compare
Choose a tag to compare
@daniil-quix daniil-quix released this 04 Mar 12:42
· 46 commits to main since this release
8242858

What's Changed

Features

  • Support GZIP compression of messages formatted in Quix formats by @peter-quix in #305

Fixes

  • Fix type hints and code completion by @tim-quix in #292
  • Allow processing of non-dict values in StreamingDataFrame by @harisbotic in #307
  • Skip processing of messages with None keys in windowed aggregations by @harisbotic in #306

Enhancements

  • Set the default value of consumer group to 'quixstreams-default' in Application by @harisbotic in #299
  • Set a default value for Quix__Portal__Api env variable in Quix apps by @harisbotic in #294
  • Raise exception on __bool__ checks in StreamingDataFrame by @tim-quix in #295
  • Don't set ssl.endpoint.identification.algorithm anymore for Quix apps by @harisbotic in #293
  • Update docs by @stereosky in #300

Full Changelog: v2.3.1...v2.3.2