Releases: stephen/litefs-backup
Releases · stephen/litefs-backup
v0.2.0
v0.1.8
v0.1.6
v0.1.4
v0.1.3
v0.1.2
v0.1.1
Changelog
- bd32bfe *: add configuration and doc
- 51e7939 *: fix issues with deploying
- 4e2dc7b *: remove some dead code & rearrange
- 7e2db7b Initial commit
- d1b9e64 XXX: we should make dev locally not try to talk to s3
- c2f944f bench: add benchmark command
- c6fd972 bench: remove
- 05f60a4 bingo: add for installing tools
- 1fad1f5 cmd/*: rename binaries to lfsb and lfsb-server
- 4da6de1 cmd/cli: add
- f489a7c cmd/cli: add import command
- c05472c cmd/cli: add info subcommand
- a77c381 cmd/cli: add list command
- c7c1f17 cmd/cli: add snapshot download subcommand
- ddad73d cmd/cli: remove conflicting alias for import
- cc7e26e cmd/cli: remove delete
- b1c85c5 cmd/cli: rename s/snapshot/export/ for consistency
- c415a6b cmd/cli: silence usage on errors
- d067d3e cmd/cli: standardize capitalization in help messages
- f24d5aa cmd/cli: support restore
- c8fc52f cmd: add some process lifetime management
- f10647f cmd: fork lfsc-go
- d66fb72 config: document and use sentry dsn via config
- 6faddee dbmate: add
- 34d5471 deps.sh: remove bingo and install tools the old way
- 7b96c8d direnv: add
- ff7c685 dockerfile: build cli tool as well
- 03ba915 go.mod: init
- fca7ee8 goreleaser add (and stamp v0.1.1)
- 2732d5e httputil: clean up and render errors
- 301243b lfsb: get write tx path to compile
- c66d43f readme: add
- e82ed0e readme: add aws config env vars
- 6d91cb6 readme: add deploy, config, and example config
- f35fa27 readme: more notes
- 0a17f48 readme: notes
- c1b809f s3_test: fix integration test in runner
- 85eee64 server: add /db/restore
- ed88a93 server: add /db/upload
- ad1d08b server: add /info handler
- 1673655 server: add /pos endpoint
- 7e7bda2 server: add /restore/check to dry-run a restore
- b878dc1 server: add DELETE /db
- 5047666 server: add sentry support back in
- ea92237 server: pull cluster out of auth header
- 51b3d4f server: wire up s3 remote client and config/docs
- de4178e store/s3: add s3 storage client
- 53eaa2f store/s3: fix s3 endpoint setting
- dcd283b store: add DeleteCluster and test
- ae1f681 store: add FindClusters and test
- b670a2d store: add background compaction
- 21b1621 store: add local snapshot recreationg and tests
- 573e631 store: add missing test for FindDBByName
- e5dd180 store: add missing tests for compaction
- 32d91fc store: add remote storage and tests
- 6b9677f store: add retention policy
- f35cb66 store: add test for Open
- 7f83bb8 store: clarify old vs new position in restore log
- 5669c72 store: fixup nested tx that block each other
- c2b76ae store: get tests to run
- 728b20d store: remove node ids
- 0704937 store: remove write tx batching
- b7f03be store: use CompactionLevel* naming for consistency and add some notes on levels
- 0bac29d store: use DBTX interface instead of tx everywhere
- b02428e tasks.toml: run bench via run
- d16dfd9 tools: add ltx for debugging ltx files
- 65cdb4e {.dockerignore,Dockerfile}: add
- 707a4e9 {server,cmd/cli}: show min/max txid in info