Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Oct 21, 2024
1 parent 5cd83b0 commit fd436b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## unreleased

* [Implement metrics/tracing on top of OpenTelemetry](https://github.com/anna-money/aio-request/pull/218)
* [Move OpenTelemetry support to a separate package](https://github.com/anna-money/aio-request/pull/268)
* [Support httpx transport](https://github.com/anna-money/aio-request/pull/221)
* [Drop python 3.9 support](https://github.com/anna-money/aio-request/pull/222)
* [Support only python 3.11 and 3.12](https://github.com/anna-money/aio-request/pull/266)
* Drop python 3.9/3.10 support, support only 3.11/3.12. Related PRs: [#222](https://github.com/anna-money/aio-request/pull/222), [#266](https://github.com/anna-money/aio-request/pull/266)
* Deprecation of MetricsProvider interface. For the backward compatibility, prometheus-client is conditionally imported. To use it, install prometheus-client. Related PRs: [#271](https://github.com/anna-money/aio-request/pull/271), [#218](https://github.com/anna-money/aio-request/pull/218), [#268](https://github.com/anna-money/aio-request/pull/268)
* [Removal of unused Client interface](https://github.com/anna-money/aio-request/commit/fe75660af8e7520a6fa5143f982c5aacd2ea079a)


Expand Down

0 comments on commit fd436b6

Please sign in to comment.