File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.10.1] - 2023-01-10
11
+
12
+ ### Changes
13
+
14
+ - Started handling HTTP response 429 from the Airbrake Notice API more
15
+ granularly. Previously, we would return IP is rate limited whenever the
16
+ Airbrake Notice API returned a 429. However, this response code may also indicate an error cap hit ([ #254 ] )
17
+
10
18
## [ 1.10.0] - 2022-10-20
11
19
12
20
### Added
@@ -196,7 +204,8 @@ to work)
196
204
- Pybrake SDK
197
205
- Middleware for Flask, Django, celery, aiohttp frameworks
198
206
199
- [ Unreleased ] : https://github.com/airbrake/pybrake/compare/v1.10.0...HEAD
207
+ [ Unreleased ] : https://github.com/airbrake/pybrake/compare/v1.10.1...HEAD
208
+ [ 1.10.1 ] : https://github.com/airbrake/pybrake/compare/v1.10.0...v1.10.1
200
209
[ 1.10.0 ] : https://github.com/airbrake/pybrake/compare/v1.9.0...v1.10.0
201
210
[ 1.9.0 ] : https://github.com/airbrake/pybrake/compare/v1.8.0...v1.9.0
202
211
[ 1.8.0 ] : https://github.com/airbrake/pybrake/compare/v1.7.0...v1.8.0
@@ -214,3 +223,4 @@ to work)
214
223
[ 1.0.2 ] : https://github.com/airbrake/pybrake/compare/v1.0.1...v1.0.2
215
224
[ 1.0.1 ] : https://github.com/airbrake/pybrake/compare/v1.0.0...v1.0.1
216
225
[ 1.0.0 ] : https://github.com/airbrake/pybrake/compare/v0.4.6...v1.0.0
226
+ [ #254 ] : https://github.com/airbrake/pybrake/pull/254
Original file line number Diff line number Diff line change 2
2
notifier_name = "pybrake"
3
3
4
4
# Pybrake Notifier Version
5
- version = "1.10.0 "
5
+ version = "1.10.1 "
6
6
7
7
# End point of Airbrake API host. That will always be as default value.
8
8
AIRBRAKE_HOST = "https://api.airbrake.io"
You can’t perform that action at this time.
0 commit comments