Releases: 4n4nd/prometheus-api-client-python
Releases · 4n4nd/prometheus-api-client-python
v0.7.0
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
/seriesendpoint 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
- @titouanfreville made their first contribution in #307
- @tbbream made their first contribution in #304
- @s3714110 made their first contribution in #302
- @TMVKasiViswanath made their first contribution in #293
- @cmd-ntrf made their first contribution in #306
- @Copilot made their first contribution in #309
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Add
py.typedfile to package for mypy by @RemiDesgrange in #297 - Bump jinja2 from 3.1.5 to 3.1.6 by @dependabot in #296
- feat: Add new Prometheus target and metadata API endpoints by @RiviaAzusa in #295
New Contributors
- @RemiDesgrange made their first contribution in #297
- @RiviaAzusa made their first contribution in #295
Full Changelog: v0.5.7...v0.6.0
v0.5.7
v0.5.6
What's Changed
- Bump pillow from 10.1.0 to 10.3.0 by @dependabot in #282
- Bump idna from 3.4 to 3.7 by @dependabot in #283
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #285
- Bump urllib3 from 2.0.7 to 2.2.2 by @dependabot in #287
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #284
- Upgrade python version to 3.13 by @4n4nd in #292
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- ⬆️ Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #266
- ⬆️ Bump requests from 2.28.1 to 2.31.0 by @dependabot in #263
- Bump pillow from 10.0.0 to 10.0.1 by @dependabot in #269
- feature/jmcc allow custom session to be provided by @jmcconnell26 in #274
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #276
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #270
New Contributors
- @jmcconnell26 made their first contribution in #274
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- Added Proxy Feature #261 by @mayankkholia in #262
- ⬆️ Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #258
- Issue251 help matplotlib load times by @mahtin in #255
- feat: add get_label_names helper by @samber in #267
New Contributors
- @mayankkholia made their first contribution in #262
- @mahtin made their first contribution in #255
- @samber made their first contribution in #267
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Add optional auth parameters for requests by @ugurzongur in #245
New Contributors
- @ugurzongur made their first contribution in #245
Full Changelog: v0.5.2...v0.5.3
v0.5.2
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
- @shimon-armis made their first contribution in #249
- @psujit775 made their first contribution in #247
Full Changelog: v0.5.1...v0.5.2
v0.5.1
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
- @Shackelford-Arden made their first contribution in #237
- @lixir made their first contribution in #235
Full Changelog: v0.5.0...v0.5.1
v0.2.0 release
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