Skip to content

Commit

Permalink
Merge pull request #1262 from gulfofmaine/v0.7.2
Browse files Browse the repository at this point in the history
v0.7.2
  • Loading branch information
abkfenris authored Nov 25, 2024
2 parents aec3217 + cd82dbd commit bf1baf3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ Changes:

Fixes:

## 0.7.2 - 11/25/2024

Changes
- Adds timeseries and dataset refresh status to the admin list pages, to hopefully help with debugging when data is delayed. [#1258](https://github.com/gulfofmaine/buoy_barn/pull/1258)

Fixes:
- Adds a healtcheck for periodic refreshes, so we have an idea if they end up delayed or not running. [#1257](https://github.com/gulfofmaine/buoy_barn/pull/1257)

Dependency updates:
- Github Actions
- Ubuntu from 22.04 to 24.04
- Pre-commit
- Ruff from 0.7.4 to 0.8.0
- Python
- ERDDAPY from 1.2.1 to >2.0
- Pandas from 1.5.3 to >2.0
- Sentry SDK from 2.18.0 to 2.19.0
- Xarray from 2024.3.0 to 2024.11.0
## 0.7.1 - 11/19/2024

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "buoy-barn"
version = "0.7.1"
version = "0.7.2"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = [ { name = "Alex Kerney", email = "<[email protected]>" } ]
requires-python = ">=3.11"
Expand Down

0 comments on commit bf1baf3

Please sign in to comment.