Skip to content

Commit ca65022

Browse files
authored
Merge pull request #186 from lsst-sqre/tickets/DM-50042
DM-50042: Prepare 3.2.0 release
2 parents 0b8fe43 + 19faf72 commit ca65022

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.2.0'></a>
10+
## 3.2.0 (2025-04-11)
11+
12+
### New features
13+
14+
- Set `Expires` and `Cache-Control` headers on the links reply reflecting the expiration time of signed image URLs, informing clients that the response should not be cached beyond the expiration of those URLs. The lifetime of the links is specified as a new configuration option for now. That option will be removed once that lifetime is available from Butler.
15+
16+
### Other changes
17+
18+
- datalinker now requires [uv](https://docs.astral.sh/uv/) for development and frozen dependencies.
19+
920
<a id='changelog-3.1.0'></a>
1021
## 3.1.0 (2025-02-20)
1122

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - Runs a non-root user.
1313
# - Sets up the entrypoint and port.
1414

15-
FROM python:3.13.2-slim-bookworm AS base-image
15+
FROM python:3.13.3-slim-bookworm AS base-image
1616

1717
# Update system packages
1818
COPY scripts/install-base-packages.sh .

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021-2023 Association of Universities for Research in Astronomy, Inc. (AURA)
3+
Copyright (c) 2021-2025 Association of Universities for Research in Astronomy, Inc. (AURA)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

changelog.d/20250410_121607_rra_DM_50042.md

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

changelog.d/20250411_114846_rra_DM_50042.md

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

uv.lock

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

0 commit comments

Comments
 (0)