Skip to content

Releases: up9inc/basenine

v0.1.3

25 Oct 23:24
Compare
Choose a tag to compare

Changelog:

  • Changed the datetime parse layout from 01/02/2006 3:04:05 PM to 01/02/2006, 3:04:05 PM
  • Fixed an interface conversion in Eval
  • Made the datetime helper use UnixNano instead of Unix
  • Added Close calls for the hanging TCP connections in the wrapper methods.
  • Replaced type castings in the helpers with stringOperand calls.

v0.1.2

25 Oct 12:48
Compare
Choose a tag to compare

Changelog:

  • Added ldflags; -s and -w to build rules
  • Added Dockerfile
  • Added fsnotify dependency and file watching back.

v0.1.1

25 Oct 01:31
Compare
Choose a tag to compare

Changelog:

  • Fixed a buffer overflow in the Go client.
  • Fixed a crash in the server.
  • Removed fsnotify dependency.
  • Added systemd and OpenRC (init.d) scripts.

v0.1.0

24 Oct 13:45
Compare
Choose a tag to compare

First release.