Skip to content

Releases: FerretDB/FerretDB

v1.3.0

05 Jun 13:18
v1.3.0
200c42a
Compare
Choose a tag to compare

New Features 🎉

Fixed Bugs 🐛

Enhancements 🛠

Documentation 📄

Other Changes 🤖

New Contributors

All closed issues and pull requests.
All commits.

v1.2.1

24 May 14:20
v1.2.1
Compare
Choose a tag to compare

Fixed Bugs 🐛

Other Changes 🤖

  • Return a better error for authentication problems by @AlekSi in #2703

All closed issues and pull requests.
All commits.

v1.2.0

22 May 14:37
v1.2.0
Compare
Choose a tag to compare

What's Changed

This release includes a highly experimental and unsupported SQLite backend. It will be improved in future releases.

Fixed Bugs 🐛

Enhancements 🛠

Documentation 📄

Other Changes 🤖

New Contributors

All closed issues and pull requests.
All commits.

v1.1.0

09 May 10:21
v1.1.0
3344cbb
Compare
Choose a tag to compare

New Features 🎉

Fixed Bugs 🐛

Enhancements 🛠

Documentation 📄

Other Changes 🤖

See CHANGELOG.md.

New Contributors

All closed issues and pull requests.
All commits.

v1.0.0

11 Apr 09:44
v1.0.0
Compare
Choose a tag to compare

What's Changed

We are delighted to announce the first major release of FerretDB!

FerretDB 1.0 GA includes all the core functionality of a document database required for production use. It has improved performance and stability over previous releases. Since our Beta release in January, we’ve added some notable features such as support for aggregation pipelines, indexes, and authentication. In the meantime, we've also pushed more queries to the backend, optimizing them for faster performance.

With FerretDB, you have an easy-to-use, developer-friendly, open-source, and production-ready replacement for MongoDB workloads.

Read more in our blog post.

New Features 🎉

Fixed Bugs 🐛

Documentation 📄

Other Changes 🤖

All closed issues and pull requests.
All commits.

v0.9.4

27 Mar 14:32
v0.9.4
Compare
Choose a tag to compare

New Features 🎉

Fixed Bugs 🐛

Enhancements 🛠

Documentation 📄

Other Changes 🤖

New Contributors

All closed issues and pull requests.
All commits.

v0.9.3

13 Mar 14:19
v0.9.3
Compare
Choose a tag to compare

New Features 🎉

Fixed Bugs 🐛

Enhancements 🛠

Documentation 📄

Other Changes 🤖

New Contributors

All closed issues and pull requests.
All commits.

v0.9.2

27 Feb 14:14
v0.9.2
6389781
Compare
Choose a tag to compare

New Features 🎉

Fixed Bugs 🐛

  • Add support for create with capped: false by @AlekSi in #1978
  • Do not log the latest version if it's unknown by @AlekSi in #1967

Enhancements 🛠

Documentation 📄

Other Changes 🤖

All closed issues and pull requests.
All commits.

v0.9.1

13 Feb 12:03
v0.9.1
392a5e5
Compare
Choose a tag to compare

New Features 🎉

Fixed Bugs 🐛

Documentation 📄

Other Changes 🤖

All closed issues and pull requests.
All commits.

v0.9.0 Developer Preview

31 Jan 15:49
v0.9.0
d6506f7
Compare
Choose a tag to compare

What's Changed

We are pleased to announce our first Developer Preview release!

This release adds an initial implementation of aggregation pipelines. For now, only the $match and $count stages are implemented. Additional stages will be implemented in future releases.

This release also pushes more filtering queries to the backend, significantly improving their speed. Again, more will be implemented in future releases.

New Features 🎉

Fixed Bugs 🐛

  • Fix error types and array handling when dot notation is used with $set operator by @rumyantseva in #1795
  • Fix $inc operator panics for non-existing array index by @chilagrow in #1787
  • Fix $set operator to apply correct comparison by @chilagrow in #1814

Enhancements 🛠

Documentation 📄

Other Changes 🤖

New Contributors

All closed issues and pull requests.
All commits.