Skip to content

0.15.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 01 Oct 12:14
· 32 commits to main since this release

🚀 What's New

  • Added Pongo shell. You can now use REPL without installing Pongo in your project. by @oskardudycz in 89
  • Added Optimistic Concurrency handling. No need for Mongo-like retries. by @oskardudycz in #84
  • Added possibility to pass custom SQL to Pongo operations and SQL tagged template literal to make that easier by @oskardudycz in #87
  • Added custom query and command operations to Pongo Collection by @oskardudycz in #88
  • Added basic tracing based on the console logging and printed SQL queries. by @oskardudycz in #86
  • Added sample of the typed client by @oskardudycz in #83
  • Added CockroachDB Docker Compose setup for Simple Pongo sample by @oskardudycz in #85

Full Changelog: 0.14.4...0.15.0