fix(deps): update golang-packages #3713
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.1
->v0.18.0
v0.20.0
->v0.21.2
v0.5.0
->v0.6.0
v1.16.3
->v1.16.7
v1.9.1
->v1.10.0
v1.2.0
->v1.6.3
v1.4.3
->v1.6.1
v1.19.0
->v1.19.1
v1.32.0
->v1.33.0
v2.27.1
->v2.27.2
v0.101.0
->v0.105.0
v0.22.0
->v0.23.0
v0.24.0
->v0.25.0
v0.18.0
->v0.20.0
v0.6.0
->v0.7.0
v0.19.0
->v0.20.0
v0.14.0
->v0.15.0
v1.62.1
->v1.64.0
v1.33.0
->v1.34.1
v0.29.3
->v0.30.1
v0.29.3
->v0.30.1
v0.29.3
->v0.30.1
Release Notes
caddyserver/certmagic (github.com/caddyserver/certmagic)
v0.21.2
Compare Source
This is apparently the same as v0.21.1, for some reason I thought there were new commits. Oh well, enjoy!
What's Changed
Full Changelog: caddyserver/certmagic@v0.21.0...v0.21.2
v0.21.1
Compare Source
v0.21.0
Compare Source
CertMagic v0.21 introduces some big changes:
ZeroSSLIssuer
uses the ZeroSSL API to get certificates. ZeroSSL also has an ACME endpoint, which can still be accesed using the existing ACMEIssuer, as always. Their proprietary API is paid, but has extra features like IP certificates, better reliability, and support.Please try it out and report any issues!
Thanks to @Framer for their contributions to this release!
What's Changed
email
configuration in the ACME issuer to "pin" an account to a key by @ankon in https://github.com/caddyserver/certmagic/pull/283New Contributors
Full Changelog: caddyserver/certmagic@v0.20.0...v0.21.0
distribution/reference (github.com/distribution/reference)
v0.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: distribution/reference@v0.5.0...v0.6.0
expr-lang/expr (github.com/expr-lang/expr)
v1.16.7
Compare Source
Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy,
safety, and speed.
In this release:
Expr Editor
The Expr Editor is an embeddable code editor written in JavaScript with
full support of Expr language.
Expr Pro
Expr Pro is a set of extensions for Expr for advanced use cases. It includes
expressions explanation, performance profiling, and more.
v1.16.6
Compare Source
Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy,
safety, and speed.
In this release:
date()
andnow()
builtins withexpr.Timezone("Europe/Zurich")
timezone("UTC")
builtinExpr Editor
The Expr Editor is an embeddable code editor written in JavaScript with
full support of Expr language.
Expr Pro
Expr Pro is a set of extensions for Expr for advanced use cases. It includes
expressions explanation, performance profiling, and more.
v1.16.5
Compare Source
Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy,
safety, and speed.
In this release:
sum()
builtin (#592)sum()
compiler optimizationc2b609e
edb1b5a
WithContext
to work for methods on env struct (#602)count()
builtin: now predicate is optional725b702
6157395
5804ccb
Expr Editor
The Expr Editor is an embeddable code editor written in JavaScript with
full support of Expr language.
Expr Pro
Expr Pro is a set of extensions for Expr for advanced use cases. It includes
expressions explanation, performance profiling, and more.
v1.16.4
Compare Source
This release reverts a wrong compiler optimization for all, any, one, none predicates (#555).
The optimization contains error logic which can lead to a wrong expression.
It is highly recommended to upgrade to the latest version.
gin-gonic/gin (github.com/gin-gonic/gin)
v1.10.0
Compare Source
Changelog
Features
5f458dd
: feat(auth): add proxy-server authentication (#3877) (@EndlessParadox1)7a865dc
: feat(bind): ShouldBindBodyWith shortcut and change doc (#3871) (@RedCrazyGhost)a182195
: feat(binding): Support custom BindUnmarshaler for binding. (#3933) (@dkkb)fd1faad
: feat(binding): support override default binding implement (#3514) (@ssfyn)ac5e84d
: feat(engine): AddedOptionFunc
andWith
(#3572) (@flc1125)c6ae2e6
: feat(logger): ability to skip logs based on user-defined logic (#3593) (@palvaneh)Bug fixes
d4e4136
: Revert "fix(uri): query binding bug (#3236)" (#3899) (@appleboy)3dc1cd6
: fix(binding): binding error while not upload file (#3819) (#3820) (@clearcodecn)82bcd6d
: fix(binding): dereference pointer to struct (#3199) (@echovl)2b1da2b
: fix(context): make context Value method adhere to Go standards (#3897) (@FarmerChillax)f70dd00
: fix(engine): fix unit test (#3878) (@flc1125)86ff4a6
: fix(header): Allow header according to RFC 7231 (HTTP 405) (#3759) (@Crocmagnon)09f8224
: fix(route): Add fullPath in context copy (#3784) (@KarthikReddyPuli)9f598a3
: fix(router): catch-all conflicting wildcard (#3812) (@FirePing32)4a40f8f
: fix(sec): upgrade golang.org/x/crypto to 0.17.0 (#3832) (@chncaption)386d244
: fix(tree): correctly expand the capacity of params (#3502) (@georgijd-form3)8790d08
: fix(uri): query binding bug (#3236) (@illiafox)44d0dd7
: fix: Add pointer support for url query params (#3659) (#3666) (@omkar-foss)646312a
: fix: protect Context.Keys map when call Copy method (#3873) (@kingcanfish)Enhancements
d4a6426
: chore(CI): update release args (#3595) (@qloog)bb3519d
: chore(IP): add TrustedPlatform constant for Fly.io. (#3839) (@ab)1b3c085
: chore(debug): add ability to override the debugPrint statement (#2337) (@josegonzalez)a64286a
: chore(deps): update dependencies to latest versions (#3835) (@appleboy)9c61295
: chore(header): Add support for RFC 9512: application/yaml (#3851) (@vincentbernat)a481ee2
: chore(http): use white color for HTTP 1XX (#3741) (@viralparmarme)c964ad3
: chore(optimize): the ShouldBindUri method of the Context struct (#3911) (@1911860538)739d2d9
: chore(perf): Optimize the Copy method of the Context struct (#3859) (@1911860538)3ea8bd9
: chore(refactor): modify interface check way (#3855) (@demoManito)ab8042e
: chore(request): check reader if it's nil before reading (#3419) (@noahyao1024)0d9dbbb
: chore(security): upgrade Protobuf for CVE-2024-24786 (#3893) (@Fotkurz)ecdbbbe
: chore: refactor CI and update dependencies (#3848) (@appleboy)39089af
: chore: refactor configuration files for better readability (#3951) (@appleboy)160c173
: chore: update GitHub Actions configuration (#3792) (@appleboy)0397e5e
: chore: update changelog categories and improve documentation (#3917) (@appleboy)62b50cf
: chore: update dependencies to latest versions (#3694) (@appleboy)638aa19
: chore: update external dependencies to latest versions (#3950) (@appleboy)c6f90df
: chore: update various Go dependencies to latest versions (#3901) (@appleboy)Build process updates
78f4687
: build(codecov): Added a codecov configuration (#3891) (@flc1125)56dc72c
: ci(Makefile): vet command add .PHONY (#3915) (@imalasong)8ab47c6
: ci(lint): update tooling and workflows for consistency (#3834) (@appleboy)8acbe65
: ci(release): refactor changelog regex patterns and exclusions (#3914) (@appleboy)000fdb3
: ci(testing): add go1.22 version (#3842) (@appleboy)Documentation updates
990c44a
: docs(context): Added deprecation comments to BindWith (#3880) (@flc1125)861ffb9
: docs(middleware): comments to functionBasicAuthForProxy
(#3881) (@EndlessParadox1)ee70b30
: docs: Add document to constantAuthProxyUserKey
andBasicAuthForProxy
. (#3887) (@EndlessParadox1)f75144a
: docs: fix typo in comment (#3868) (@testwill)83fc767
: docs: fix typo in function documentation (#3872) (@TotomiEcio)49f45a5
: docs: remove redundant comments (#3765) (@WeiTheShinobi)75ccf94
: feat: update version constant to v1.10.0 (#3952) (@appleboy)Others
02e754b
: Upgrade golang.org/x/net -> v0.13.0 (#3684) (@cpcf)97eab7d
: test(git): gitignore add develop tools (#3370) (@demoManito)ae15646
: test(http): use constant instead of numeric literal (#3863) (@testwill)fd60a24
: test(path): Optimize unit test execution results (#3883) (@flc1125)bb2d8cf
: test(render): increased unit tests coverage (#3691) (@araujo88)hashicorp/go-hclog (github.com/hashicorp/go-hclog)
v1.6.3
: Optional JSON escapingCompare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-hclog@v1.6.2...v1.6.3
v1.6.2
: Fix level syncingCompare Source
What's Changed
Full Changelog: hashicorp/go-hclog@v1.6.1...v1.6.2
v1.6.1
: Fix forcing colorCompare Source
What's Changed
Full Changelog: hashicorp/go-hclog@v1.6.0...v1.6.1
v1.6.0
: New level inheritance modeCompare Source
This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.
What's Changed
New Contributors
Full Changelog: hashicorp/go-hclog@v1.5.0...v1.6.0
v1.5.0
: Better color and sublogger modsCompare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-hclog@v1.4.0...v1.5.0
v1.4.0
: Add GetLevelCompare Source
What it says on the tin, add GetLevel to the Logger interface.
What's Changed
Full Changelog: hashicorp/go-hclog@v1.3.1...v1.4.0
v1.3.1
: Improved multi line output renderingCompare Source
What's Changed
Full Changelog: hashicorp/go-hclog@v1.3.0...v1.3.1
v1.3.0
: Field ColorizationCompare Source
This version adds the ability to colorize fields for improved readability.
What's Changed
ColorHeaderAndFields
logger option by @picatz in https://github.com/hashicorp/go-hclog/pull/118New Contributors
Full Changelog: hashicorp/go-hclog@v1.2.2...v1.3.0
v1.2.2
: Minor formatting fixCompare Source
What's Changed
Full Changelog: hashicorp/go-hclog@v1.2.1...v1.2.2
v1.2.1
: testify/go.yaml fixCompare Source
This bumps the version of testify and go.yaml that are referenced by go-hclog to fix a security issue in go.yaml.
hashicorp/go-plugin (github.com/hashicorp/go-plugin)
v1.6.1
Compare Source
BUGS:
os.ErrClosed
on plugin shutdown [GH-299]ENHANCEMENTS:
v1.6.0
Compare Source
CHANGES:
If the environment variable
PLUGIN_MULTIPLEX_GRPC
is set, it is safe to include a seventh field containing a booleanvalue in the
|
-separated protocol negotiation line.ENHANCEMENTS:
buf
for proto generation [GH-286]v1.5.2
Compare Source
ENHANCEMENTS:
client: New
UnixSocketConfig.TempDir
option allows setting the directory to use when creating plugin-specific Unix socket directories [GH-282]v1.5.1
Compare Source
BUGS:
PLUGIN_UNIX_SOCKET_DIR
is consistently used for gRPC broker sockets as well as the initial socket [GH-277]ENHANCEMENTS:
UnixSocketConfig
option inClientConfig
to support making the client's Unix sockets group-writable [GH-277]v1.5.0
Compare Source
ENHANCEMENTS:
runner.Runner
interface to support clients providing custom plugin command runner implementations [GH-270]ClientConfig
fieldRunnerFunc
, which is mutually exclusive withCmd
andReattach
ReattachConfig
fieldReattachFunc
ClientConfig
fieldSkipHostEnv
allows omitting the client process' own environment variables from the plugin command's environment [GH-270]ID()
method toClient
for retrieving the pid or other unique ID of a running plugin [GH-272]PLUGIN_UNIX_SOCKET_DIR
[GH-270]PLUGIN_UNIX_SOCKET_GROUP
[GH-270]v1.4.10
Compare Source
BUG FIXES:
ENHANCEMENTS:
v1.4.9
Compare Source
ENHANCEMENTS:
v1.4.8
Compare Source
BUG FIXES:
v1.4.7
Compare Source
ENHANCEMENTS:
v1.4.6
Compare Source
BUG FIXES:
GRPCServer
typeGracefulStop()
orStop()
methods [GH-220]v1.4.5
Compare Source
ENHANCEMENTS:
v1.4.4
Compare Source
ENHANCEMENTS:
BUG FIXES:
prometheus/client_golang (github.com/prometheus/client_golang)
v1.19.1
Compare Source
What's Changed
golang.org/x/sys
andgoogle.golang.org/protobuf
New Contributors
Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1
rs/zerolog (github.com/rs/zerolog)
v1.33.0
Compare Source
urfave/cli (github.com/urfave/cli/v2)
v2.27.2
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.