You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,29 @@ Find changes for the upcoming release in the project's [changelog.d directory](h
6
6
7
7
<!-- scriv-insert-here -->
8
8
9
+
<aid='changelog-4.0.0'></a>
10
+
## 4.0.0 (2025-09-24)
11
+
12
+
### Backwards-incompatible changes
13
+
14
+
- Remove HiPS list support. This has moved to [Repertoire](https://repertoire.lsst.io/).
15
+
- Use service discovery via Repertoire to get the URL of the cutout service. As of this release, Repertoire must be enabled and deployed in the same Phalanx environment for datalinker to work.
16
+
17
+
### New features
18
+
19
+
- Add optional support for reporting exceptions to Sentry.
20
+
9
21
<aid='changelog-3.3.0'></a>
10
22
## 3.3.0 (2025-06-18)
11
23
12
24
### New features
13
25
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
26
+
- Add new HiPS list routes for the v2 path layout, which provides a separate HiPS tree, with its own list, for each data release.
17
27
18
28
### Other changes
19
29
20
30
- 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.
0 commit comments