Tags: opencitations/piccione
Tags
chore(release): 3.1.2 ## [3.1.2](v3.1.1...v3.1.2) (2026-05-27) ### Bug Fixes * **zenodo:** guard Self import for Python 3.10 compatibility [release] ([2761424](2761424)) * **zenodo:** resolve community slug to UUID for review submission ([e84f89d](e84f89d))
chore(release): 3.0.0 # [3.0.0](v2.2.0...v3.0.0) (2026-02-18) * feat(zenodo)!: complete InvenioRDM migration with versioning, community review, and config passthrough [release] ([aac11ee](aac11ee)) * feat(zenodo)!: migrate from legacy API to InvenioRDM ([73bb09b](73bb09b)) ### BREAKING CHANGES * config format now requires InvenioRDM-native structures for creators, resource_type, access, and other metadata fields. The fields upload_type, notes, method, and legacy creator name parsing are removed. * Configuration format changed for InvenioRDM compatibility. - `license` renamed to `rights` (now accepts `id` or `title`/`description`/`link`) - `project_id` removed (versioning not supported) - Removed fields: `contributors`, `access_right`, `embargo_date`, `access_conditions`, `doi`, `prereserve_doi`, `communities`, `grants`, `dates`, `references`, `subjects`, `thesis_*`, `journal_*`, `conference_*`, `imprint_*`, `partof_*`, `publication_type`, `image_type` - `title` and `publication_date` now required
chore(release): 2.1.0 # [2.1.0](v2.0.0...v2.1.0) (2026-01-25) ### Features * **upload:** add infinite retry with exponential backoff for figshare and zenodo ([57649b3](57649b3)) * **zenodo:** add metadata management, new deposition creation, and auto-publish ([8a8be0c](8a8be0c))
chore(release): 2.0.0 # [2.0.0](v1.0.0...v2.0.0) (2025-12-11) * feat(triplestore)!: make Redis caching optional with explicit configuration ([03de90c](03de90c)) ### Bug Fixes * **ci:** regenerate uv.lock during release to prevent sync failures ([5e7623d](5e7623d)) * **deps:** relax redis dependency from >=7.1.0 to >=4.5.5 ([17b750f](17b750f)) * **docs:** correct repository URLs to opencitations/piccione ([11e9037](11e9037)) ### BREAKING CHANGES * The cache_manager parameter has been removed from upload_sparql_updates(). Use redis_host, redis_port, redis_db instead. [release]