Python Release 5.0.0
Changelog
v5.0.0 (2023-05-17)
Breaking changes:
Implemented enhancements:
- Dealing with naive datetime objects #138
- Allow
url
instead ofmanagement\_url
kwarg inmetricq.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:
- Pandas #168 (tilsche)
- Agent url param #165 (tilsche)
- Read protobuf version directly in setup.py #163 (tilsche)
- Documentation spring cleanup #161 (tilsche)
- Migrate docker workflow to ghcr.io #159 (kinnarr)
- Typing cleanup #156 (tilsche)
- refactor: improve error message when parsing ISO 8601 #153 (tilsche)
- fix: protobuf 4 tests #152 (tilsche)
- ci: replace protoc action with plain old apt-get #150 (bmario)
- Naive datetime handling #149 (tilsche)
- Refactor loop parameter inconsistencies #148 (tilsche)
- Remaining loop parameter fixes #147 (tilsche)
- fix: pin black version and apply reformat #146 (tilsche)
- Protobuf version guessing v2 #144 (tilsche)
- fix: exception in update zombifies IntervalSource #135 (bmario)
* This Changelog was automatically generated by github_changelog_generator