Skip to content

Releases: naughtygopher/webgo

WebGo 1.6.0

18 Mar 17:36
Compare
Choose a tag to compare

v1.6.0

This version marks the end of 1.x. There will only be bug fixes for this version going forward 1.6.x

v2.0.0

  1. This version would feature cleaner middleware structure; by wrapping an exposed ServeHTTP method.
    • Will be detailed during release
  2. Chaining and middlewares would be semantically considered different in 2.x unlike in 1.x
  3. Further optimized ServeHttp function

Removing

  1. Access log per route will be removed instead access will only be configurable for the whole server

Minor updates

30 Jan 12:18
Compare
Choose a tag to compare

v1.5.5

  • Minor updates to code structure
  • Minor formatting changes
  • Added Go tests (refer README on how to run the tests)
  • Added Go benchmark (refer README on how to run the benchmarks)

Production ready, stable

13 Dec 00:39
Compare
Choose a tag to compare

A few bug fixes & performance improvements in route matching.

Refactored for improved performance

02 Aug 15:08
Compare
Choose a tag to compare

Minor refactors and code improvements which improved the performance. Benchmarks are also updated for the latest code.

First release

29 Mar 13:43
Compare
Choose a tag to compare

The first release has all the 3rd party dependencies removed for handling routing & chaining logic.