Skip to content

Releases: RangerMauve/dat-store

v6.3.7

17 Feb 18:25
Compare
Choose a tag to compare

v6.3.6

17 Feb 18:19
Compare
Choose a tag to compare
6.3.6

v6.3.5

17 Feb 17:56
Compare
Choose a tag to compare
6.3.5

6.3.2 - Fixed Binary Names

17 Feb 17:03
Compare
Choose a tag to compare

v6.3.1 - Latest release and binary files

13 Dec 20:47
Compare
Choose a tag to compare

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

09 Oct 20:23
Compare
Choose a tag to compare
  • 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

v4.0.1...v4.1.0

Version 4.0.1 - Docs update

27 Aug 14:29
Compare
Choose a tag to compare
  • Merge pull request #31 from DougAnderson444/master d8dcd09
  • Update index.js b4f6fa7
  • Merge pull request #29 from DougAnderson444/DougAnderson444-patch-client-typo 9656678
  • Update README.md b887458
  • Update client.js 4853342

v4.0.0...v4.0.1

Version 4.0.0 - Major changes

21 Aug 20:18
Compare
Choose a tag to compare
  • 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?

2.0.0...v4.0.0

Version 2.0.0 - Store improvements

23 Apr 16:56
73d1c55
Compare
Choose a tag to compare

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