Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@gr2m gr2m released this 12 Sep 22:18
· 44 commits to master since this release

Starting with version 2.0.0, we will maintain a changelog here in the GitHub releases

Breaking changes

If your app used the leveldb adapter (or another adapter that stores files) and you have database names containing /, then your app won’t be able to find existing databases, as they are in folders like user%2Fabc4567 instead of nested folders like user/abc4567. To migrate, rename all database folders accordingly. For the example of user%2Fabc4567, create a new folder user/, rename the database folder to abc4567 and move it into `user/

Bugfixes

  • (#376) Fix "req.query.hasOwnProperty is not a function" error – bcdc0b7