v2.16.1
- fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1 by @jeevatkm in https://github.com/go-resty/resty/pull/918
Full Changelog: https://github.com/go-resty/resty/compare/v2.16.0...v2.16.1
Release 10.23.0
- fix: cron validation support for star step value by @cgetzen in https://github.com/go-playground/validator/pull/1302
- doc(oneof): mention 'enum' by @Crocmagnon in https://github.com/go-playground/validator/pull/1326
- Add oneofci validator (oneof case insensitive) by @connorcarnes in https://github.com/go-playground/validator/pull/1321
- feat: add validator for numeric ports by @nodivbyzero in https://github.com/go-playground/validator/pull/1294
- @cgetzen made their first contribution in https://github.com/go-playground/validator/pull/1302
- @Crocmagnon made their first contribution in https://github.com/go-playground/validator/pull/1326
- @connorcarnes made their first contribution in https://github.com/go-playground/validator/pull/1321
Full Changelog: https://github.com/go-playground/validator/compare/v10.22.1...v10.23.0
Ristretto v2.0.0
- Disable mmap size check on arm arch as well as arm64
- Upgrade xxhash dependency to v2.2.0
- fix: race in close
- Fix some memory leaks in TTL implementation
- stop using rand.Seed()
- chore(deps): bump the actions group with 4 updates
- chore(deps): bump the minor group with 3 updates
- chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 in the minor group
- Remove the policy interface
- Perform validation to ensure that the three parameters, NumCounters, …
- set min version to go 1.21 in go.mod
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v0.2.0...v2.0.0
v4.20.2
- 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)
v2.16.0
- feat: option to set URL query params without encoding by @jeevatkm in https://github.com/go-resty/resty/pull/885
- Enhance buildCurlRequest for unit test by @yaziedda in https://github.com/go-resty/resty/pull/884
- Code optimizations by @jeevatkm in https://github.com/go-resty/resty/pull/892
- release: version bump and readme update for v2.16.0 by @jeevatkm in https://github.com/go-resty/resty/pull/907
- @yaziedda made their first contribution in https://github.com/go-resty/resty/pull/884
Full Changelog: https://github.com/go-resty/resty/compare/v2.15.3...v2.16.0
Release 1.68.0
- 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 usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)
- 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)
- Bump minimum supported Go version to
go1.22.7
. (#7624)
0.0.20
- Fix Memory leak by @onthegit in https://github.com/gwuhaolin/livego/pull/160
- modify a typo error by @sbraveyoung in https://github.com/gwuhaolin/livego/pull/171
- Update ignore rules by @dudebing99 in https://github.com/gwuhaolin/livego/pull/177
- API: Let users get statistics for a single room by @EssGeeEich in https://github.com/gwuhaolin/livego/pull/185
- feat(bypass-init): Adding compile time init() function bypass mechanism by @krisnova in https://github.com/gwuhaolin/livego/pull/188
- Add RTMPS support by @fzdy1914 in https://github.com/gwuhaolin/livego/pull/198
- added hls via https support by @Gwestone in https://github.com/gwuhaolin/livego/pull/205
- Add RTMPS Listen by @jaesung9507 in https://github.com/gwuhaolin/livego/pull/212
- fix: typo by @testwill in https://github.com/gwuhaolin/livego/pull/229
- chore: fix function name in comment by @cuibuwei in https://github.com/gwuhaolin/livego/pull/239
Full Changelog: https://github.com/gwuhaolin/livego/compare/0.0.15...0.0.20
v4.5.1
- Back-ported error-handling logic in
ParseWithClaims
fromv5
branch.
Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1