Skip to main content

FerretDB releases v1.14.0!

· 2 min read
Alexander Fashakin

FerretDB releases v.1.14.0

We're happy to announce the release of FerretDB v.1.14.0 which includes the implementation of the compact command, optimized insert, and more.

As we mentioned in our previous release (v.1.13.0), we've migrated to the new PostgreSQL backend, and the old PostgreSQL backend code is now completely removed in this release. If you're unfamiliar with the new PostgreSQL backend, here's an overview that should help.

It's been an exciting time at FerretDB and the open source community as we rounded up the last of the Hactoberfest PRs. We celebrate all the new contributors to FerretDB and their support for a truly open source alternative to MongoDB. In this latest release, we had 3 new contributors to FerretDB: @ShatilKhan, @rubiagatra, and @gen1us2k.

Let's check out the new features.

New features and enhancements

In the latest release, we've implemented the compact command. The command defragments and reorganizes the data within a collection to free up storage and improve efficiency.

We've also optimized insert performance by batching, so instead of inserting documents one after the other, the new approach batches multiple documents into a single Collection.InsertAll call for both PostgreSQL and SQLite backends.

We're also currently working on supporting capped collections, and we should have more updates on this in future releases, so keep an eye out for it.

For a complete list of the new features and enhancements, check out the release notes

Our incredible community

This past month, we've had numerous first-time code contributions, bug reports, feature requests, community discussions, and feedback. The support we've received on FerretDB has been incredible, and we're so happy to have such a vibrant community.

At FerretDB, we are committed to providing an open source document database with MongoDB compatibility, which is now available on several cloud platforms. In addition to Civo and Scaleway, we're delighted to announce that FerretDB is now available on Vultr, too.

If you have questions or feedback on FerretDB, contact us on our community channels.