lsst-daf-butler-migrate v30.0.8 (2026-06-09)¶
New Features¶
Added migration script to extend dimensions configuration with three new solar-system dimensions from universe v8. (DM-54838)
lsst-daf-butler-migrate v30.0.0 (2026-01-16)¶
Other Changes and Additions¶
Modified code to free database resources when no longer needed. (DM-53079)
lsst-daf-butler-migrate v29.1.0 (2025-06-17)¶
New Features¶
Added migration script for
MonolithicDatastoreRegistryBridgeManager0.2.1. This migration reverses the order of columns in PK ofdataset_location_trashtable. (DM-50958)
lsst-daf-butler-migrate v29.0.0 (2025-04-16)¶
New Features¶
Plugin discovery is now automated through Python entry points when using
pip. It is now an error if theDAF_BUTLER_PLUGINSenvironment variable is set for this package. (DM-47143)