What's Changed
- search: fix pagination by @omar-polo in #655
- vfs: speed up Files() by @omar-polo in #656
- add locating of snapshots that contain a given path by @poolpOrg in #659
- PutBlobIfNotExists does check THEN insert if not exists by @poolpOrg in #658
- search: filter out directories when Recursive is set by @omar-polo in #660
- less ser/deserialization during backup by @omar-polo in #657
- Update Plakar UI from main by @github-actions in #671
- Update Plakar UI from main by @github-actions in #672
- PoolpOrg/assorted-cleanups by @poolpOrg in #665
- plakar diag: show all subcommands and document them by @semarie in #668
- summaries: Fix accounting of directories. by @mathieu-plak in #674
- cache: Fixup iteration. by @mathieu-plak in #675
- Add subcommand diag+digest test by @sayoun in #664
- add subcommand diff tests by @sayoun in #673
- build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #676
- PoolpOrg/fix-coloring-sweeping by @poolpOrg in #677
- parallelize check, doubles performances on my machine by @poolpOrg in #666
- parallelize restore, almost doubles performances on my machine by @poolpOrg in #667
- PoolpOrg/remove-duplicate-blobs by @poolpOrg in #678
- Fix /api/repository/locate-pathname for root folder by @brmzkw in #679
- vfs: don't PutBlob() on the same thing more than once by @omar-polo in #680
- add subcommand maintenance test by @sayoun in #663
- go get -u ; go mod tidy by @omar-polo in #681
- reuse computeMAC and serialization of object when possible by @poolpOrg in #682
- server: fix usage -allow-delete by @semarie in #684
- do not reuse the maxConcurrency semaphore in importerJob, not only by @poolpOrg in #686
- missing Fl in plakar-server.1 by @omar-polo in #685
- bring back prom, runtime exporter only by @poolpOrg in #687
- move the version check at init() time by @omar-polo in #688
- remove useless serde by @poolpOrg in #689
- btree: add a simple LRU cache by @omar-polo in #683
- we can't feed iterator bytes directly into the cache as they will by @poolpOrg in #693
- use a dedicated concurrencyChan on importer by @poolpOrg in #692
- agent: add a version handshake by @omar-polo in #690
- Update readme to better explain plakar value proposition. by @misterflop in #691
New Contributors
- @misterflop made their first contribution in #691
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5