• 2.5.0 450285fd66

    2.5.0 Stable

    chartgerink released this 2026-06-26 13:53:32 +00:00 | 0 commits to main since this release

    No required migration steps

    Optional: Set an ENCRYPTION_KEY environment variable for the service. Please see the knowledge base for further details on how to rotate the encryption key.

    🚀 Features

    • (auth) Implement password hashing upgrades and prefer argon2id (#172)
    • (security) Encrypt secrets at rest (#173)

    🐛 Bug Fixes

    • (collections) Add link validation for http(s)://
    • (files) Fail large upload quickly

    🚜 Refactor

    • (outputs) Ensure unpublished versions require authorization
    • Remove superfluous crossref bin
    • (auth) Implement consistent HMAC token implementation

    ⚙️ Miscellaneous Tasks

    • Update dependencies
    • Bump to 2.5.0
    Downloads
  • 2.4.0 703540035c

    2.4.0 Stable

    chartgerink released this 2026-06-04 08:13:07 +00:00 | 12 commits to main since this release

    Apologies for not documenting release 2.3.0 previously, which happened between hashes 3d0b825bd2..13bf2f9d8c.

    Adding the related change notes into this log for completeness.

    🚀 Features

    • 2.3.0(safety) Add manual approval process for accounts (#165)
    • (admin) Add bulk updates to DOI metadata (#166)

    🐛 Bug Fixes

    • (organizations) Deduplicate outputs and collections (#169)

    💼 Other

    • (auth) Harmonize response times for (non)existing users (CWE-204) (#167)
    • (deps) Upgrade compatible dependencies
    • (deps) Upgrade jsonwebtoken to 10.4.0
    • (deps) Upgrade bcrypt to 0.19.1
    • (deps) Upgrade rand to 0.10.1
    • (deps) Upgrade sha2@0.11.0 and hmac@0.13.0
    • (deps) Upgrade md5@0.8.0
    • (deps) Upgrade utoipa-swagger-ui@9.0.2
    • (deps) Upgrade redis@1.2.2 and redis-test@1.0.4

    ⚙️ Miscellaneous Tasks

    • Remove unused imports
    • Bump to 2.4.0
    Downloads
  • 2.2.4 3d0b825bd2

    2.2.4 Stable

    chartgerink released this 2026-05-11 08:47:52 +00:00 | 26 commits to main since this release

    🚜 Refactor

    • (files) Allow uploading of application/x-blocknote
    Downloads
  • 2.2.3 7875ba94b6

    2.2.3 Stable

    chartgerink released this 2026-05-05 15:16:30 +00:00 | 27 commits to main since this release

    🐛 Bug Fixes

    • (files) Allow uploading of .mov and .mp4 - with thanks to @ankita 🥳
    Downloads
  • 2.2.2 c50e8174d7

    2.2.2 Stable

    chartgerink released this 2026-05-04 08:10:16 +00:00 | 29 commits to main since this release

    Performance

    • (auth) Improve token refresh response times (#164) - with thanks to @lukas

    ⚙️ Miscellaneous Tasks

    • (docs) Bump version to 2.2.2
    Downloads
  • 2.2.1 fadc5ae458

    2.2.1 Stable

    chartgerink released this 2026-04-23 12:18:33 +00:00 | 31 commits to main since this release

    🚀 Features

    • (admin) Allow for re-registering collections metadata (#160)

    🐛 Bug Fixes

    • (collections) Register DOI when the issue is made public (#159)

    💼 Other

    • (core) Delete unused route /organizations/{organization_id}/link/{user_id} (#158)

    🚜 Refactor

    • (auth) Add INVITATION_EXPIRY_HOURS to env (defaults to 168 hours = 7 days if omitted)

    ⚙️ Miscellaneous Tasks

    • (security) Auto-update Cargo.lock dependencies
    Downloads
  • 2.2.0 76455d0309

    2.2.0 Stable

    chartgerink released this 2026-03-30 09:34:13 +00:00 | 38 commits to main since this release

    🚀 Features

    • (outputs) Add versioning functionality of outputs (#156)

    ⚙️ Miscellaneous Tasks

    • (security) Update Cargo.lock dependencies (9/36 updated)
    Downloads
  • 2.1.0 2b2abbf06f

    2.1.0 Stable

    chartgerink released this 2026-03-04 16:00:47 +00:00 | 40 commits to main since this release

    🚀 Features

    • (core) Add search parameter to GET endpoints (#154)

    ⚙️ Miscellaneous Tasks

    • (auth) Improve username validation
    • (dx) Bump version to latest release
    Downloads
  • 2.0.0 2214178108

    2.0.0 Stable

    chartgerink released this 2026-02-20 23:33:52 +00:00 | 43 commits to main since this release

    Downloads