Releases: canhazdb/server-old
Releases · canhazdb/server-old
v7.1.1
- Update to latest node-ejdb-lite
- Update some security vulnerabilities in dependencies
v7.0.2
Websocket endpoints for get's and inserts, speading up batch get/posts 10x, when used. http(s) still works as normal.
v6.0.3
- Upgrade dependencies
- Add openssl to dockerfile so makeCerts.sh works
v6.0.2
- Update dependencies
- Switch default driver to ejdb
v5.1.7
- 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
Fixes:
- wording on CLI from
markwylde
to canhazdb
- root
/
pathname doesn't error anymore, and instead returns a friendly info object
v5.0.0
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
Merge pull request #32 from markwylde/update_dependencies
Update dependencies