Skip to content

Python Release 2.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 13:43

Changelog

v2.0.0 (2021-03-23)

Full Changelog

Breaking changes:

  • Make IntervalSource.period a Timedelta #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:

  • Add python version to discover #89
  • Add python version to discover response #90 (phijor)

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)