By: Alba Herrerías
Published: 11 November 2022
We're happy to announce the release of PouchDB 7.3.1, bringing in some fixes and dependency updates. For a full changelog from 7.3.0 to 7.3.1, please see the releases page or view the latest commits. Some of the highlights:
Changelog
Bugfixes
- 7db104c5 (#8463) - check if docFieldValue is also null value. typeof null returns object in javascript. Fixes a bug when querying against and array with a null value, $elemMatch and $allMatch.
- 719502dc (#8225) - Added check for blob.type setter
- d5bb7bd6 (#8389) -
_id
was mapped todata._id
instead of id - bbeb7e55 (#8531) - fix sorted find including deleted docs
Testing
Dependency updates
Other changes
- fa57c294 (#8468) Replace deprecated String.prototype.substr()
- 5a52f2ce (#8343) - Add contextual data to the error message of failing tryMap and tryReduce
Get in touch
As always, we welcome feedback from the community and would love to hear what you think of this release as well as PouchDB's future direction. Please don't hesitate to file issues, open discussions or get in touch. And of course, a big thanks to all of our new and existing contributors!