Skip to content

0.9.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 03 Aug 14:16
· 97 commits to main since this release

🚀 What's New

  • Added support for Mongo Sessions and Transactions. by @oskardudycz in #40
  • Introduced abstractions for Pool, Connection, and Transaction. This will enable the introduction of other database types (e.g. SQLite or MySQL) and drivers like Postgres. by @oskardudycz in #40
  • Made easier disabling connection pool by passing { pooled: false } options to Pongo Client creation. Now, for database hostings with internal pooling (e.g. Cloudflare HyperDriver, Supabase, Neon), you can just disable default pooling by this simple setting. by @oskardudycz in #40

Full Changelog: 0.8.0...0.9.0