跳转到内容

v1.3.2

发布于 2022-04-03GitHub Release

  • support cgroups v2 for CPU statistics
  • add httpc package
    • enable OpenTelemetry and circuit breaker for HTTP client calls
    • make parsing HTTP responses easy with httpc.Parse(...)
  • support - in tags of model, allows ignoring the corresponding fields on SQL queries
  • support :N dynamic parameters in Oracle database
  • support getset redis command
  • SetBit in redis now returns the original value
  • disable re-entrance for RedisLock
  • minor improvements and bug fixes