Skip to content

v2.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 14:43
daab00c

🚀 New

🔙 Reverted ⚠️

  • Backwards incompatible change to fiber.Error (#1768)
    ⚠️ We have decided to remove the fiber.Errors method and set the fiber.Error to the state before 2.25.0 due to the not downward compatible changes added in the last versions

🧹 Updates

  • Bump: goccy/go-json to 0.9.4 (#1771)
  • Change default gc interval of internal/memory (#1756)
  • middleware/limiter: Fix file names (#1747) (#1748)
  • Bump github.com/valyala/fasthttp from 1.32.0 to 1.33.0 (#1744)

🐛 Fixes

  • utils.Trim should trim all string content (#1775)
  • middleware/proxy: Incorrect scheme on proxy.Do (#1762) (#1765)
  • middleware/cache: Mutex lock (#1764)
  • Add missing json errors (#1755)
  • Mounted app views (#1749)

📚 Documentation

  • fix cache docs error (#1769)

Thank you @Aliqyan, @Lian1230, @NorbertHauriel, @trim21, @abhi12299, @apoq, @balcieren, @bigflood, @efectn, @liaohongxing, @mtneug and @sujit-baniya for making this update possible.