Releases: RangerMauve/dat-store
Releases · RangerMauve/dat-store
v6.3.7
v6.3.6
6.3.6
v6.3.5
6.3.5
6.3.2 - Fixed Binary Names
v6.3.2 6.3.2
v6.3.1 - Latest release and binary files
This release brings automated binaries using the pkg
module.
Instead of using NPM you can download the binaries for your system and run them from the command line directly.
Version 4.1.0 - Add timeout to loading manifests, remove install-service command
- Merge pull request #36 from DougAnderson444/patch-2 8a9b848
- Update README.md 023ba6c
- Update service.js f3a788e
- Update index.js b8c7eba
- Update server.js 12518fc
- Merge branch 'master' of github.com:datproject/dat-store 69cf215
- Updated deps, removed install-service command 7337ffa
- Remove install service command 88b508a
- Remove await in race 47261d1
- Resolve with current manifest if PDA times out 5ef82ec
- Merge pull request #33 from DougAnderson444/master e58000a
- Merge pull request #1 from DougAnderson444/DougAnderson444-patch-client-typo 304224e
- Update README.md 5f90964
- Update README.md 1535ec8
Version 4.0.1 - Docs update
Version 4.0.0 - Major changes
- Started using the Dat SDK
- New folder sync code
- basic authentication feature
- CORS support so you can talk to the store from a browser
- Only accept local connections by default, option to expose to internet
list-providers
command so you can see what providers you've configured if you have a few- bug fixes?
Version 2.0.0 - Store improvements
Addresses a bunch of issues:
- CLI flags for port / host
- CLI flags for storage of config for store client
- CLI flag for port to listen on dat traffic
- Persist all history in store service by default
- Better error message when the store service is unreachable
- Better docs
- Able to have multiple "providers" to handle multiple stores at once
- Able to detect keys in a file path when talking to a remote store
- Able to tell a local store to watch for changes in a local folder