Skip to content

Releases: lnashier/goarc

v0.9.0

07 May 21:39
Compare
Choose a tag to compare

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

07 Apr 02:39
Compare
Choose a tag to compare

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

15 Mar 21:02
Compare
Choose a tag to compare

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

13 Mar 23:38
c814c4a
Compare
Choose a tag to compare
  • 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

10 Mar 23:09
Compare
Choose a tag to compare

v0.4.0

  • Renamed repo
  • Added websocket example

v0.3.0

06 Mar 00:18
fbd5669
Compare
Choose a tag to compare

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

01 Mar 08:04
25dbef8
Compare
Choose a tag to compare
add request reject handler on shutdown #1