Skip to content

Releases: middleapi/orpc

v2.0.0-beta.26

v2.0.0-beta.26 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:19

Β Β Β πŸš€ Features

   🐞 Bug Fixes

Β Β Β Β View changes on GitHub

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:57

Do not use these router keys: bind, valueOf, toString, toJSON in your routers

To improve compatibility with modern frameworks, as well as automatic logging and monitoring systems, we no longer support bind, valueOf, toString, or toJSON as router keys in the recursive-proxy client.

This can be considered a breaking change, but it should rarely affect users because these keys are rarely used as router keys and are generally treated as internal JavaScript mechanisms. This change is especially important for better compatibility with React 19.3.

🐞 Bug Fixes

[View changes on GitHub](v1.14.15...v1.15.0)

v1.14.15

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:02

   🐞 Bug Fixes

  • openapi: Preserve event iterator return type in JsonifiedClient Β -Β  by @dinwwwh in #1798 (17551)
Β Β Β Β View changes on GitHub

v2.0.0-beta.25

v2.0.0-beta.25 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Aug 12:55

Β Β Β πŸš€ Features

  • rpc: Restrict RPC handlers to POST, PUT, PATCH and DELETE by default Β -Β  by @dinwwwh in #1778 (59952)

   🐞 Bug Fixes

  • nest: Apply method-level decorators to router-contract @Implement routes Β -Β  by @dinwwwh in #1776 (a0afe)
Β Β Β Β View changes on GitHub

v1.14.14

Choose a tag to compare

@github-actions github-actions released this 04 Aug 03:36

   🐞 Bug Fixes

  • nest: Run method-level guards on routes synthesized by router-contract @Implement Β -Β  by @dinwwwh in #1775 (2b81d)
Β Β Β Β View changes on GitHub

v2.0.0-beta.24

v2.0.0-beta.24 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:55

Β Β Β πŸš€ Features

   🐞 Bug Fixes

   🏎 Performance

  • client: Remove redundant default instanceof fallback in ORPCError Β -Β  by @dinwwwh in #1764 (72597)
Β Β Β Β View changes on GitHub

v2.0.0-beta.23

v2.0.0-beta.23 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 13:56

Β Β Β πŸš€ Features

  • zod,valibot,arktype: Add option to cache generated JSON schemas Β -Β  by @dinwwwh in #1753 (21251)

   🐞 Bug Fixes

  • server: Make callable extension type augmentation work in published builds Β -Β  by @keithf123r in #1755 (10e1e)
Β Β Β Β View changes on GitHub

v2.0.0-beta.22

v2.0.0-beta.22 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 12:58

Β Β Β πŸš€ Features

   🐞 Bug Fixes

   🏎 Performance

Β Β Β Β View changes on GitHub

v1.14.13

Choose a tag to compare

@github-actions github-actions released this 29 Jul 12:57

   🐞 Bug Fixes

  • standard-server: Make event iterator encoder/decoder SSE spec compliant Β -Β  by @dinwwwh in #1742 (b26a0)
Β Β Β Β View changes on GitHub

v1.14.12

Choose a tag to compare

@github-actions github-actions released this 27 Jul 13:43

   🐞 Bug Fixes

  • rpc,openapi: Prevent lazy router races under concurrent requests Β -Β  by @dinwwwh in #1734 (ec6d8)
  • standard-server: Settle sendStandardResponse when client disconnects before sending Β -Β  by @dinwwwh in #1738 (a0d7d)
Β Β Β Β View changes on GitHub