Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/PuerkitoBio/goquery v1.10.0 -> v1.10.1 age adoption passing confidence require patch
github.com/dgraph-io/ristretto/v2 v2.0.0 -> v2.0.1 age adoption passing confidence require patch
github.com/gosimple/slug v1.14.0 -> v1.15.0 age adoption passing confidence require minor
github.com/jackc/pgx/v5 v5.7.1 -> v5.7.2 age adoption passing confidence require patch
github.com/labstack/echo/v4 v4.12.0 -> v4.13.3 age adoption passing confidence require minor
github.com/minio/minio-go/v7 v7.0.81 -> v7.0.82 age adoption passing confidence require patch
github.com/openai/openai-go v0.1.0-alpha.39 -> v0.1.0-alpha.41 age adoption passing confidence require patch
github.com/redis/rueidis v1.0.49 -> v1.0.52 age adoption passing confidence require patch
github.com/shirou/gopsutil/v4 v4.24.10 -> v4.24.11 age adoption passing confidence require patch
github.com/twilio/twilio-go v1.23.6 -> v1.23.8 age adoption passing confidence require patch
github.com/weaviate/weaviate v1.27.6 -> v1.28.2 age adoption passing confidence require minor
go (source) 1.23.3 -> 1.23.4 age adoption passing confidence toolchain patch
google.golang.org/api v0.209.0 -> v0.214.0 age adoption passing confidence require minor

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
  • Wait for goroutines to finish (#​423)
  • Bump golang.org/x/sys from 0.27.0 to 0.28.0 in the minor group (#​421)
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the minor group (#​420)
  • Bump golang.org/x/sys from 0.26.0 to 0.27.0 in the minor group (#​419)

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

v4.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

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.82: Bugfix Release

Compare Source

What's Changed

New 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
  • api: new o1 and GPT-4o models + preference fine-tuning (#​142) (9207561)
Chores
redis/rueidis (github.com/redis/rueidis)

v1.0.52: 1.0.52

Compare Source

Changes
  • feat: add ModuleLoadex, SlaveOf, ClusterMyShardID to rueidiscompat (#​708)
  • feat: add BitFieldRO, HScanNoValues, and ClientInfo to rueidiscompat (#​707)
  • feat: add CacheMarshal and CacheUnmarshalView for third party cache libraries (#​693)
  • feat: add ReplicaSelector for selecting which replica to send commands (#​692)
  • feat: retry DoCache and DoMultiCache on MOVED / ASK redirections (#​701) (#​704)
  • feat: retry single slot DoMulti on MOVED / ASK redirections (#​697) (#​709)
  • perf: reduce goroutines used by DoMulti and DoMultiCache in a cluster client (#​699)
  • fix: hide InitAddress from client.Nodes() if they doesn't show up in the cluster topology (#​687)
  • fix: immature recycling of the intermediate structs when doing cluster DoMulti on network errors (#​706)
  • fix: panic on cluster redirection to a node with a stale role (#​695)
  • fix: protocol out of sync when mixing sunsubscribe requests and slot migrations (#​691)
  • fix: avoid picking unhealthy replicas (#​689)
Contributors

We'd like to thank all the contributors who worked on this release!

@​proost, @​rueian, @​unknowntpo and @​wyxloading

v1.0.51: 1.0.51

Compare Source

Changes
  • feat: add RateLimitOption to rueidislimiter (#​681)
  • feat: allow setting negative values to disable keepalive and write timeout (#​682)
  • feat: add options for removing idle connections in connection pools (#​674)
Contributors

We'd like to thank all the contributors who worked on this release!

@​altanozlu, @​rueian and @​veirfuna

v1.0.50: 1.0.50

Compare Source

Changes
  • feat: add FtSearch and related functions to rueidiscompat (#​676)
  • feat: add rueidislimiter module for Distributed Rate Limiting (#​661)
  • fix: convert os.ErrDeadlineExceeded to context.DeadlineExceeded only when ConnWriteTimeout is shorter (#​672)
  • fix: register client tracking again after receiving invalidations in rueidislock (#​669)
  • fix: close connections that are still blocked while recycling them to pools, instead of waiting for unsubscribe command responses (#​667)
  • fix: do not cap timeouts when context has a deadline on a blocking call (#​666)
  • chore: use 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

  • Add optional parameter intelligence_service to transcription
  • Updated phone_number_sid to be populated for sip trunking terminating calls.

Numbers

  • Add Update Hosted Number Order V2 API endpoint
  • Update Port in docs

Twiml

  • Add optional parameter intelligence_service to <Transcription>
  • Add support for new <ConversationRelay> and <Assistant> noun
  • Add events attribute to <Dial> verb

Docs

weaviate/weaviate (github.com/weaviate/weaviate)

v1.28.2: - Async replication improvements

Compare Source

Breaking Changes

none

New Features

none

Fixes

Full Changelog: weaviate/weaviate@v1.28.1...v1.28.2

v1.28.1: - Async queue improvements

Compare Source

Breaking Changes

none

New Features

none

Fixes

New Contributors

Full Changelog: weaviate/weaviate@v1.28.0...v1.28.1

v1.28.0: - RBAC preview, Replication delete repairs, Experimental BlockMax WAND, Async indexing improvements

Compare 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!


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Dec 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
storyden ⬜️ Ignored (Inspect) Visit Preview Dec 27, 2024 1:51am
storyden-homepage ⬜️ Ignored (Inspect) Visit Preview Dec 27, 2024 1:51am

Copy link

coderabbitai bot commented Dec 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/all-api-dependencies branch from e8715ed to 6bd8be4 Compare December 2, 2024 18:23
@renovate renovate bot changed the title Update module github.com/shirou/gopsutil/v4 to v4.24.11 Update All api dependencies Dec 2, 2024
@renovate renovate bot force-pushed the renovate/all-api-dependencies branch 7 times, most recently from 560fedd to 85c8fed Compare December 10, 2024 18:33
@renovate renovate bot force-pushed the renovate/all-api-dependencies branch 10 times, most recently from 1b16563 to 0ed27c0 Compare December 16, 2024 20:56
Copy link
Contributor Author

renovate bot commented Dec 16, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.10.2 -> v0.13.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.6
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
github.com/andybalholm/cascadia v1.3.2 -> v1.3.3
github.com/go-ole/go-ole v1.2.6 -> v1.3.0
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c -> v0.0.0-20240221224432-82ca36839d55
github.com/tklauser/go-sysconf v0.3.12 -> v0.3.14
github.com/tklauser/numcpus v0.6.1 -> v0.9.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20241209162323-e6fa225c2576

@renovate renovate bot force-pushed the renovate/all-api-dependencies branch 7 times, most recently from d305d08 to da5dea0 Compare December 25, 2024 13:00
@renovate renovate bot force-pushed the renovate/all-api-dependencies branch from da5dea0 to 15d6a7e Compare December 27, 2024 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants