build(deps): bump the production-dependencies group across 1 directory with 7 updates
Bumps the production-dependencies group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/antlr4-go/antlr/v4 | 4.13.0 |
4.13.1 |
| github.com/jackc/pgx/v5 | 5.5.5 |
5.6.0 |
| github.com/spf13/cobra | 1.8.0 |
1.8.1 |
| github.com/tetratelabs/wazero | 1.7.2 |
1.7.3 |
| google.golang.org/grpc | 1.63.2 |
1.64.0 |
| google.golang.org/protobuf | 1.34.1 |
1.34.2 |
| modernc.org/sqlite | 1.29.9 |
1.30.1 |
Updates github.com/antlr4-go/antlr/v4 from 4.13.0 to 4.13.1
Release notes
Sourced from github.com/antlr4-go/antlr/v4's releases.
Release 4.13.1
The 4.13.1 release has:
- Some minor performance improvements
- An optional build tag -tags antlr.nomutex which allows a build without using mutexes, when the user knows they will not use it with multiple go routines. (Note, somewhat experimental)
Note that I did not remove the sort.Slices calls. They will not be experimental for long and are implemented efficently. Please make a fork if you must use it without this dependency. Maybe review whether you need to do so for the sake of one call.
Commits
Updates github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0
Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
5.6.0 (May 25, 2024)
- Add StrictNamedArgs (Tomas Zahradnicek)
- Add support for macaddr8 type (Carlos Pérez-Aradros Herce)
- Add SeverityUnlocalized field to PgError / Notice
- Performance optimization of RowToStructByPos/Name (Zach Olstein)
- Allow customizing context canceled behavior for pgconn
- Add ScanLocation to pgtype.Timestamp[tz]Codec
- Add custom data to pgconn.PgConn
- Fix ResultReader.Read() to handle nil values
- Do not encode interval microseconds when they are 0 (Carlos Pérez-Aradros Herce)
- pgconn.SafeToRetry checks for wrapped errors (tjasko)
- Failed connection attempts include all errors
- Optimize LargeObject.Read (Mitar)
- Add tracing for connection acquire and release from pool (ngavinsir)
- Fix encode driver.Valuer not called when nil
- Add support for custom JSON marshal and unmarshal (Mitar)
- Use Go default keepalive for TCP connections (Hans-Joachim Kliemeck)
Commits
572d7ffRelease v5.6.0b4911f1Merge pull request #2019 from jackc/fix-encode-driver-valuer-on-pointer24c0a5eremove keepalive and rely on GOLANG default (since go 1.13 default is 15s)9ca9203Move typed nil handling to Map.Encode from anynil79cab46Only use anynil inside of pgtype6ea2d24Remove anynil.NormalizeSlicec1075bfRemove some special casing for QueryExecModeExeccf6074fRemove unused anynil.Normalize13beb38Fix encode driver.Valuer on nil-able non-pointersfec45c8Refactor appendParamsForQueryExecModeExec- Additional commits viewable in compare view
Updates github.com/spf13/cobra from 1.8.0 to 1.8.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.8.1
✨ Features
- Add env variable to suppress completion descriptions on create by
@scopin spf13/cobra#1938🐛 Bug fixes
- Micro-optimizations by
@scopin spf13/cobra#1957🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by
@dependabotin spf13/cobra#2127- Consistent annotation names by
@nirsin spf13/cobra#2140- Remove fully inactivated linters by
@nirsin spf13/cobra#2148- Address golangci-lint deprecation warnings, enable some more linters by
@scopin spf13/cobra#2152🧪 Testing & CI/CD
- Add test for func in cobra.go by
@korovindenisin spf13/cobra#2094- ci: test golang 1.22 by
@cyrilicoin spf13/cobra#2113- Optimized and added more linting by
@scopin spf13/cobra#2099- build(deps): bump actions/setup-go from 4 to 5 by
@dependabotin spf13/cobra#2087- build(deps): bump actions/labeler from 4 to 5 by
@dependabotin spf13/cobra#2086- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/cobra#2108- build(deps): bump actions/cache from 3 to 4 by
@dependabotin spf13/cobra#2102✏️ Documentation
- Fixes and docs for usage as plugin by
@nirsin spf13/cobra#2070- flags: clarify documentation that LocalFlags related function do not modify the state by
@niamsterin spf13/cobra#2064- chore: remove repetitive words by
@racerolein spf13/cobra#2122- Add LXC to the list of projects using Cobra
@VaradBelwalkarin spf13/cobra#2071- Update projects_using_cobra.md by
@marcuskohlbergin spf13/cobra#2089- [chore]: update projects using cobra by
@cmwylie19in spf13/cobra#2093- Add Taikun CLI to list of projects by
@Smidrain spf13/cobra#2098- Add Incus to the list of projects using Cobra by
@montag451in spf13/cobra#2118
... (truncated)
Commits
e94f6d0Address golangci-lint deprecation warnings, enable some more linters (#2152)8003b74Remove fully inactivated linters (#2148)5c2c1d6Consistent annotation names (#2140)5a1aceabuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127)0fc86c2docs: update user guide (#2128)6b5f577More linting (#2099)bd914e5fix: remove deprecated io/ioutils package (#2120)1f80fa2chore: remove repetitive words (#2122)c69ae4cci: test golang 1.22 (#2113)a30cee5build(deps): bump actions/cache from 3 to 4 (#2102)- Additional commits viewable in compare view
Updates github.com/tetratelabs/wazero from 1.7.2 to 1.7.3
Release notes
Sourced from github.com/tetratelabs/wazero's releases.
v1.7.3
Time to celebrate the new wazero release! This time has not only the important bugs fixes just like before, but more importantly comes with the drastic "compilation time" performance improvements!
Bug fixes
- Various WASI related bug fixes contributed by
@yagehu#2244 #2229 #2223- Syscall compatibility fix on Windows by
@ncruces#2218- api.Memory.Grow call bug introduced in v1.7.0 by
@mathetake#2216 (thanks to@mark-pictor-csecfor reporting)Compilation perf improvements
@mathetakeworked so hard to improve the compilation performance which some users had raised issue about since the release of the optimizing compiler in 1.7.0. The idea is that even though this is partly because it is "optimizing", there are still rooms for improvements in its codebase to use less CPU/memory.The below is the compilation time benchmark on the various standard library tests for Zig, Go and TinyGo compared to the previous v1.7.2. You can see the huge results up to like 50% faster and ~50% less memory usage. Note that this doesn't affect any runtime performance -- that means your code runs just exactly like before while having faster compilation!😎
goos: darwin goarch: arm64 pkg: github.com/tetratelabs/wazero/internal/integration_test/stdlibs │ old.txt │ new.txt │ │ sec/op │ sec/op vs base │ Zig/Compile/test-opt.wasm-10 4.872 ± 2% 3.389 ± 3% -30.44% (p=0.001 n=7) Zig/Compile/test.wasm-10 5.926 ± 2% 4.162 ± 1% -29.76% (p=0.001 n=7) TinyGo/Compile/container_heap.test-10 677.2m ± 0% 306.3m ± 1% -54.76% (p=0.001 n=7) TinyGo/Compile/container_list.test-10 673.2m ± 1% 309.3m ± 8% -54.05% (p=0.001 n=7) TinyGo/Compile/container_ring.test-10 665.1m ± 1% 299.5m ± 0% -54.97% (p=0.001 n=7) TinyGo/Compile/crypto_des.test-10 686.4m ± 0% 311.6m ± 0% -54.61% (p=0.001 n=7) TinyGo/Compile/crypto_md5.test-10 685.5m ± 1% 312.7m ± 4% -54.38% (p=0.001 n=7) TinyGo/Compile/crypto_rc4.test-10 666.5m ± 0% 297.9m ± 0% -55.31% (p=0.001 n=7) TinyGo/Compile/crypto_sha1.test-10 683.7m ± 0% 310.1m ± 0% -54.65% (p=0.001 n=7) TinyGo/Compile/crypto_sha256.test-10 692.0m ± 1% 315.0m ± 2% -54.48% (p=0.001 n=7) TinyGo/Compile/crypto_sha512.test-10 692.7m ± 0% 316.6m ± 1% -54.29% (p=0.001 n=7) TinyGo/Compile/encoding_ascii85.test-10 680.6m ± 1% 309.3m ± 1% -54.55% (p=0.001 n=7) TinyGo/Compile/encoding_base32.test-10 1637.6m ± 1% 650.8m ± 0% -60.26% (p=0.001 n=7) TinyGo/Compile/encoding_csv.test-10 740.0m ± 1% 333.5m ± 0% -54.92% (p=0.001 n=7) TinyGo/Compile/encoding_hex.test-10 708.7m ± 3% 320.9m ± 0% -54.72% (p=0.001 n=7) TinyGo/Compile/go_scanner.test-10 773.2m ± 1% 347.1m ± 6% -55.11% (p=0.001 n=7) TinyGo/Compile/hash.test-10 951.8m ± 1% 410.8m ± 0% -56.84% (p=0.001 n=7) TinyGo/Compile/hash_adler32.test-10 665.8m ± 1% 297.5m ± 0% -55.32% (p=0.001 n=7) TinyGo/Compile/hash_crc64.test-10 893.9m ± 1% 385.1m ± 1% -56.92% (p=0.001 n=7) TinyGo/Compile/hash_fnv.test-10 695.8m ± 2% 312.4m ± 0% -55.10% (p=0.001 n=7) TinyGo/Compile/html.test-10 2.426 ± 1% 2.012 ± 1% -17.07% (p=0.001 n=7) TinyGo/Compile/internal_itoa.test-10 662.5m ± 1% 296.0m ± 1% -55.32% (p=0.001 n=7) TinyGo/Compile/internal_profile.test-10 893.6m ± 1% 417.9m ± 0% -53.24% (p=0.001 n=7) TinyGo/Compile/math.test-10 821.1m ± 0% 398.4m ± 0% -51.48% (p=0.001 n=7) TinyGo/Compile/math_cmplx.test-10 701.7m ± 0% 338.8m ± 1% -51.71% (p=0.001 n=7) TinyGo/Compile/net.test-10 755.4m ± 1% 356.5m ± 3% -52.81% (p=0.001 n=7) TinyGo/Compile/net_http_internal_ascii.test-10 661.5m ± 1% 296.8m ± 2% -55.14% (p=0.001 n=7) TinyGo/Compile/net_mail.test-10 927.1m ± 2% 398.9m ± 2% -56.97% (p=0.001 n=7) TinyGo/Compile/os.test-10 754.9m ± 0% 370.5m ± 0% -50.92% (p=0.001 n=7) </tr></table>
... (truncated)
Commits
8b3af37wasi:path_openshould accept a dir with RIGHT_FD_WRITE (#2244)0fa14a6Add wazero user: wescale (#2239)507493bssa: optimizes findValue function (#2245)5c8366fssa: optimizes slice allocations (#2242)d059981Fixes flaky TestEngine_sortedCompiledModules (#2241)56e2a43regalloc: removes map from RegAllocFunction (#2240)981e71dfix typo in the cache example test function name (#2238)9995367regalloc: removes unnecessary Instruction.Uses (#2237)0649820Removes non-static locals collection (#2236)747609bssa: removes map use for block traversals (#2235)- Additional commits viewable in compare view
Updates google.golang.org/grpc from 1.63.2 to 1.64.0
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.64.0
API Changes
- stats: Deprecate
InPayload.DataandOutPayload.Data; they were experimental and will be deleted in the next release (#7121)Behavior Changes
- codec: Remove handling of environment variable
GRPC_GO_ADVERTISE_COMPRESSORSto suppress setting supported compressors ingrpc-accept-encodingheader. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
- resolver/dns: Add
SetMinResolutionIntervalto set the minimum interval at which DNS re-resolutions may occur (#6962)
- Special Thanks:
@HomayoonAlimohammadi- peer/peer: Implement the
fmt.Stringerinterface for pretty printingPeer, and- metadata/metadata: Implement the
fmt.Stringerinterface for pretty printingMD(#7137)
- Special Thanks:
@AnomalRoilPerformance Improvements
- client: Improve RPC performance by reducing work while holding a lock (#7132)
Bug Fixes
- transport/server: Display the proper timeout value when keepalive pings are not ack'd in time (#7038)
- Special Thanks:
@BatmanAoD- channelz: Fix bug that was causing the subchannel's target to be unset (#7189)
- stats: Fix bug where peer was not set in context when calling stats handler for
OutPayload,InPayload, andEnd(#7096)Dependencies
- deps: Remove dependency on deprecated
github.com/golang/protobufmodule (#7122)Documentation
- grpc: Deprecate
WithBlock,WithReturnConnectionError,FailOnNonTempDialErrorwhich are ignored byNewClient(#7097)
- Special Thanks:
@pellared- grpc: Deprecate
DialandDialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users toNewClient(See #7090 for more information)- examples: Add custom lb example (#6691)
Commits
fa274d7Change version to 1.64.0 (#7218)6b413c8xds: Surround twoInfofcalls that usepretty.ToJSONwithV(2)checks (...2dbbcefresolver/dns: Add docstring to SetMinResolutionInterval (#7217)070d9c7codes: replace %q to %d in error string when invalid code is an integer (#7188)5d24ee2xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)c76f686advancedTLS: Rename get root certs related pieces (#7207)f591e3bcodec: remove option to suppress setting supported compressors in headers (#7...b4f7947github: remove dependabot (#7208)0561c78client: add user-friendly error message of LB policy update timed out (#7206)9d9c1fbpeer: remove change detector test (#7204)- Additional commits viewable in compare view
Updates google.golang.org/protobuf from 1.34.1 to 1.34.2
Updates modernc.org/sqlite from 1.29.9 to 1.30.1
Commits
504e519fix linux/arm64 regression, updates #100, updates #185da1e35dvfs_linux_arm64: adjust for [email protected], updates #1854f4c689$ make vendor # [email protected]7a88035$ make vendor ([email protected])- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions