v1.9.3
- [1.9] test stability improvement. by @methane in https://github.com/go-sql-driver/mysql/pull/1699
- [1.9] Transaction Commit/Rollback returns conn's cached error by @methane in https://github.com/go-sql-driver/mysql/pull/1702
- backport benchmark_test by @methane in https://github.com/go-sql-driver/mysql/pull/1706
- [1.9] optimize readPacket (#1705) by @methane in https://github.com/go-sql-driver/mysql/pull/1707
- [1.9] fix PING on compressed connections by @methane in https://github.com/go-sql-driver/mysql/pull/1723
- release v1.9.3 by @methane in https://github.com/go-sql-driver/mysql/pull/1725
Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3
v3.8.3-patch.5
- fix: solve unocrrect invite notification [Created by @mo3et from #3213] by @OpenIM-Robot in https://github.com/openimsdk/open-im-server/pull/3219
- feat: optimize friend and group applications by @withchao in https://github.com/openimsdk/open-im-server/pull/3396
- build: update gomake version in dockerfile.[Patch branch] by @mo3et in https://github.com/openimsdk/open-im-server/pull/3416
Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3...v3.8.3-patch.5
goctl/v1.8.4
- goctl 1.8.4 Features & Beta: New features and improvements in goctl, including mongo model generation with cache prefix and improved swagger consume types (#4849, #4869, #4903, #4907).
- Bug Fixes & Compatibility: Multiple bug fixes for backward compatibility, timeout settings, spelling, type handling, and more (#4852, #4895, #4914, #4916, #4917, #4918, #4920, #4785, #4931).
- goctl features of 1.8.4-alpha by @kesonan in #4849
- goctl: v1.8.4-beta by @kesonan in #4890
- fix(goctl): Fix getting swagger consume types by @jaronnie in #4903
- feat(goctl): generate mongo model with cache prefix by @smiley-yoyo in #4907
- @yguilai made their first contribution in #4874
- @Caplost made their first contribution in #4917
- @smiley-yoyo made their first contribution in #4907
Full Changelog: https://github.com/zeromicro/go-zero/compare/tools/goctl/v1.8.3...tools/goctl/v1.8.4
v1.8.4
- Continuous profiling support (#4867).
- Embedded File Server Enhancements: Added support to serve files using
embed.FS
, simplifying static file serving (#4847, #4851). - Performance Optimizations: Improved performance for hashing and slicing operations (#4891, #4877).
- New Features:
- Optimizations:
Thank you to all our contributors!
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.8.3...v1.8.4
9.10.0
Experimental support for vector sets!
go-redis
now supports vector sets. This data type is marked as "in preview" in Redis and its support in go-redis
is marked as experimental. You can find examples in the documentation and in the doctests
folder.
We'd like to thank all the contributors who worked on this release!
9.10.0
Experimental support for vector sets!
go-redis
now supports vector sets. This data type is marked as "in preview" in Redis and its support in go-redis
is marked as experimental. You can find examples in the documentation and in the doctests
folder.
We'd like to thank all the contributors who worked on this release!
Release 1.73.0
- balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds (#8249)
- xds: enable least request LB policy by default. It can be disabled by setting
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false
in your environment. (#8253) - grpc: add a
CallAuthority
Call Option that can be used to overwrite the http:authority
header on per-RPC basis. (#8068) - stats/opentelemetry: add trace event for name resolution delay. (#8074)
- health: added
List
method to gRPC Health service. (#8155)- Special Thanks: @marcoshuck
- ringhash: implement features from gRFC A76. (#8159)
- xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting
GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true
. (#8167, #8180, #8229, #8343)
- xds: locality ID metric label is changed to make it consistent with gRFC A78. (#8256)
- client: fail RPCs on the client when using extremely short contexts that expire before the
grpc-timeout
header is created. (#8312) - server: non-positive
grpc-timeout
header values are now rejected. This is consistent with the gRPC protocol spec. (#8290)- Special Thanks: @evanj
- xds: fix reported error string when LRS load reporting interval is invalid. (#8224)
- Special Thanks: @alingse
- credentials/alts: improve read performance by optimizing buffer copies and allocations. (#8271)
- server: improve performance of RPC handling by avoid a status proto copy (#8282)
- Special Thanks: @evanj
- examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#8056)
v3.8.3-patch.5
- feat: optimize friend and group applications by @withchao in https://github.com/openimsdk/open-im-server/pull/3396
Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.4...v3.8.3-patch.5