WebGo v4.0.0 Release Notes

Release Date: 2020-06-04 // almost 4 years ago
  • v4.0.0

    ๐Ÿšš [major] removed deprecations from 3.x
    ๐Ÿ”จ [patch] refactored context payload remove unused fields
    [patch] introduced new Params function for fetching URI parameters
    [-] regression introduced in 3.5.4, for URI params computing. Was computing escaped values again, when r.URL.EscapedPath() already gives escaped value
    โšก๏ธ [-] README updated with new verison number & details
    ๐Ÿš€ [-] releasenotes.md was removed in favour of git tag messages & github releases
    [-] benchmark results, run on MacbookPro 2019, Catalina 10.15.5 (19F101), 16 GB 2133 MHz LPDDR3, 1.4 GHz Quad-Core Intel Core i5

     BenchmarkGetNoParams-8 741256 1606 ns/op BenchmarkGetWithParams-8 223771 5062 ns/op BenchmarkPostWithParams-8 220663 5131 ns/op