Skip to content

v0.5.1

Latest

Choose a tag to compare

@mostafa mostafa released this 22 Feb 20:04
35a4b9a

Bug Fixes

  • Fix data race in OnTrafficFromServer — The same v1.Struct pointer was sent to UpdateCacheChannel and returned to GatewayD via gRPC. The UpdateCache goroutine mutated Fields while gRPC serialized them concurrently, corrupting responses under load. Fixed by cloning the struct with proto.Clone before sending to the channel.
  • Fix lint issues — Added checked type assertion for proto.Clone result and widened depguard allow list to permit google.golang.org/protobuf.

Full Changelog: v0.5.0...v0.5.1