-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update All api dependencies #155
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 WalkthroughWalkthroughThe updates primarily involve a restructuring of the project’s directory, particularly focusing on the relocation of middleware packages. This change enhances the clarity and organization of the codebase while maintaining existing functionalities. Additionally, new middleware features have been introduced for managing CORS and logging, and the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HTTP Server
participant Middleware
participant Logger
User->>HTTP Server: Send Request
HTTP Server->>Middleware: Apply Middleware
Middleware->>Logger: Log Request
Logger-->>Middleware: Log Confirmation
Middleware-->>HTTP Server: Middleware Applied
HTTP Server-->>User: Send Response
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
e9f44a4
to
74edffa
Compare
74edffa
to
8bb3645
Compare
8bb3645
to
503b9e7
Compare
503b9e7
to
1fc6536
Compare
1fc6536
to
e30e6ef
Compare
e30e6ef
to
ea5c4b6
Compare
ea5c4b6
to
22af258
Compare
22af258
to
354b014
Compare
ab9d2cf
to
cb820bd
Compare
a756a71
to
fa24d00
Compare
fa24d00
to
0daba7d
Compare
0daba7d
to
944caab
Compare
c411e39
to
2c2cc91
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
b4beece
to
c80ab5a
Compare
c80ab5a
to
105380e
Compare
Update All api dependencies
This PR contains the following updates:
v0.127.0
->v0.128.0
v0.18.1
->v0.18.3
v1.23.2
->v1.23.3
v1.26.5
->v1.26.6
1.23.1
->1.23.2
v0.27.0
->v0.28.0
v0.29.0
->v0.30.0
v0.199.0
->v0.200.0
Release Notes
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.128.0
Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.127.0...v0.128.0
pb33f/libopenapi (github.com/pb33f/libopenapi)
v0.18.3
Compare Source
This fixes vacuum rules that lookup operations in the index where:
The original spec (root.yaml) has an external reference to a file in a different directory ./paths/mypath.yaml
In that location, there is a relative reference to a path-item in a nearby file, e.g. ./components.yaml#/path-item
What was previously happening in [2] is that the ./components.yaml was being resolved in ./components.yaml (the parent directory) instead of ./paths/components.yaml (the right directory). This resulted in a failure to evaluate path item references and unexpected linting failures.
This changes adjusts the lookup to search through the index's nodeMap to find the location of the YAML $ref node value that's been evaluated. Once we find it, we lookup the associated index of that file and do a seek in that specific index.
We also fix a race condition with resolving the specification asyncronously -- if we are going to an external ref we must do it sequentially as otherwise an index might be added multiple times during an async FindComponent call. This latent bug was exposed as we tested this.
@ThomasRooney
v0.18.2
Compare Source
twilio/twilio-go (github.com/twilio/twilio-go)
v1.23.3
Compare Source
Release Notes
Messaging
Numbers
Verify
SnaClientToken
optional parameter on Verification check.EnableSnaClientToken
optional parameter for Verification creation.Docs
weaviate/weaviate (github.com/weaviate/weaviate)
v1.26.6
: - Schema V2 recovering single node Fix, Ready and Live probes improvements, New batch related metricsCompare Source
Breaking Changes
none
New Features
none
Fixes
Full Changelog: weaviate/weaviate@v1.26.5...v1.26.6
golang/go (go)
v1.23.2
googleapis/google-api-go-client (google.golang.org/api)
v0.200.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.