Skip to content

v0.8.0 Beta

Compare
Choose a tag to compare
@AlekSi AlekSi released this 02 Jan 12:37
· 1143 commits to main since this release
v0.8.0
c323091

What's Changed

We are pleased to announce our first Beta release!

Storage changes for PostgreSQL

We made a few backward-incompatible changes in the way we store data in PostgreSQL to improve FerretDB performance. In the future, those changes will allow us to use indexes and query collections faster.

To keep your data:

  • backup FerretDB databases using mongodump or mongoexport;
  • backup PostgreSQL database using pg_dump or other tool (just in case);
  • stop FerretDB;
  • drop PostgreSQL views for FerretDB databases;
  • start FerretDB 0.8;
  • restore databases using mongorestore or mongoimport.

Authentication

It is now possible to use the backend's authentication mechanisms in FerretDB. See documentation.

New Features 🎉

Fixed Bugs 🐛

  • Fix unset document being updated by invalid value of $inc by @chilagrow in #1685

Enhancements 🛠

Documentation 📄

Other Changes 🤖

All closed issues and pull requests.
All commits.