@@ -12,18 +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
- - Added support for ` record_error_if ` and ` record_success_if `
16
- - Added OTLP exporters for OpenTelemetry tracker (#89 )
17
- - Added ` repository_url ` and ` repository_provider ` labels to ` build_info ` (#97 )
18
- - Added ` autometrics.version ` label to ` build_info ` (#101 )
15
+ -
19
16
20
17
### Changed
21
18
22
- - [ 💥 Breaking change] ` init ` function is now required to be called before using autometrics (#89 )
23
- - Prometheus exporters are now configured via ` init ` function (#89 )
24
- - Updated examples to call ` init ` function (#94 )
25
- - Updated ` docker compose ` / ` tilt ` config in repo to include grafana with our dashboards (#94 )
26
- - ` Objective ` s will now emit a warning when name contains characters other than alphanumeric and dash (#99 )
19
+ -
27
20
28
21
### Deprecated
29
22
@@ -39,10 +32,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
39
32
40
33
### Security
41
34
35
+ -
36
+
37
+ ## [ 1.0.0] (https://github.com/autometrics-dev/autometrics-py/releases/tag/1.0.0 ) - 2023-11-14
38
+
39
+ ### Added
40
+
41
+ - Added support for ` record_error_if ` and ` record_success_if `
42
+ - Added OTLP exporters for OpenTelemetry tracker (#89 )
43
+ - Added ` repository_url ` and ` repository_provider ` labels to ` build_info ` (#97 )
44
+ - Added ` autometrics.version ` label to ` build_info ` (#101 )
45
+
46
+ ### Changed
47
+
48
+ - [ 💥 Breaking change] ` init ` function is now required to be called before using autometrics (#89 )
49
+ - Prometheus exporters are now configured via ` init ` function (#89 )
50
+ - Updated examples to call ` init ` function (#94 )
51
+ - Updated ` docker compose ` / ` tilt ` config in repo to include grafana with our dashboards (#94 )
52
+ - ` Objective ` s will now emit a warning when name contains characters other than alphanumeric and dash (#99 )
53
+
54
+ ### Security
55
+
42
56
- Updated FastAPI and Pydantic dependencies in the examples group (#89 )
43
57
- Updated dependencies in dev and examples groups (#97 )
44
58
45
- ## [ 0.9] ( https://github.com/autometrics-dev/autometrics-py/releases/tag/0.8 ) - 2023-07 -24
59
+ ## [ 0.9] ( https://github.com/autometrics-dev/autometrics-py/releases/tag/0.9 ) - 2023-09 -24
46
60
47
61
### Added
48
62
0 commit comments