Skip to content

Commit

Permalink
Release v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smurf-U committed Jan 10, 2023
1 parent b8fd3b3 commit f506588
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.1] - 2023-01-10

### Changes

- Started handling HTTP response 429 from the Airbrake Notice API more
granularly. Previously, we would return IP is rate limited whenever the
Airbrake Notice API returned a 429. However, this response code may also indicate an error cap hit ([#254])

## [1.10.0] - 2022-10-20

### Added
Expand Down Expand Up @@ -196,7 +204,8 @@ to work)
- Pybrake SDK
- Middleware for Flask, Django, celery, aiohttp frameworks

[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.10.0...HEAD
[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.10.1...HEAD
[1.10.1]: https://github.com/airbrake/pybrake/compare/v1.10.0...v1.10.1
[1.10.0]: https://github.com/airbrake/pybrake/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/airbrake/pybrake/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/airbrake/pybrake/compare/v1.7.0...v1.8.0
Expand All @@ -214,3 +223,4 @@ to work)
[1.0.2]: https://github.com/airbrake/pybrake/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/airbrake/pybrake/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/airbrake/pybrake/compare/v0.4.6...v1.0.0
[#254]: https://github.com/airbrake/pybrake/pull/254
2 changes: 1 addition & 1 deletion src/pybrake/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
notifier_name = "pybrake"

# Pybrake Notifier Version
version = "1.10.0"
version = "1.10.1"

# End point of Airbrake API host. That will always be as default value.
AIRBRAKE_HOST = "https://api.airbrake.io"
Expand Down

0 comments on commit f506588

Please sign in to comment.