Closed renovate[bot] closed 2 months ago
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):
Details:
Package | Change |
---|---|
github.com/antlr4-go/antlr/v4 |
v4.13.0 -> v4.13.1 |
github.com/cespare/xxhash/v2 |
v2.2.0 -> v2.3.0 |
github.com/cncf/xds/go |
v0.0.0-20231128003011-0fa0005c9caa -> v0.0.0-20240423153145-555b57ec207b |
github.com/golang/protobuf |
v1.5.3 -> v1.5.4 |
github.com/google/cel-go |
v0.20.1 -> v0.21.0 |
github.com/jackc/pgx/v5 |
v5.5.5 -> v5.6.0 |
github.com/spf13/cobra |
v1.8.0 -> v1.8.1 |
github.com/tetratelabs/wazero |
v1.7.0 -> v1.7.3 |
github.com/wasilibs/go-pgquery |
v0.0.0-20240319230125-b9b2e95c69a7 -> v0.0.0-20240606042535-c0843d6592cc |
golang.org/x/exp |
v0.0.0-20231108232855-2478ac86f678 -> v0.0.0-20240506185415-9bf2ced13842 |
golang.org/x/sync |
v0.7.0 -> v0.8.0 |
google.golang.org/genproto/googleapis/api |
v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240528184218-531527333157 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240528184218-531527333157 |
google.golang.org/grpc |
v1.62.1 -> v1.65.0 |
google.golang.org/protobuf |
v1.33.0 -> v1.34.2 |
This PR contains the following updates:
v1.26.0
->v1.27.0
Release Notes
sqlc-dev/sqlc (github.com/sqlc-dev/sqlc)
### [`v1.27.0`](https://togithub.com/sqlc-dev/sqlc/releases/tag/v1.27.0) [Compare Source](https://togithub.com/sqlc-dev/sqlc/compare/v1.26.0...v1.27.0) #### Release notes ##### Sunsetting hosted ephemeral databases On September 4th, 2024, we'll be turning off support for hosted ephemeral databases in sqlc Cloud. If you use managed databases or query verification with sqlc Cloud, you'll need to update to 1.27.0 to avoid any issues. I've already emailed you if you're using this feature. It's more than likely that you are not! [https://github.com/sqlc-dev/sqlc/discussions/3422](https://togithub.com/sqlc-dev/sqlc/discussions/3422) ##### Bug Fixes - (dbmanager) Add leading slash to db uri path rewrite ([#3493](https://togithub.com/sqlc-dev/sqlc/issues/3493)) - (verify) Include database engine in request ([#3522](https://togithub.com/sqlc-dev/sqlc/issues/3522)) ##### Features - (golang) Add initialisms configuration ([#3308](https://togithub.com/sqlc-dev/sqlc/issues/3308)) - (compiler) Support subqueries in the FROM clause (second coming) ([#3310](https://togithub.com/sqlc-dev/sqlc/issues/3310)) - Managed databases with any accessible server ([#3421](https://togithub.com/sqlc-dev/sqlc/issues/3421)) - (vet) Use new dbmanager client ([#3423](https://togithub.com/sqlc-dev/sqlc/issues/3423)) - (verify) Update verify to work with managed databases ([#3425](https://togithub.com/sqlc-dev/sqlc/issues/3425)) ##### Documentation - Fix typo in config ([#3358](https://togithub.com/sqlc-dev/sqlc/issues/3358)) - Resolve a typo in configuration keys ([#3349](https://togithub.com/sqlc-dev/sqlc/issues/3349)) - Add sponsorship information to README ([#3413](https://togithub.com/sqlc-dev/sqlc/issues/3413)) - Update the language-support to include C# ([#3408](https://togithub.com/sqlc-dev/sqlc/issues/3408)) - Add migration guide for hosted managed databases ([#3417](https://togithub.com/sqlc-dev/sqlc/issues/3417)) - Fix readme links ([#3424](https://togithub.com/sqlc-dev/sqlc/issues/3424)) - Update the managed db and verify documentation ([#3426](https://togithub.com/sqlc-dev/sqlc/issues/3426)) - Add sponsor image ([#3428](https://togithub.com/sqlc-dev/sqlc/issues/3428)) - Add Ruby as supported language ([#3487](https://togithub.com/sqlc-dev/sqlc/issues/3487)) - Update migrating-to-sqlc-gen-kotlin.md ([#3454](https://togithub.com/sqlc-dev/sqlc/issues/3454)) - Fix typo in comment ([#3316](https://togithub.com/sqlc-dev/sqlc/issues/3316)) - Fix deprecated build tag format ([#3361](https://togithub.com/sqlc-dev/sqlc/issues/3361)) ##### Testing - (endtoend) Re-use databases when possible ([#3315](https://togithub.com/sqlc-dev/sqlc/issues/3315)) - Enabled MySQL database ([#3318](https://togithub.com/sqlc-dev/sqlc/issues/3318)) - Remove internal/sqltest/hosted package ([#3521](https://togithub.com/sqlc-dev/sqlc/issues/3521))Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.