Releases: lnashier/goarc
Releases · lnashier/goarc
v0.9.0
v0.9.0
- Added support for regular functions to function as a Service.
- Added option to specify callbacks for when the Service starts and stops.
v0.8.0
v0.8.0
- Pre-assembled adapter HTTP handler functions (JSON, Text, XML)
- Moved HandleError to Error as WriteJSON and WriteText to make API simpler
- Updated Error helper functions return only Error type
- Added a more simpler toy http example
v0.7.0
v0.7.0
- Build-info app available for goarc HTTP services
- Health app available for goarc HTTP services
- Renamed zson to json (import as xjson)
v0.6.0
- Significant work on service registry
- Application life-cycle management abstracted out from service layer
- Health app / Health controller for HTTP service
- Added gRPC service support
v0.4.0
v0.4.0
- Renamed repo
- Added websocket example
v0.3.0
v0.3.0
- Clean packaging: Don't need pkg, it was just adding 4 characters to every import path without any real benefit.
v0.2.0
add request reject handler on shutdown #1