Python Release 2.0.0
Changelog
v2.0.0 (2021-03-23)
Breaking changes:
- Make
IntervalSource.periodaTimedelta#85 (phijor) - Fix TimeAggregate member types #80 (phijor)
- Remove deprecated methods #78 (phijor)
- Require python 3.8 for ssl fixes #70 (kinnarr)
- Augment "chunkSize" to metadata when declaring new metrics #68 (phijor)
- Improve Error Handling #63 (tilsche)
Implemented enhancements:
Fixed bugs:
- Docker action seems to be broken on linux/arm64 #69
- Timestamp.from_iso8601 fails to parse JSON timestamp #9
Closed issues:
- Document all breaking changes for v2 #83
- IntervalSource.period should be a Timedelta, not a float. #81
- Consider updating types of TimeAggregate.{integral,active_time} #76
- Remove deprecated methods/behavior #73
- Add chunk size to metadata #65
- Support HistoryResponse error messages #62
- Timestamps from iso strings #7
Merged pull requests:
- Upgrading instructions #87 (phijor)
- Properly parse ISO 8601 date strings to Timestamp #86 (phijor)
- Prevent possibly unbound variable in history response handler #84 (phijor)
- Timedelta typing changes and proper division support #82 (phijor)
- Tool metric send #79 (bmario)
- Spring cleanup #74 (phijor)
- Handle error messages in history responses #66 (bmario)
- Management channel is a RobustChannel #64 (phijor)
- fix(ci): Fix changelog workflow #61 (bmario)
- Fixes missing non-historic metrics in metricq spy #60 (bmario)