Skip to content

Releases: canhazdb/server-old

v7.1.1

19 Aug 20:04
8bb8b60
Compare
Choose a tag to compare
  • Update to latest node-ejdb-lite
  • Update some security vulnerabilities in dependencies

v7.0.2

02 Jun 12:56
c3fc56b
Compare
Choose a tag to compare

Websocket endpoints for get's and inserts, speading up batch get/posts 10x, when used. http(s) still works as normal.

v6.0.3

30 May 06:49
1df4ef4
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Add openssl to dockerfile so makeCerts.sh works

v6.0.2

19 May 11:30
18bf8a2
Compare
Choose a tag to compare
  • Update dependencies
  • Switch default driver to ejdb

v5.1.7

11 Feb 10:21
b4878ec
Compare
Choose a tag to compare
  • Timeout CI after 5 minutes
  • Exit on SIGINT (for docker)
  • Fail other methods on root pathname
  • Test methods not allowed on root pathname

v5.1.6

10 Feb 09:03
5ae7881
Compare
Choose a tag to compare

Fixes:

  • wording on CLI from markwylde to canhazdb
  • root / pathname doesn't error anymore, and instead returns a friendly info object

v5.0.0

14 Jan 09:21
0fedf7d
Compare
Choose a tag to compare

Installing canhazdb was a bit painful since both ejdb and sqlite3 are c projects and may need to be built upon install. This is pointless if you are only using one database.

As a result, the drivers have now been abstracted out of the server and into their own projects.

v3.2.1

23 Dec 12:01
1c41d1a
Compare
Choose a tag to compare
Merge pull request #32 from markwylde/update_dependencies

Update dependencies