Releases: lsst-sqre/lsst-rsp
Releases · lsst-sqre/lsst-rsp
0.6.5
What's Changed
- Improve the change log entry for 0.6.4 by @rra in #58
- Catch git timeouts by @athornton in #60
- Release notes for 0.6.5 by @athornton in #61
Full Changelog: 0.6.4...0.6.5
0.6.4
New features
- Set the default
DAF_BUTLER_CACHE_DIRECTORY
path to a sibling directory of theTMPDIR
directory if moved into the scratch directory instead of using a subdirectory.
Bug fixes
- When using a scratch directory as the root of directory of temporary files, set the mode on that directory to 0700 if it has to be created.
What's Changed
- Decouple DAF_BUTLER_CACHE_DIRECTORY from TMPDIR by @athornton in #55
- Prepare 0.6.4 by @athornton in #56
Full Changelog: 0.6.3...0.6.4
0.6.3
What's Changed
- tickets/DM-45035: Conditionally add DAF_BUTLER_CACHE_DIRECTORY to env by @athornton in #53
- Prepare 0.6.3 release by @athornton in #54
Full Changelog: 0.6.2...0.6.3
0.6.2
New features
- Create user-specific
TMPDIR
under/scratch
if applicable.
What's Changed
- DM-45132: Fix change log entries by @rra in #48
- DM-45132: Add missing change log entry for 0.5.5 by @rra in #49
- Set TMPDIR to conserve ephemeral storage on startup by @athornton in #51
- Collect changelog fragments by @athornton in #52
Full Changelog: 0.6.1...0.6.2
0.6.1
Bug fixes
- Allow for the relative location of the logging source used in the two-Python model.
What's Changed
- Fix: logging config relative path changed in two-python model. by @athornton in #46
- Collect changelog by @athornton in #47
Full Changelog: 0.6.0...0.6.1
0.6.0
New features
- Handle
RESET_USER_ENV
insidelsst.rsp.startup
. - Add utility functions to get values that were constants in the single-Python model but now are not.
What's Changed
- tickets/DM-44731: adapt for two-python model by @athornton in #44
- Roll up changelogs by @athornton in #45
Full Changelog: 0.5.5...0.6.0
0.5.5
Backward-incompatible changes
- Stop forcing the value of
FIREFLY_HTML
, since newer versions of the Firefly plugin do not want it to be set. It must be set in the Nublado configuration if needed.
What's Changed
- Remove FIREFLY_HTML forcing by @athornton in #43
Full Changelog: 0.5.4...0.5.5
0.5.4
Bug fixes
- Fix creation of the parent directory for the logging configuration.
What's Changed
- tickets/DM-44278: create path to logging directory if needed by @athornton in #42
Full Changelog: 0.5.3...0.5.4
0.5.3
New features
- Add
RSPClient
, a configured HTTP client for services in the same RSP instance.
Bug fixes
- Create the path to the logging profile directory if it doesn't exist.
What's Changed
- Add missing change log entries by @rra in #39
- Add RSPClient convenience class by @athornton in #40
- tickets/DM-44278: create path to logging directory if needed by @athornton in #41
Full Changelog: 0.5.2...0.5.3
0.5.2
Bug fixes
- If the user credentials directory
$HOME/.lsst
does not exist, create it.
What's Changed
- tickets/DM-43454: Create credential dir if it doesn't already exist by @athornton in #38
Full Changelog: 0.5.1...0.5.2