Skip to content

Commit 43b6c1a

Browse files
committed
Add changelog (#37)
1 parent 60c1806 commit 43b6c1a

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
<!-- This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -->
8+
9+
---
10+
11+
## [Unreleased]
12+
13+
### Added
14+
15+
- OpenTelemetry Support (#28)
16+
- Fly.io example (#26)
17+
- Django example (#22)
18+
19+
### Changed
20+
21+
-
22+
23+
### Deprecated
24+
-
25+
26+
### Removed
27+
28+
-
29+
30+
### Fixed
31+
32+
- The `autometrics` decorator now supports async functions (#33)
33+
34+
### Security
35+
36+
-
37+
38+
---
39+
40+
## [0.4](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.4) - 2023-04-13
41+
42+
### Added
43+
44+
- SLO Support (#16)
45+
- Improved documentation and examples (#13 #19)
46+
47+
### Changed
48+
49+
- Development setup (#10 #12)
50+
51+
### Fixed
52+
53+
- Issue with trailing slashes in prometheus url (#14)
54+
55+
56+
## [0.3](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.3) - 2023-03-28
57+
58+
### Added
59+
60+
- Implemented caller label for the function calls counter (#9)
61+

0 commit comments

Comments
 (0)