Skip to content

Commit 7ec7ee6

Browse files
brettimusBrett Beutell
and
Brett Beutell
authored
Prepare release 0.5 (#39)
* Update changelog * Bump pyproject version to 0.5 --------- Co-authored-by: Brett Beutell <brett@fiberplane.com>
1 parent 1f05706 commit 7ec7ee6

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
### Added
1414

15-
- Support for build_info metrics in Prometheus (#35)
16-
- OpenTelemetry Support (#28)
17-
- Fly.io example (#26)
18-
- Django example (#22)
15+
-
1916

2017
### Changed
2118

2219
-
2320

2421
### Deprecated
22+
2523
-
2624

2725
### Removed
2826

29-
-
27+
-
3028

3129
### Fixed
3230

33-
- The `autometrics` decorator now supports async functions (#33)
34-
3531
### Security
3632

3733
-
3834

3935
---
4036

37+
## [0.5](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.5) - 2023-05-11
38+
39+
### Added
40+
41+
- Support `build_info` metrics for Prometheus tracker (#35)
42+
- **NOTE**: The OpenTelemetry tracker does not accurately track `build_info`, so you will need to set the env var `AUTOMETRICS_TRACKER=PROMETHEUS` to see accurate build info in your metrics (see #38)
43+
- OpenTelemetry Support (#28)
44+
- Fly.io example (#26)
45+
- Django example (#22)
46+
47+
### Fixed
48+
49+
- The `autometrics` decorator now supports async functions (#33)
50+
4151
## [0.4](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.4) - 2023-04-13
4252

4353
### Added
@@ -53,10 +63,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5363

5464
- Issue with trailing slashes in prometheus url (#14)
5565

56-
5766
## [0.3](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.3) - 2023-03-28
5867

5968
### Added
6069

6170
- Implemented caller label for the function calls counter (#9)
62-

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "autometrics"
3-
version = "0.4"
3+
version = "0.5"
44
description = "Easily add metrics to your system – and actually understand them using automatically customized Prometheus queries"
55
authors = ["Fiberplane <info@fiberplane.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)