Skip to content

Releases: 4n4nd/prometheus-api-client-python

v0.7.0

05 Dec 02:09
00bbce6

Choose a tag to compare

What's Changed

  • Bump urllib3 from 2.3.0 to 2.5.0 by @dependabot[bot] in #300
  • Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #299
  • Bump fonttools from 4.56.0 to 4.61.0 by @dependabot[bot] in #308
  • Bump urllib3 from 2.3.0 to 2.5.0 by @dependabot[bot] in #301
  • feat: Add support for /series endpoint by @titouanfreville in #307
  • Remove tests from package by @tbbream in #304
  • Add HTTP Method as a Parameter for APIs that support POST by @s3714110 in #302
  • Resolved issue #225 by @TMVKasiViswanath in #293
  • Allow creation of Metric from data structure without name by @cmd-ntrf in #306
  • Make pandas, numpy, and matplotlib optional dependencies with lazy loading and helpful error messages by @Copilot in #309
  • Include requirements-core.txt in sdist via MANIFEST.in by @Copilot in #313

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

18 Apr 04:24
f660954

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.6.0

v0.5.7

12 Feb 17:46
ea0dadf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

11 Feb 17:56
cd638cb

Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

21 Feb 21:22
4ce551d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

16 Aug 18:47
53aaac1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

14 Feb 14:45
8f034f2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

20 Oct 17:10
2b638b1

Choose a tag to compare

What's Changed

  • ⬆️ Bump numpy from 1.21.4 to 1.22.0 by @dependabot in #243
  • Update github repo url and author email address in setup.py and README by @4n4nd in #248
  • prometheus_connect: Store "variance" operation result with the correc… by @shimon-armis in #249
  • Fix [FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.] by @psujit775 in #247

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Jun 21:10
a3e2cde

Choose a tag to compare

What's Changed

  • Release of version 0.5.0 by @khebhut in #230
  • Update timestamp dtypes in MetricSnapshotDataFrame and MetricRangeDataFrame by @chauhankaranraj in #234
  • Ensuring Metric Values are Cast to Float when they are Strings by @Shackelford-Arden in #237
  • Add get_label_values function in prometheus_connect.py. by @lixir in #235
  • ⬆️ Bump pillow from 8.4.0 to 9.0.1 by @dependabot in #238

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.2.0 release

15 Oct 20:49
94dff36

Choose a tag to compare

Added classes Metric, MetricsList
Changed date inputs from strings to datetime.datetime objects
Changed range inputs from strings to datetime.datetime or datetime.timedelta objects
Added utils.py to parse strings to datetime.datetime or datetime.timedelta objects
Fix version numbers for release