Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

chore(deps): update all dependencies #3

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.1 -> v4.1.4 age adoption passing confidence
actions/setup-go action patch v5.0.0 -> v5.0.1 age adoption passing confidence
cloud.google.com/go/datastore require minor v1.15.0 -> v1.16.0 age adoption passing confidence
github.com/cockroachdb/pebble require minor v1.0.0 -> v1.1.0 age adoption passing confidence
github.com/go-sql-driver/mysql require minor v1.7.1 -> v1.8.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.9.0 age adoption passing confidence
github/codeql-action action minor v3.23.1 -> v3.25.3 age adoption passing confidence
go.etcd.io/bbolt require patch v1.3.8 -> v1.3.9 age adoption passing confidence
go.mongodb.org/mongo-driver require minor v1.13.1 -> v1.15.0 age adoption passing confidence
google.golang.org/api require minor v0.157.0 -> v0.177.0 age adoption passing confidence
step-security/harden-runner action minor v2.6.1 -> v2.7.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/setup-go (actions/setup-go)

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

cockroachdb/pebble (github.com/cockroachdb/pebble)

v1.1.0

Compare Source

This is the version of Pebble that is used in CockroachDB v23.2.0. It is considered stable and production-ready.

go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.8.1

Compare Source

What's Changed

Bugfixes:

Full Changelog: go-sql-driver/mysql@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

Major changes
Other changes

New Contributors

Full Changelog: go-sql-driver/mysql@v1.7.1...v1.8.0

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

github/codeql-action (github/codeql-action)

v3.25.3

Compare Source

v3.25.2

Compare Source

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.10

Compare Source

v3.24.9

Compare Source

v3.24.8

Compare Source

v3.24.7

Compare Source

v3.24.6

Compare Source

v3.24.5

Compare Source

v3.24.4

Compare Source

v3.24.3

Compare Source

v3.24.2

Compare Source

v3.24.1

Compare Source

v3.24.0

Compare Source

v3.23.2

Compare Source

etcd-io/bbolt (go.etcd.io/bbolt)

v1.3.9

Compare Source

See the CHANGELOG for more details.

mongodb/mongo-go-driver (go.mongodb.org/mongo-driver)

v1.15.0: MongoDB Go Driver 1.15.0

Compare Source

The MongoDB Go Driver Team is pleased to release version 1.15.0 of the official Go driver.

Release Notes

This release adds a feature that can prevent "connection churn" caused by operation timeouts.

Prevent "Connection Churn" Caused by Timeouts

Previously, the Go Driver would close the in-use connection when an operation timed out. However, closing the in-use connection can cause significant additional application and database load if many timeouts happen quickly, potentially causing "connection churn" that can exacerbate latency issues. The Go Driver now offers a new feature that waits (for a maximum of 1 second) for the connection to be reusable after an operation times out instead of closing it.

To enable the new feature, set a Client-wide timeout by using SetTimeout or by specifing the timeoutMS connection string option. Use SetTimeout(0) or timeoutMS=0 to enable the new feature without adding new timeouts. See SetTimeout for more information about the Client-wide timeout configuration.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.14.0...1.15.0

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

v1.14.0: MongoDB Go Driver 1.14.0

Compare Source

The MongoDB Go Driver Team is pleased to release version 1.14.0 of the official Go driver.

Release Notes

This release bumps the minimum Go version from 1.13 to 1.18. It also brings several additional changes and improvements.

Notable Changes
  • In case of a heartbeat timeout, in-progress operations are preemptively canceled.
  • Support connecting with a "mongodb+srv://" URI that contains capital letters in the SRV hostname.

For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.13.2...1.14.0

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

v1.13.2: MongoDB Go Driver 1.13.2

Compare Source

The MongoDB Go Driver Team is pleased to release version 1.13.2 of the official Go driver.

Release Notes

This release restores the behavior that an empty map or slice is decoded as nil, and fixes a bug of connecting via UNIX sockets like mongodb://%2Ftmp%2Fmongodb-27017.sock.

This release also stops propagating passwords in error messages.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.13.1...1.13.2

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

googleapis/google-api-go-client (google.golang.org/api)

v0.177.0

Compare Source

Features
Bug Fixes

v0.176.1

[Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.176.0...v0.176.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update module github.com/cockroachdb/pebble to v1 fix(deps): update all dependencies Dec 22, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 909f69f to 797b6dd Compare January 11, 2024 19:56
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 518c063 to 0c961f5 Compare January 19, 2024 07:43
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Jan 19, 2024
@renovate renovate bot closed this Jan 19, 2024
@renovate renovate bot deleted the renovate/all branch January 19, 2024 07:45
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Jan 25, 2024
@renovate renovate bot reopened this Jan 25, 2024
@renovate renovate bot restored the renovate/all branch January 25, 2024 22:37
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update module google.golang.org/api to v0.158.0 Jan 25, 2024
@renovate renovate bot changed the title fix(deps): update module google.golang.org/api to v0.158.0 chore(deps): update all dependencies Jan 26, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 005d68f to f632f52 Compare January 31, 2024 00:45
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4732fd4 to 76b8a5e Compare February 6, 2024 03:14
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Feb 6, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from fcb4396 to 4f22bae Compare February 15, 2024 00:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b5b946f to 722f00d Compare March 12, 2024 12:42
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Mar 12, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 12, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 645a5ca to 235e61a Compare March 18, 2024 17:37
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 652baad to 927090c Compare March 27, 2024 17:14
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 576b485 to 3a90b0b Compare April 19, 2024 21:38
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 68e1d0d to dcd01f6 Compare April 26, 2024 00:24
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2093ca9 to e4ed03e Compare May 2, 2024 16:23
@renovate renovate bot force-pushed the renovate/all branch from e4ed03e to 066ea3c Compare May 4, 2024 06:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants