Update orpc dependencies to v1.12.1#137
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
4e84b9e to
9238cb2
Compare
commit: |
6ed6b6f to
d52e591
Compare
d52e591 to
55afff5
Compare
55afff5 to
66556b4
Compare
bef8608 to
9dc342c
Compare
9dc342c to
77476e3
Compare
77476e3 to
1de96c7
Compare
1de96c7 to
236d4df
Compare
085c880 to
6ddb119
Compare
988b359 to
962c1f2
Compare
962c1f2 to
1d1080a
Compare
6914a88 to
0329e6a
Compare
0329e6a to
afc772f
Compare
afc772f to
cb71975
Compare
cb71975 to
8e09d80
Compare
88a6cf8 to
51c6941
Compare
51c6941 to
a02a3c8
Compare
a02a3c8 to
1e7d1b6
Compare
1e7d1b6 to
5b98a07
Compare
5b98a07 to
993820f
Compare
993820f to
d71e51c
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.10.0->1.12.11.10.0->1.12.1Release Notes
unnoq/orpc (@orpc/contract)
v1.12.1Compare Source
🚀 Features
View changes on GitHub
v1.12.0Compare Source
Tanstack Query Default Options docs
You can configure default options for all query/mutation utilities using experimental_defaults. These options are spread merged with user-provided options, allowing you to set defaults while still enabling customization on a per-call basis.
Cloudflare Durable Object Publisher Adapter docs
Building real-time features on Cloudflare Workers has never been easier, thanks to our publisher helpers:
NestJS Integration Upgraded docs
NestJS Integration now supports oRPC plugins, custom error responses, custom send-response behavior, and global context type-safe.
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.11.3Compare Source
Cloudflare Worker Ratelimit Adapter docs
Adapter for Cloudflare Workers Ratelimit.
🚀 Features
View changes on GitHub
v1.11.2Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.11.1Compare Source
🚀 Features
getLoggerutil type - by @unnoq (8606f)View changes on GitHub
v1.11.0Compare Source
Pino Logging Integration docs
Easy add structured logging, request tracking, and error monitoring to your oRPC powered by Pino
Ratelimit Helpers docs
The Rate Limit package provides flexible rate limiting for oRPC with multiple storage backend support. It includes adapters for in-memory, Redis, and Upstash, along with middleware and plugin helpers for seamless integration.
Ratelimiter
Manually usage
Built-in middleware
Response Header Plugin
Retry After Plugin docs
The Retry After Plugin automatically retries requests based on server
Retry-Afterheaders. This is particularly useful for handling rate limiting and temporary server unavailability.Expand support union/interaction in openapi generator
Now you can use
union/interactionfor define params, query, headers, ...🚀 Features
View changes on GitHub
v1.10.4Compare Source
🚀 Features
View changes on GitHub
v1.10.3Compare Source
AI SDK
implementTool&createToolhelpersImplement/Convert a procedure/contract -> AI SDK Tool
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.10.2Compare Source
OpenAPI - custom error format docs
By default, OpenAPIHandler, OpenAPIGenerator, and OpenAPILink share the same error response format. You can customize one, some, or all of them based on your requirements.
Native Fastify adapter docs
Previously, oRPC in Fastify used the Node adapter, which didn't integrate well with Fastify's ecosystem (e.g., cookies, helpers, middleware). This native adapter supports Fastify's request/reply APIs directly, enabling full access to Fastify features within oRPC.
🚀 Features
View changes on GitHub
v1.10.1Compare Source
Message port transfer docs
By default, oRPC serializes request/response messages to string/binary data before sending over message port. If needed, you can define the transfer option to utilize full power of MessagePort: postMessage() method, such as transferring ownership of objects to the other side or support unserializable objects like
OffscreenCanvas.🚀 Features
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.