-
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 #309
base: main
Are you sure you want to change the base?
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 🪧 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 (
|
e8715ed
to
6bd8be4
Compare
560fedd
to
85c8fed
Compare
1b16563
to
0ed27c0
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d305d08
to
da5dea0
Compare
da5dea0
to
15d6a7e
Compare
This PR contains the following updates:
v1.10.0
->v1.10.1
v2.0.0
->v2.0.1
v1.14.0
->v1.15.0
v5.7.1
->v5.7.2
v4.12.0
->v4.13.3
v7.0.81
->v7.0.82
v0.1.0-alpha.39
->v0.1.0-alpha.41
v1.0.49
->v1.0.52
v4.24.10
->v4.24.11
v1.23.6
->v1.23.8
v1.27.6
->v1.28.2
1.23.3
->1.23.4
v0.209.0
->v0.214.0
Release Notes
PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)
v1.10.1
Compare Source
Update
go.mod
dependencies.dgraph-io/ristretto (github.com/dgraph-io/ristretto/v2)
v2.0.1
Compare Source
Fixed
Full Changelog: dgraph-io/ristretto@v2.0.0...v2.0.1
gosimple/slug (github.com/gosimple/slug)
v1.15.0
Compare Source
🚀 New features and improvements
jackc/pgx (github.com/jackc/pgx/v5)
v5.7.2
Compare Source
labstack/echo (github.com/labstack/echo/v4)
v4.13.3
Compare Source
Security
v4.13.2
Compare Source
Security
v4.13.1
Compare Source
Fixes
Transfer-Encoding: chunked
requests by @178inaba in https://github.com/labstack/echo/pull/2717v4.13.0
Compare Source
BREAKING CHANGE JWT Middleware Removed from Core use labstack/echo-jwt instead
The JWT middleware has been removed from Echo core due to another security vulnerability, CVE-2024-51744. For more details, refer to issue #2699. A drop-in replacement is available in the labstack/echo-jwt repository.
Important: Direct assignments like
token := c.Get("user").(*jwt.Token)
will now cause a panic due to an invalid cast. Update your code accordingly. Replace the current imports from"github.com/golang-jwt/jwt"
in your handlers to the new middleware version using"github.com/golang-jwt/jwt/v5"
.Background:
The version of
golang-jwt/jwt
(v3.2.2) previously used in Echo core has been in an unmaintained state for some time. This is not the first vulnerability affecting this library; earlier issues were addressed in PR #1946.JWT middleware was marked as deprecated in Echo core as of v4.10.0 on 2022-12-27. If you did not notice that, consider leveraging tools like Staticcheck to catch such deprecations earlier in you dev/CI flow. For bonus points - check out gosec.
We sincerely apologize for any inconvenience caused by this change. While we strive to maintain backward compatibility within Echo core, recurring security issues with third-party dependencies have forced this decision.
Enhancements
MultipartForm
test by @martinyonatann in https://github.com/labstack/echo/pull/2682bind
: add support of multipart multi files by @martinyonatann in https://github.com/labstack/echo/pull/2684html/template
andtext/template
packages. by @aldas in https://github.com/labstack/echo/pull/2690minio/minio-go (github.com/minio/minio-go/v7)
v7.0.82
: Bugfix ReleaseCompare Source
What's Changed
obj.Stat()
by @OrkhanAlikhanov in https://github.com/minio/minio-go/pull/2028New Contributors
Full Changelog: minio/minio-go@v7.0.81...v7.0.82
openai/openai-go (github.com/openai/openai-go)
v0.1.0-alpha.41
Compare Source
0.1.0-alpha.41 (2024-12-19)
Full Changelog: v0.1.0-alpha.40...v0.1.0-alpha.41
Chores
Documentation
v0.1.0-alpha.40
Compare Source
0.1.0-alpha.40 (2024-12-17)
Full Changelog: v0.1.0-alpha.39...v0.1.0-alpha.40
Features
Chores
redis/rueidis (github.com/redis/rueidis)
v1.0.52
: 1.0.52Compare Source
Changes
ModuleLoadex
,SlaveOf
,ClusterMyShardID
torueidiscompat
(#708)BitFieldRO
,HScanNoValues
, andClientInfo
torueidiscompat
(#707)CacheMarshal
andCacheUnmarshalView
for third party cache libraries (#693)ReplicaSelector
for selecting which replica to send commands (#692)DoCache
andDoMultiCache
onMOVED
/ASK
redirections (#701) (#704)DoMulti
onMOVED
/ASK
redirections (#697) (#709)DoMulti
andDoMultiCache
in a cluster client (#699)client.Nodes()
if they doesn't show up in the cluster topology (#687)DoMulti
on network errors (#706)sunsubscribe
requests and slot migrations (#691)Contributors
We'd like to thank all the contributors who worked on this release!
@proost, @rueian, @unknowntpo and @wyxloading
v1.0.51
: 1.0.51Compare Source
Changes
rueidislimiter
(#681)Contributors
We'd like to thank all the contributors who worked on this release!
@altanozlu, @rueian and @veirfuna
v1.0.50
: 1.0.50Compare Source
Changes
FtSearch
and related functions torueidiscompat
(#676)rueidislimiter
module for Distributed Rate Limiting (#661)os.ErrDeadlineExceeded
tocontext.DeadlineExceeded
only whenConnWriteTimeout
is shorter (#672)rueidislock
(#669)dpool
for blocking commands to be able to respect context deadlines (#668)Contributors
We'd like to thank all the contributors who worked on this release!
@nesty92, @rueian, @unknowntpo and @zeiler
shirou/gopsutil (github.com/shirou/gopsutil/v4)
v4.24.11
Compare Source
twilio/twilio-go (github.com/twilio/twilio-go)
v1.23.8
Compare Source
Release Notes
Library - Chore
Docs
v1.23.7
Compare Source
Release Notes
Api
intelligence_service
totranscription
phone_number_sid
to be populated for sip trunking terminating calls.Numbers
Twiml
intelligence_service
to<Transcription>
<ConversationRelay>
and<Assistant>
nounevents
attribute to<Dial>
verbDocs
weaviate/weaviate (github.com/weaviate/weaviate)
v1.28.2
: - Async replication improvementsCompare Source
Breaking Changes
none
New Features
none
Fixes
querier
from dev prometheus. by @kavirajk in https://github.com/weaviate/weaviate/pull/6677Full Changelog: weaviate/weaviate@v1.28.1...v1.28.2
v1.28.1
: - Async queue improvementsCompare Source
Breaking Changes
none
New Features
none
Fixes
exp/query
package from v1.26 by @kavirajk in https://github.com/weaviate/weaviate/pull/6658exp/query
package from v1.27 by @kavirajk in https://github.com/weaviate/weaviate/pull/6660New Contributors
Full Changelog: weaviate/weaviate@v1.28.0...v1.28.1
v1.28.0
: - RBAC preview, Replication delete repairs, Experimental BlockMax WAND, Async indexing improvementsCompare Source
Breaking Changes
None
New Features
RBAC Preview
We are very proud to offer a first look at our RBAC authorization support! This iteration enables cluster admins to lock DB usage down to specific actions based on assigned roles and permissions. You have the ability to use a selection of built-in roles, or to create completely custom roles and permissions as needed by your application. Isolation is at the collection level, but future releases will include support for tenant-level isolation. Please note that this is only a preview release, and the API is subject to change. A stable RBAC release is coming soon!
level
->domain
everywhere by @tsmith023 in https://github.com/weaviate/weaviate/pull/6235domain
field from OpenAPI schema by @tsmith023 in https://github.com/weaviate/weaviate/pull/6239authz/
business logic intoAuthzController
by @tsmith023 in https://github.com/weaviate/weaviate/pull/6219crud_objects_{collection,tenant}
actions to schema by @tsmith023 in https://github.com/weaviate/weaviate/pull/6249AuthzController
logic by @tsmith023 in https://github.com/weaviate/weaviate/pull/6260policy
andpermission
methods by @tsmith023 in https://github.com/weaviate/weaviate/pull/6296add-permission
andremove-permissions
by @tsmith023 in https://github.com/weaviate/weaviate/pull/6308policy[1]
when buildingPolicy
by @tsmith023 in https://github.com/weaviate/weaviate/pull/6337POST /authz/roles
by @tsmith023 in https://github.com/weaviate/weaviate/pull/6339Configuration
📅 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.