Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Releases: srerickson/ocfl-index

v0.0.10-preview

07 Jul 17:04
Compare
Choose a tag to compare

Changelog

  • ca299f9 better logging
  • 8bb8edd tls client config for ox
  • f5b8f5a update to v0.0.15 of core ocfl package. go mod tidy
  • 00e0335 updates to match changes in ocfl package

v0.0.9-preview

28 Mar 02:57
Compare
Choose a tag to compare

Changelog

  • 01a324c GetIndexSummary handles 0 objects
  • bc0e9b5 add algorithm and spec to GetObject response
  • 95edc47 add local startup script example
  • 7765a7e list objects with prefix
  • 17cc7f7 pin dev tool versions in Makefile; regenerate api code.
  • 382b2a0 tab completion
  • c833c1d update ListObjects to take id prefix option, remove sort options
  • 0c27d4f update ox status to print all values
  • cac71c1 updates to GetStatus request:

v0.0.8-preview

16 Mar 14:47
Compare
Choose a tag to compare

Changelog

  • c38ea1e Initial work on lazy indexing
  • 924cb99 api/cli for specifying object id to reindex
  • 2603776 better concurrency for indexing #22
  • 9c41fef buf generate api
  • 7b0f78b changes for updated ocfl API
  • 9befd7a implement index.ListObjectRoots
  • 3948115 implement index.RemoveObjectsBefore()
  • 6c22381 improvement to indexing method, rename some things
  • 998e46a improvements for object root and inventory indexing:
  • 2a97274 initial work on api v1
  • 4ba6c01 initial work ox reindex command
  • 7b647bf ocfl-index uses OCFL_INDEX_PARSEWORKERS setting
  • 18b75aa ox cleanup: ls and export commands
  • 565e246 ox reindex improvements:
  • 9b79dee recursive option for sqlite.GetObjectState()
  • d041ddc remove v0 api and update generated code
  • 3abba68 small change to pipeline api
  • 4f2e97b update docs
  • e155a89 update readme and container start example
  • f542e29 use ocfl v0.0.14

v0.0.7-preview

14 Jan 00:05
Compare
Choose a tag to compare
v0.0.7-preview Pre-release
Pre-release

Initial release of gRPC API implementation

v0.0.6

14 Sep 18:44
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Changelog

  • dccdb16 concurrent inventory download
  • 244c8e9 minor changes to cmd/index.go, genstore.go; add .gitattributes
  • 89fa03e ocfltest, store generator
  • b3e7711 remove minio's meta files (testdata) from repo
  • f7c4ad3 update .gitignore
  • 77f8d60 update command help text/description
  • 113b322 update dependencies (ocflv0.0.7)
  • 86b7138 update index to use new ScanObjects with concurrency options
  • 206d663 update readme
  • ae0a3ef use serickson/ocfl v0.0.8, Azure support