Skip to content

v2.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 07:41
cfa07b7

🚀 New

  • Add method to get an integer directly from the Ctx params (route params) (#1243)

🧹 Updates

  • Cache Middleware - Update expiration for expired entry (#1228)

🐛 Fixes

  • Fix session middleware (#1235)
    (please clean up all old artifacts in the storage, as we have changed the serialization completely)
  • Fix unexpected result when QueryParser parse slice data type (#1238)
  • Cache Middleware - Race condition in the cache expiration logic (#1229)
  • Fix logger [WARNING: DATA RACE] (#1226)

📚 Documentation

  • Fix incorrect comment lines. (#1234)

Thank you @defshift, @eacp, @iredmail, @kiyonlin, @si3nloong and @yam8511 for making this update possible.