1 days ago
resty

v2.16.1

Release Notes

Bug Fixes

Full Changelog: https://github.com/go-resty/resty/compare/v2.16.0...v2.16.1

4 days ago
validator

Release 10.23.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.22.1...v10.23.0

9 days ago
lego

v4.20.2

Changelog

  • 98371c46 feat: attempt to check ARI unless explicitly disabled (#2298)
  • faf1e0d5 docs: update least privilege instructions for Cloudflare (#2339)
  • 06dfe51e docs: add documentation for env var only options (#2337)
  • 2b08b83a feat: skip the TLS verification of the ACME server (#2335)
  • 4efd1e17 Add DNS provider for Technitium (#2332)
  • f514292c rfc2136: add support for tsig-keygen generated file (#2330)
  • f8db5548 regru: update authentication method (#2325)
  • 815c61ac docs: use homogenous examples (#2328)
  • 67230e26 cloudxns: provider deprecation (#2324)
  • af7e2edd brandit: provider deprecation (#2116)
  • 40bf2b0e selectelv2: fix non-ASCII domain (#2322)
  • 9c876033 Add DNS provider for Regfish (#2320)
  • aef89706 fix: parse printf verbs in log line output (#2317)
  • 48af0d20 chore: update readme generator (#2311)
  • 008c817f Add DNS provider for Core-Networks (#2101)
  • 19b535ca limacity: fix error message (#2310)
  • 6051473f volcengine: set API information within the default configuration (#2308)
  • 895a9535 feat: improve propagation check error messages (#2306)
  • ee445c0c fix: variomedia documentation (#2304)
  • 755164c9 Add DNS provider for Timeweb Cloud (#2301)
  • ad96d61c Add DNS provider for Volcano Engine (#2282)
  • e67b8ea2 feat: generate User-Agent for DNS API clients (#2293)
10 days ago
resty

v2.16.0

Release Notes

New Features

Enhancements

Documentation

New Contributors

Full Changelog: https://github.com/go-resty/resty/compare/v2.15.3...v2.16.0

13 days ago
grpc-go

Release 1.68.0

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#7702)
    • Special Thanks: @PapaCharlie
  • status: Fix regression caused by #6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#7624)
15 days ago
livego

0.0.20

What's Changed

Full Changelog: https://github.com/gwuhaolin/livego/compare/0.0.15...0.0.20

17 days ago
jwt

v4.5.1

What's Changed

  • Back-ported error-handling logic in ParseWithClaims from v5 branch.

Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1