Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Dec 19, 2022
1 parent 71886b2 commit ae4c9f0
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 @@ -8,10 +8,20 @@ Changes:

Fixes:

- Catching a few more error types. Works on [#449](https://github.com/gulfofmaine/buoy_barn/issues/449)
## 0.4.8 - 12/19/2022

Changes:

- Bumped Python to 3.11.1

Fixes:

- Catching a few more error types. Works on [#449](https://github.com/gulfofmaine/buoy_barn/issues/449) [PR](https://github.com/gulfofmaine/buoy_barn/pull/646)
- [429 - too many requests](https://sentry.io/organizations/gulf-of-maine-research-institu/issues/2304592014/events/759b16dea027407fb936c7d510a2ebc8/?project=1373247&query=is%3Aunresolved&referrer=previous-event)
- [404 - no matching time](https://sentry.io/organizations/gulf-of-maine-research-institu/issues/2304592014/events/0a64140872054bf6851adffba1629b40/?project=1373247&query=is%3Aunresolved&referrer=next-event)
- [404 - no file found](https://sentry.io/organizations/gulf-of-maine-research-institu/issues/2304592014/events/1963c7c1e8d94e02be25a5f0991e155f/?project=1373247&query=is%3Aunresolved&referrer=next-event)
- Additionally set Sentry tags on the error scope to help differentiate sources.
- Fixed continuous delivery repo and configuration.

## 0.4.7 - 12/02/2022

Expand Down
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "buoy_barn"
version = "0.4.7"
version = "0.4.8"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit ae4c9f0

Please sign in to comment.