File tree 1 file changed +21
-3
lines changed
1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
12
12
13
13
### Added
14
14
15
- - Exemplars support (#51 )
16
- - Optional concurrency tracking support (#55 )
15
+ -
17
16
18
17
### Changed
19
18
20
- - ` build_info ` is extended with support for branch labels and now picks up the commit label from ` COMMIT_SHA ` env var ( # 52 )
19
+ -
21
20
22
21
### Deprecated
23
22
@@ -35,6 +34,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
35
34
36
35
- Update requests, starlette, fastapi dependencies used by the examples
37
36
37
+ ## [ 0.6] ( https://github.com/autometrics-dev/autometrics-py/releases/tag/0.6 ) - 2023-06-23
38
+
39
+ ### Added
40
+
41
+ - Exemplars support (#51 )
42
+ - Optional concurrency tracking support (#55 )
43
+
44
+ ### Changed
45
+
46
+ - ` build_info ` is extended with support for branch labels and now picks up the commit label from ` COMMIT_SHA ` env var (#52 )
47
+
48
+ ### Fixed
49
+
50
+ - Fixed decorator async function handling (#55 )
51
+
52
+ ### Security
53
+
54
+ - Update requests, starlette, fastapi dependencies used by the examples
55
+
38
56
## [ 0.5] ( https://github.com/autometrics-dev/autometrics-py/releases/tag/0.5 ) - 2023-05-11
39
57
40
58
### Added
You can’t perform that action at this time.
0 commit comments