Skip to content

v1.3.2

Compare
Choose a tag to compare
@kevwan kevwan released this 03 Apr 12:09
· 1290 commits to master since this release
78ea076
  • 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