Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smurf-U committed Sep 13, 2022
1 parent e9860ca commit 3f33725
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.0] - 2022-09-13

### Added

- Added support for the Pycnic framework with a sample example
- Added support for the Starlette framework with a sample example

### Changes

- Receives notices and APM events and periodically sends them
asynchronously in the background (1 minute). Up to 100 backlog items for
notice and APM Performance (Shared for Routes, Route breakdown, query,
queue stats). In the event that the backlog queue becomes full, the item
will be replaced and an error will be recorded.

## [1.7.0] - 2022-09-02

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

[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/airbrake/pybrake/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/airbrake/pybrake/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/airbrake/pybrake/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/airbrake/pybrake/compare/v1.4.0...v1.5.0
Expand Down
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.7.0"
version = "1.8.0"

# 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 3f33725

Please sign in to comment.