All Versions
3
Latest Version
Avg Release Cycle
3 days
Latest Release
676 days ago

Changelog History

  • v3.0.1 Changes

    August 06, 2024

    ๐Ÿ”จ Mainly a refactoring #411, which now allows preparing statements before executing them.

    • โœ… Migration of unit tests to Bun
    • ๐Ÿ‘Œ Supports binding query parameters
    • ๐Ÿ‘Œ Support of postgres.js, fixes #386 and thanks to @smcclure17 to have attempted with #398
    • โš  Can now spawn a postgres server bound to a pg-mem instance, via db.adapter.bindServer() (using pg-server under the hood - โš ๏ธ NB: this is still very degraded, expect issues with complex use cases) => will help to solve #27, and fixes #360
  • v2.9.1 Changes

    July 31, 2024

    forgot this one in the 2.9.0:

  • v2.9.0 Changes

    July 31, 2024

    ๐Ÿ”„ Changes

    • ๐Ÿ‘ adapter now support newer versions of Slonik
    • ๐Ÿ†• newest version of mikoorm #361 thanks to @murbanowicz
    • ๐Ÿ›  Fix pg-mem crashes when setval has three arguments instead of two #375 thanks to @neruchev
    • feat(functions): Added concat_ws #378 thanks to @Alexnortung
    • ๐Ÿ‘ feat: Support clientConfigurationInput forwarding to slonik. #382 thanks to @ovstetun
    • export replaceQueryArgs$ from adapters.ts #385 thanks to @mmkal
    • feat(binary-operators): Added date minus date #388 thanks to @Alexnortung
    • ๐Ÿ›  Fix AST coverage check error #389 thanks to @zookatron
    • โž• Add GREATEST and LEAST functions #399 thanks to @Igggr

    ๐Ÿ’ฅ Breaking change

    • adapter.createSlonik():
      • now does not accept a number argument as query latency (accepts an object as argument)
      • must be awaited