Skip to content

Python Release 5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 09:07

Changelog

v5.0.0 (2023-05-17)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Dealing with naive datetime objects #138
  • Allow url instead of management\_url kwarg in metricq.Client #130
  • Simple export of history data to panda dataframe #128
  • Improve datatime parsing of Timestamp #125
  • Update aio-pika to >=8.0 #124

Fixed bugs:

  • Reading protobuf requirement from version file in setup.py doesn't actually work #162
  • Tests fail with recent protobuf versions #151
  • protobuf version requirement is broken #143
  • Verbose messages on connection close #137
  • Agents using the IntervalSource might enter a zombie state #134
  • Exception on tear down of SSL connection #123

Closed issues:

  • Migrate to GitHub container registry #158
  • Update the migration guide in the documentation #157
  • top level module "types" clashes with mypy #154
  • black/ci is broken #145
  • Incorrect iso8601 timestamp string parsing #141
  • Update documentation #136

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator