Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1.25 KB

Changelog

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

Added

  • 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

Changed

  • 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

Added

  • Add deferred-enqueue-objects script for enqueuing objects using a background RQ job.

Changed

  • Increase default sync window for sync-processed-sips from 11 days to 31 days.

1.0 - 2020-06-17

Added

  • First release.