• v0.0.192 b5c757ac5b

    v0.0.192
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m37s
    Stable

    akinus released this 2026-08-13 18:56:36 +00:00 | 83 commits to main since this release

    94d68af chore: bump version to v0.0.192|b5c757a Fix token request to use client_secret_basic (HTTP Basic Auth) instead of client_secret_post, matching Authelia's client config|

    Downloads
  • v0.0.191 7577e69e43

    v0.0.191
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m42s
    Stable

    akinus released this 2026-08-13 18:14:46 +00:00 | 85 commits to main since this release

    81f7e6a chore: bump version to v0.0.191|7577e69 Pin simple_asn1 to an older version, allowing time to go back down to 0.3.36 -- jsonwebtoken's dependency chain kept dragging several transitive deps past the CI runner's rustc 1.85.1|

    Downloads
  • v0.0.190 e6c85727a7

    v0.0.190
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m30s
    Stable

    akinus released this 2026-08-13 17:53:03 +00:00 | 89 commits to main since this release

    8d9b369 chore: bump version to v0.0.190|e6c8572 Fix test helpers to use real schema init path instead of hand-rolled table creation, so tests pick up the content_hash migration|

    Downloads
  • v0.0.189 ccd0e0bef7

    v0.0.189
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m25s
    Stable

    akinus released this 2026-08-13 16:38:31 +00:00 | 94 commits to main since this release

    cf3fac6 chore: bump version to v0.0.189|ccd0e0b Beams step 1: sync_log change journal, device identity, content-hash-based file event logging in the db layer|

    Downloads
  • v0.0.188 d05e5fafd7

    v0.0.188
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m30s
    Stable

    akinus released this 2026-08-13 16:11:45 +00:00 | 96 commits to main since this release

    f36f15d chore: bump version to v0.0.188|d05e5fa Make server-side storage root, hash index source, and dedup relocation target configurable via CORTEN_STORAGE_ROOT for Docker/server deployment|

    Downloads
  • v0.0.187 31d56363ad

    v0.0.187
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m19s
    Stable

    akinus released this 2026-08-13 15:53:12 +00:00 | 98 commits to main since this release

    497984f chore: bump version to v0.0.187|31d5636 Add axum multipart feature and ensure patina/mod.rs is tracked|

    Downloads
  • v0.0.186 439cc0c4a9

    v0.0.186
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m19s
    Stable

    akinus released this 2026-08-13 14:45:54 +00:00 | 102 commits to main since this release

    524f9e5 chore: bump version to v0.0.186|439cc0c Implement rfsync -- was completely unsupported, and nano treats a failed fsync() after write as a failed save, which is what actually produced the 'operation not supported' error|

    Downloads
  • v0.0.185 ba6f8868f2

    v0.0.185
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m27s
    Stable

    akinus released this 2026-08-13 14:31:41 +00:00 | 104 commits to main since this release

    3247d63 chore: bump version to v0.0.185|ba6f886 Implement rrenameat -- was completely unsupported, which is why nano's atomic-save (write temp, rename over target) was failing and falling back to writing a .save file instead of actually saving|

    Downloads
  • v0.0.184 8d3c1d40fa

    v0.0.184
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m19s
    Stable

    akinus released this 2026-08-13 13:49:15 +00:00 | 106 commits to main since this release

    2d5f7ca chore: bump version to v0.0.184|8d3c1d4 Skip finalize on zero-byte clunks -- cp does an empty probe create+clunk before the real write, and finalizing on that empty file was dangerous: a hash collision with an unrelated empty file could redirect the real write into the wrong file|

    Downloads
  • v0.0.183 b7157dc08e

    v0.0.183
    All checks were successful
    Pipeline / verify (push) Has been skipped
    Pipeline / handle-issue (push) Has been skipped
    Pipeline / handle-comment (push) Has been skipped
    Pipeline / orchestrate (push) Successful in 4m29s
    Stable

    akinus released this 2026-08-13 05:38:56 +00:00 | 108 commits to main since this release

    7b1cc94 chore: bump version to v0.0.183|b7157dc Build content hash index in background instead of blocking startup -- was taking longer than the 5s readiness check, causing spurious mount failures|

    Downloads