Skip to content

5.3.1

Compare
Choose a tag to compare
@nolanlawson nolanlawson released this 17 Mar 21:03
· 1889 commits to master since this release
  • fix prefix usage in node-websql (#4966)

This may be interpreted as a breaking change, if you are already using the node-websql adapter in production and have saved your data somewhere, within the span of time between 5.3.0 and 5.3.1. (Unlikely, hence the patch change.) If so, you can migrate by simply doing:

mv _pouch_my_database_name my_database_name

The difference is that we are no longer using the _pouch_ prefix, which was not designed to be used in Node.js environments (only in the browser).