2 days ago
mysql

v1.9.3

What's Changed

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3

5 days ago
Open-IM-Server

v3.8.3-patch.5

What's Changed

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3...v3.8.3-patch.5

6 days ago
go-zero

goctl/v1.8.4

Highlights

  • 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).

What's Changed

New Contributors

  • @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

6 days ago
go-zero

v1.8.4

Highlights

  • 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).

What's Changed

  • New Features:
    • File server now supports embed.FS (#4847).
    • Continuous profiling support (#4867).
  • Optimizations:
    • Improved slicing and comparison using Go standard library functions (#4841, #4840, #4877, #4879).
    • Time formatting standardized with the Go standard library (#4875).
    • Hashing performance improvements (#4891).

New Contributors

Thank you to all our contributors!

Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.8.3...v1.8.4

8 days ago
go-redis

9.10.0

Experimental support for vector sets!

🚀 Highlights

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.

Changes

🚀 New Features

🧰 Maintenance

  • Add the missing NewFloatSliceResult for testing (#3393)
  • DOC-5078 vector set examples (#3394)

Contributors

We'd like to thank all the contributors who worked on this release!

@AndBobsYourUncle, @andy-stark-redis, @fukua95 and @ndyakov

8 days ago
redis

9.10.0

Experimental support for vector sets!

🚀 Highlights

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.

Changes

🚀 New Features

🧰 Maintenance

  • Add the missing NewFloatSliceResult for testing (#3393)
  • DOC-5078 vector set examples (#3394)

Contributors

We'd like to thank all the contributors who worked on this release!

@AndBobsYourUncle, @andy-stark-redis, @fukua95 and @ndyakov

10 days ago
grpc-go

Release 1.73.0

New Features

  • 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)

Bug Fixes

  • 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

Performance Improvements

  • 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

Documentation

  • examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#8056)
11 days ago
Open-IM-Server
11 days ago
go-micro

v5.8.0

Fresh tag

12 days ago
fastcache