Skip to content

Releases: nixys/nxs-go-appctx

Release v3.0.0

02 Nov 10:29
Compare
Choose a tag to compare

Changelog

  • feat: Init v3 version of nxs-go-appctx

v2.3.0

21 Jul 08:35
41d08c4
Compare
Choose a tag to compare

Changed license

v2.2.0

29 May 06:42
Compare
Choose a tag to compare
Added stderr log output

v2.1.0

14 Jul 17:58
Compare
Choose a tag to compare

New:

  • DB and Datasource application units are merged. Packages from db/ and datasource/ must locates in ds/. See nxs-go-appctx-example-restapi for example.

v2.0.0

25 Jun 13:07
Compare
Choose a tag to compare

Released new version.

Changelog:

  • Init(), Reload() and Free() functions now is a part of custom context.
  • Created some helper functions to make your application code clearer and simplest
  • Added ability to set own log format
  • The structure of applications using the nxs-go-appctx is now changed
  • It is now easier to create new applications with nxs-go-appctx