All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2 - 2025-03-06
- Provide pas-db-migrate command for migrating database
- Add support for enqueing objects by ids to deferred-enqueue-objects
- Allow using PostgreSQL via unix socket
- Allow configuring database via URL
- Allow configuring Redis connection via URL
- Rename the dir inside SIP packages from "sip" to "data"
- Change license to LGPLv3
- Use asyncio.run instead of get_event_loop in sync scripts
- Improve the run_test.sh worker runner script
- Simplify database fixtures in tests
- Switch from setup.py to pyproject.toml for packaging
1.1 - 2020-08-04
- Add
deferred-enqueue-objects
script for enqueuing objects using a background RQ job.
- Increase default sync window for
sync-processed-sips
from 11 days to 31 days.
- First release.