Skip to content

Commit 3b0e10c

Browse files
authored
Prepare release 1.0.0 (#102)
1 parent b3aff32 commit 3b0e10c

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

CHANGELOG.md

+24-10
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
### Added
1414

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+
-
1916

2017
### Changed
2118

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+
-
2720

2821
### Deprecated
2922

@@ -39,10 +32,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3932

4033
### Security
4134

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+
4256
- Updated FastAPI and Pydantic dependencies in the examples group (#89)
4357
- Updated dependencies in dev and examples groups (#97)
4458

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
4660

4761
### Added
4862

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "autometrics"
3-
version = "0.9"
3+
version = "1.0.0"
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"
@@ -71,7 +71,6 @@ mypy = "^1.5.1"
7171
twine = "4.0.2"
7272

7373

74-
7574
[tool.poetry.group.examples]
7675
optional = true
7776

@@ -114,7 +113,6 @@ locust = "^2.15.1"
114113
django-stubs = "4.2.3"
115114

116115

117-
118116
[tool.poetry.group.development.dependencies]
119117
types-requests = "^2.31.0.2"
120118
django-stubs = "^4.2.3"

0 commit comments

Comments
 (0)