Fiber v2.2.4 Release Notes

Release Date: 2020-12-09 // over 3 years ago
  • ๐Ÿ†• ๐Ÿ”ฅ New

    • Introduce store.RegisterType(i interface{}) to allow custom types/structs to be stored in external Storage providers ( session mw ) #1051

    ๐Ÿฑ ๐Ÿฉน Fixes

    • Don't panic when fetching invalid data structure from session middleware #1051
    • Also cache the content-encoding header in cache middleware to be used along with compress mw #1055

Previous changes from v2.2.3

  • โšก๏ธ ๐Ÿงน Updates

    • Set session cookie on Save even if no data is present #1048

    ๐Ÿฑ ๐Ÿฉน Fixes