Skip to content

Commit 6621d49

Browse files
committed
Prepare 3.3.0 release
1 parent 77f0042 commit 6621d49

File tree

5 files changed

+49
-48
lines changed

5 files changed

+49
-48
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: uv-lock
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.11.13
16+
rev: v0.12.0
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Find changes for the upcoming release in the project's [changelog.d directory](h
66

77
<!-- scriv-insert-here -->
88

9+
<a id='changelog-3.3.0'></a>
10+
## 3.3.0 (2025-06-18)
11+
12+
### New features
13+
14+
- Change Config to load configuration from local file, to support more complex structures for the hips release data
15+
- Introduce v2 hips router. Add an additional hips dependency that builds a hips list per data release, given the data release lists and their paths via configuration
16+
- Add new tests for v2 and legacy hips list endpoint
17+
18+
### Other changes
19+
20+
- Drop `Expires` from the reply headers of the `{links}` endpoint, since that header is effectively obsolete since HTTP/1.1 given the presence of `Cache-Control` with a `max-age` parameter.
21+
22+
- Upgraded dependencies and python version
23+
924
<a id='changelog-3.2.0'></a>
1025
## 3.2.0 (2025-04-11)
1126

changelog.d/20250411_142505_rra.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20250618_164915_steliosvoutsinas_DM_51412.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

uv.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)