Skip to content

v1.12.1

Compare
Choose a tag to compare
@AlekSi AlekSi released this 10 Oct 12:42
· 502 commits to main since this release
v1.12.1

What's Changed

New PostgreSQL backend

The new PostgreSQL backend is ready for testing. Enable it with --postgresql-new flag or FERRETDB_POSTGRESQL_NEW=true environment variable. The next FerretDB version will enable it by default.

Docker images changes

Production Docker images use scratch as a base Docker image. The only file present in the image is a FerretDB binary (with root TLS certificates embedded).

arm64 binaries

In addition to linux/arm64 Docker images, we now provide linux/arm64 binaries and .deb / .rpm packages.

New Features πŸŽ‰

Fixed Bugs πŸ›

Enhancements πŸ› 

  • Implement validation for createIndexes and dropIndexes commands for SQLite by @rumyantseva in #3373
  • Use Ping for checking connection by @AlekSi in #3519

Documentation πŸ“„

Other Changes πŸ€–

New Contributors

All closed issues and pull requests.
All commits.