Skip to content

v3.0.2

Choose a tag to compare

@erayhanoglu erayhanoglu released this 07 Sep 11:40
· 179 commits to main since this release

🚀 Features

  • feat: add Docker setup for PostgreSQL with SSL support
    by Eray Hanoğlu @erayhanoglu
  • feat: make execute()/query() timing an opt-in, default-off option
    by Eray Hanoğlu @erayhanoglu
  • feat: support nested startTransaction()/commit() and savepoint()/releaseSavepoint()
    by Eray Hanoğlu @erayhanoglu

🪲 Fixes

  • fix: enlarge benchmark charts so GitHub's Mermaid overlay doesn't swallow them
    by Eray Hanoğlu @erayhanoglu
  • fix: replace deprecated substr() with substring()
    by Eray Hanoğlu @erayhanoglu
  • fix: raise warmup for Simple Query benchmark, regenerate BENCHMARKS.md
    by Eray Hanoğlu @erayhanoglu

🛠️ Updates

  • perf: hoist loop-invariant reads in Frontend/numeric encoders
    by Eray Hanoğlu @erayhanoglu
  • perf: remove needless async wrapping and coercion from execute()/query() hot path
    by Eray Hanoğlu @erayhanoglu