From ae4c9f0b0252cb9c230fba62c76d91caea5a8897 Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Mon, 19 Dec 2022 12:57:31 -0500 Subject: [PATCH] v0.4.8 --- Changelog.md | 12 +++++++++++- app/pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ab8dc80b..2daea204 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/app/pyproject.toml b/app/pyproject.toml index 9bdc3611..c866e050 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -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 "]