Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@mmkal mmkal released this 06 Jun 14:18
· 16 commits to main since this release
b918a57

v0.5.0 adds:

  • await sql`select foo from bar` syntax support, like the postgres library/bun
  • proper licensing (apache-2)
  • support for all standard-schema validators in sql.type
  • improved error messages
  • a few fixes - see notes below

0.4.x was skipped because there was a prerelease version on there but there was enough new stuff to jump to 0.5.0 to avoid confusion. Also confusingly I didn't make a release on github for 0.3.x.

There aren't breaking changes from 0.2.x -> 0.5.0 so I would recommend everyone to upgrade for the fixes if not the features.

@pgkit/client

old version new version compare
0.3.0 0.5.0 d7699f3...a9a8cfc

Commits


@pgkit/formatter

old version new version compare
0.3.0 0.5.0 2253b99...a9a8cfc

Commits


@pgkit/schemainspect

old version new version compare
0.3.0 0.5.0 ce1b55b...a9a8cfc

Commits

  • a9a8cfc licensing (ty opencode?) (#448)
  • 3c0b54d Add fixture with imparity for implicit index (#444)
  • b203afe helper scripts to pull non-git-tracked original python repos

@pgkit/typegen

old version new version compare
0.3.0 0.5.0 597e7bb...a9a8cfc

Commits


@pgkit/migra

old version new version compare
0.3.0 0.5.0 597e7bb...a9a8cfc

Commits

  • a9a8cfc licensing (ty opencode?) (#448)
  • 0ad59ff fix: migra test (pin Python package versions) (#452)
  • 092e4f4 await sql (#447)
  • 3c0b54d Add fixture with imparity for implicit index (#444)
  • ff73e76 add shebang
  • b203afe helper scripts to pull non-git-tracked original python repos
  • 8de565b Error snippets, "query" cli command, more helpful errors (#441)

@pgkit/migrator

old version new version compare
0.3.0 0.5.0 597e7bb...a9a8cfc

Commits


@pgkit/admin

old version new version compare
0.3.0 0.5.0 ac64ac2...a9a8cfc

Commits


pgkit

old version new version compare
0.3.0 0.5.0 597e7bb...a9a8cfc

Commits

  • a9a8cfc licensing (ty opencode?) (#448)
  • 8de565b Error snippets, "query" cli command, more helpful errors (#441)