Releases: vicanso/elton
Releases · vicanso/elton
version 0.5.2
v0.5.2 feat: add concurrent limiter and router concurrent limiter middleware
version 0.5.1
v0.5.1 feat: add logger middleware
version 0.5.0
Merge pull request #1 from vicanso/trie Trie
version 0.4.5
v0.4.5 feat: add body parser middleware
version 0.4.3
v0.4.3 feat: add responder and error middleware
Elton use trie tree
v0.4.1 feat: use radix tree instead of httprouter
version 0.3.0
v0.3.0 feat: support Context and WithContext function
version 0.2.4
- fix: change get client ip's order
- refactor: cache query for better performance
version 0.2.3
v0.2.3 feat: support listen tls
version 0.2.2
- refactor: reset body in redirect function
- feat: add server timing function to context
- refactor: not modified function remove content length
- fix:
NotModified
function removeContent-Encoding