Releases: lab259/hermes
Releases · lab259/hermes
v1.4.0
- Add ability to create a StartableWithContext (#25) (@felipemfp)
v1.3.0
Version 1.2.1
We have fixed some race conditions with Application and FasthttpService.
We have refactored the ErrorResponse behavior (#17).
v1.2.1-rc.1
Fix race condition in Application and FasthttpService
v1.2.0
We now ship with the lab259/cors package.
We made this change because the fasthttpcors does not have any test on it, while lab259/cors is a mirror of rs/cors (well-tested package ✔️) ported to fasthttp.
v1.1.0
v1.0.0
All credits to @felipemfp !
💅 New routing API
👮♂️ Error handling integrated with lab259/errors
🏃♂️ Easy to start
Application is also an
http.Service
, so could be used withServiceStarter
.
😃 Extra
This one also includes built-in middlewares:
And a lot of examples in examples/
folder.
v0.0.2
- Adds
Name() string
to the service; - Creates the
NewServiceStarter
for automatically starting a list of services;