Skip to content

v0.5.1

Choose a tag to compare

@peter-quix peter-quix released this 31 Mar 10:21
· 717 commits to main since this release
10c3ad6

Bugfixes

  • Fixed segfault when exceptions are raised in non-windows systems. (#74)
  • add_tags in eventdatabuilder should work (#61)
  • fixed typehint in timeseriesdatabuilder (#61)
  • keyboard interrupt no longer logs an unavoidable exception (#79)
  • TimeseriesData conversion should no longer happen when it is not being used (introduced in 0.5.0) (#84)

Improvements

  • docs updated
  • improved producer timeout errors. It will only log an exception if the client is unable to communicate with the broker, not when a connection resets (#65)
  • C# performance improvements (#75), should have an effect in python also
  • unit tests are now consistently passing and the ones expected to fail are skipped for now (#84)

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1