Skip to content

Releases: metricq/metricq-python

Python Release 5.4.0

19 Dec 10:42
Compare
Choose a tag to compare

Changelog

v5.4.0 (2024-12-19)

Full Changelog

Implemented enhancements:

  • Add --syslog parameter #189
  • Add click command for standardized CLI parameters #188
  • Pandas division by zero #186
  • Add Agent.url property #169

Fixed bugs:

  • Setup Fails, if local protoc version has no patch applied #191

Closed issues:

  • bug: Github Actions automatically fail due to old versions #195
  • Setup Fails, in protobuf version 27.3 #194

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Python Release 5.3.0

27 Jun 09:17
Compare
Choose a tag to compare

Changelog

v5.3.0 (2023-06-27)

Full Changelog

Implemented enhancements:

  • Update docker image to use Python 3.11 #182

Closed issues:

  • Utilize uvloop in Agent.run if available #184

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Python Release 5.2.0

20 Jun 10:58
Compare
Choose a tag to compare

Changelog

v5.2.0 (2023-06-20)

Full Changelog

Implemented enhancements:

  • Implement modulo operation Timestamp % Timedelta -> Timestamp #178
  • Time types are not hashable #177
  • Allow to divide Timedelta by a Timedelta #131

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Python Release 5.1.0

08 Jun 15:49
Compare
Choose a tag to compare

Changelog

v5.1.0 (2023-06-08)

Full Changelog

Closed issues:

  • Simplify retrieving data from a drain #175
  • Metadata from subscribe rpc is not passed in Subscriber #174

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Python Release 5.0.2

05 Jun 07:37
Compare
Choose a tag to compare

Changelog

v5.0.2 (2023-06-05)

Full Changelog

Merged pull requests:

  • fix: expires subscription type cannot be serialized #173 (tilsche)

* This Changelog was automatically generated by github_changelog_generator

Python Release 5.0.1

02 Jun 08:53
Compare
Choose a tag to compare

Changelog

v5.0.1 (2023-06-02)

Full Changelog

Implemented enhancements:

  • Improve handling of disconnects #50

Fixed bugs:

  • InteralSource not stopping properly #171

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Python Release 5.0.0

17 May 09:07
Compare
Choose a tag to compare

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

Python Release 4.2.0

25 Aug 11:47
Compare
Choose a tag to compare

Changelog

v4.2.0 (2022-08-25)

Full Changelog

Implemented enhancements:

  • Remove virtualenv from the docker image #133
  • feat: Context manager support for metricq.Client #132 (bmario)

Fixed bugs:

  • Documentation for HistoryClient and Subscriber contains errors #129
  • Add ContextManager for metricq.Client #127

* This Changelog was automatically generated by github_changelog_generator

Python Release 4.1.0

11 Jul 15:27
Compare
Choose a tag to compare

Changelog

v4.1.0 (2022-07-11)

Full Changelog

Implemented enhancements:

  • Add dict\(\) method to TimeValue and TimeAggregate #121

Fixed bugs:

  • Sphix extension sphinx-autodoc-typehints 1.12.0 seems to be broken #98

Merged pull requests:

  • feat: add dict\(\) to value and aggrate types #122 (bmario)

* This Changelog was automatically generated by github_changelog_generator

Python Release 4.0.0

30 May 15:05
Compare
Choose a tag to compare

Changelog

v4.0.0 (2022-05-30)

Full Changelog

Breaking changes:

Fixed bugs:

  • Refactor loop parameter usage #51

Closed issues:

  • Fix changelog in Github release #103

* This Changelog was automatically generated by github_changelog_generator