Skip to content

Releases: middleapi/orpc

v2.0.0-beta.31

v2.0.0-beta.31 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Aug 14:10

   🚨 Breaking Changes

  • server: Default CORS origin to "*" and support async origin options  -  by @dinwwwh in #1914 (519c3)

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-beta.30

v2.0.0-beta.30 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 11:40

   🚀 Features

   🐞 Bug Fixes

  • client: Resolve default fetch lazily so interception tools work regardless of link construction order  -  by @dinwwwh in #1901 (aff6c)
    View changes on GitHub

v2.0.0-beta.29

v2.0.0-beta.29 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 11:39

   🚀 Features

    View changes on GitHub

v2.0.0-beta.28

v2.0.0-beta.28 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Aug 04:14

   🚀 Features

    View changes on GitHub

v2.0.0-beta.27

v2.0.0-beta.27 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 09:01

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

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