Skip to content

chore: release master - #11

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master
Open

chore: release master#11
github-actions[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown

🤖 I have created a release beep boop

3.0.0

3.0.0 (2026-09-06)

⚠ BREAKING CHANGES

  • packages require Node >=24 and are ESM-only. The CommonJS entry point of @pelotech/pgtyped-runtime has been removed.
  • IDatabaseConnection.query now accepts string | QueryConfig. pg's Client and Pool already satisfy it; a hand-written two-argument adapter needs widening.
  • Allow enforcing non-empty array parameters in config (#603)
  • generate errors for queries returning anonymous columns
  • make nullable scalar parameters optional (#482)

Features

  • \n line endings in generated IRs (#442) (e20711b)
  • add dir_base template parameter for emitTemplate (#515) (36cdf28)
  • add support for DATABASE_URL as an alternative to PGURI (#484) (898110e), closes #381
  • add types overrides imports (#488) (8440d6a)
  • Allow enforcing non-empty array parameters in config (#603) (c6de409)
  • cli: expose maxWorkerThreads configuration variable (2410738)
  • generate errors for queries returning anonymous columns (2b4ef61)
  • make nullable scalar parameters optional (#482) (db1f082)
  • Output nullability overriding with aliases (#377) (dfb0b66)
  • send queries as server-side prepared statements (c963f40)
  • support enum array types (#373) (c919e77)
  • Typed sql overload functions (#520) (e5f920e)
  • use type-only imports in generated files (72ba5bc)

Bug Fixes

  • add parser to cli deps (#505) (d89cc87)
  • cli: pin glob package version to fix TS build (6658671)
  • deno support (#595) (6fd02d7)
  • deps: update dependency camel-case to v5 (e98d908)
  • deps: update dependency chokidar to v4 (ab96250)
  • deps: update dependency fs-extra to v11 (e05f070)
  • deps: update dependency glob to v10 (1814000)
  • deps: update dependency glob to v11 (1cdd631)
  • deps: update dependency glob to v8 (339070c)
  • deps: update dependency glob to v9 (33628a9)
  • deps: update dependency nunjucks to v3.2.4 (336d962)
  • deps: update dependency pascal-case to v4 (24789f1)
  • deps: update dependency piscina to v4 (ccb1e36)
  • deps: update dependency piscina to v5 (00a1769)
  • deps: update dependency tinypool to ^0.8.0 (365328e)
  • deps: update dependency tinypool to v1 (6a2ae96)
  • deps: update dependency tinypool to v2 (88a428f)
  • deps: update dependency yargs to v18 (1583951)
  • deps: update react monorepo to v18 (dfc6d30)
  • disable nunjacks string escaping (8a78ee8)
  • emit Json type when required by JsonArray (#456) (31c614a)
  • escape non-identifier keys in generated interfaces (f9704e0)
  • failing glob import (ad2ce40)
  • failOnError should destroy threadpool and exit with error code (aada874)
  • fix build breaking glob search issue (603b913)
  • generate POSIX paths in typesOverrides imports (#533) (6c20fcb)
  • lint fixes for PR #515 (b9a2b98)
  • switch to node16 module resolution (26254af)

Refactoring

  • rename packages to @pelotech/pgtyped-* (3b3bd64)

Chores

  • require Node 24 and drop the CommonJS build (80843ec)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pelotech/pgtyped-parser bumped from ^2.4.3 to ^3.0.0
      • @pelotech/pgtyped-query bumped from ^2.4.3 to ^3.0.0
      • @pelotech/pgtyped-wire bumped from ^2.4.3 to ^3.0.0
3.0.0

3.0.0 (2026-09-06)

⚠ BREAKING CHANGES

  • packages require Node >=24 and are ESM-only. The CommonJS entry point of @pelotech/pgtyped-runtime has been removed.
  • IDatabaseConnection.query now accepts string | QueryConfig. pg's Client and Pool already satisfy it; a hand-written two-argument adapter needs widening.

Features

  • send queries as server-side prepared statements (c963f40)

Bug Fixes

  • fix postgres dollar string parsing (#493) (f8deeab)
  • stop pg ranges from being parsed as params (cdfadfb)

Refactoring

  • rename packages to @pelotech/pgtyped-* (3b3bd64)

Chores

  • require Node 24 and drop the CommonJS build (80843ec)
3.0.0

3.0.0 (2026-09-06)

⚠ BREAKING CHANGES

  • packages require Node >=24 and are ESM-only. The CommonJS entry point of @pelotech/pgtyped-runtime has been removed.

Features

Bug Fixes

  • deps: update react monorepo to v18 (dfc6d30)
  • fix fragmented TCP packet handling (#487) (6a42913)
  • lexer bug for params with specials chars preceding (#440) (00d4735)
  • switch to node16 module resolution (26254af)

Refactoring

  • rename packages to @pelotech/pgtyped-* (3b3bd64)

Chores

  • require Node 24 and drop the CommonJS build (80843ec)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pelotech/pgtyped-runtime bumped from ^2.4.3 to ^3.0.0
      • @pelotech/pgtyped-wire bumped from ^2.4.3 to ^3.0.0
3.0.0

3.0.0 (2026-09-06)

⚠ BREAKING CHANGES

  • packages require Node >=24 and are ESM-only. The CommonJS entry point of @pelotech/pgtyped-runtime has been removed.
  • IDatabaseConnection.query now accepts string | QueryConfig. pg's Client and Pool already satisfy it; a hand-written two-argument adapter needs widening.

Features

  • add support for streaming (#569) (f2e6faa)
  • run method that returns affected row count (#598) (7931e62)
  • send queries as server-side prepared statements (c963f40)

Bug Fixes

  • deps: update all non-major dependencies (22ccf87)

Refactoring

  • rename packages to @pelotech/pgtyped-* (3b3bd64)

Chores

  • require Node 24 and drop the CommonJS build (80843ec)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pelotech/pgtyped-parser bumped from ^2.4.3 to ^3.0.0
3.0.0

3.0.0 (2026-09-06)

⚠ BREAKING CHANGES

  • packages require Node >=24 and are ESM-only. The CommonJS entry point of @pelotech/pgtyped-runtime has been removed.

Features

Bug Fixes

  • deps: update all non-major dependencies (ea87201)
  • deps: update react monorepo to v18 (dfc6d30)
  • fix fragmented TCP packet handling (#487) (6a42913)
  • linter issues (77e83b9)
  • prevent ERR_OUT_OF_RANGE errors when reading messageSize from buffer (#571) (cd76c2b)

Refactoring

  • rename packages to @pelotech/pgtyped-* (3b3bd64)

Chores

  • require Node 24 and drop the CommonJS build (80843ec)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants