Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Aug 12, 2021
1 parent de05a96 commit c2970ee
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,42 @@

Additions:

Changes:

Fixes:

## 0.4.0 - 08/12/2021

Additions:

- Smart CORS proxying through Buoy Barn.
- Previously when CORS requests needed to be proxied for Mariners Dashboard, Buoy Barn will mark those servers as needing a proxy and host an endpoint to proxy through.
- Adds a `cors_proxy_url` key to readings for servers that need a proxy. The value is the base URL for the server (aka, `buoybarn.neracoos.org/api/servers/1/proxy/` forwards to `neracoos.org/erddap/`).
- Proxied data is cached by default for 60 seconds, but that can be overridden with `PROXY_CACHE_SECONDS`.

Changes:

- Update Dependencies:
- Actions
- Setup Docker Buildx from 1 to 1.5.1
- Cache from 2.1.5 to 2.1.6
- Docker login from 1 to 1.10.0
- Docker build push from 2 to 2.6.1
- Sentry release from 1 to 1.1.6
- Python from 3.9.4 to 3.9.6
- Celery from 5.0 to 5.1
- Django Redis from 4.12 to 5.0
- NetCDF4 from 1.5.6 to 1.5.7
- Psycopg2 Binary from 2.8.6 to 2.9.1
- Sentry SDK from 1.0.0 to 1.3.1
- Whitenoise from 5.2 to 5.3
- Xarray from 0.17.0 to 0.19.0
- Pandas from 1.2.4 to 1.3.1
- Prefect from 0.14.15 to 0.15.3
- IPython from 7.22 to 7.26
- Py.test Django from 4.2 to 4.4
- Py.test Coverage from 2.11 to 2.12

Fixes:

- Match Sentry release to Github release version.
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.3.6"
version = "0.4.0"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit c2970ee

Please sign in to comment.