Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-38065: Release notes for v25.0 on main #43

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions doc/changes/DM-36412.misc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/changes/DM-36799.misc.rst

This file was deleted.

13 changes: 13 additions & 0 deletions doc/lsst.resources/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Resources v25.0.0 2023-02-27
============================

Miscellaneous Changes of Minor Interest
---------------------------------------

- For file copies with ``transfer_from()`` an attempt is now made to make the copies atomic by using `os.rename` with a temporary intermediate.
Moves now explicitly prefer `os.rename` and will fall back to an atomic copy before deletion if needed.
This is useful if multiple processes are trying to copy to the same destination file. (`DM-36412 <https://jira.lsstcorp.org/browse/DM-36412>`_)
- Added ``allow_redirects=True`` to WebDAV HEAD requests since the default is ``False``.
This is needed when interacting with WebDAV storage systems which have a frontend redirecting to backend servers. (`DM-36799 <https://jira.lsstcorp.org/browse/DM-36799>`_)


Resources v24.0.0 2022-08-26
============================

Expand Down