Skip to content

Releases: MSRevive/nexus2

v1.0.0-rc10

02 Feb 02:37
Compare
Choose a tag to compare
v1.0.0-rc10 Pre-release
Pre-release

Removed

  • Got rid of sheaths field.

Changes

  • Switched bags, spells, and equipped to text to support large JSON data.
  • Switched to new migration engine.

v1.0.0-rc9

31 Jan 07:31
Compare
Choose a tag to compare
v1.0.0-rc9 Pre-release
Pre-release

Changes

  • Updated auralog and entgo dependencies to the latest version
  • Switched to a faster json package (go-json) instead of using encoding/json
  • Switch race to string because MSC.

v1.0.0-rc8

14 Jan 22:52
Compare
Choose a tag to compare
v1.0.0-rc8 Pre-release
Pre-release

Added

  • Adds ExpireTime to config so you can modify when the log rotates.
  • Adds Version to program start so you know what version you're running.

Fixed

  • Fixes log rotate not working.
  • Fixes log not appending when resuming log file.
  • Concurrency support for lists.
  • Fixes api/v1 endpoints not returning the result.

v1.0.0-rc7

10 Jan 04:49
Compare
Choose a tag to compare
v1.0.0-rc7 Pre-release
Pre-release

Fixed

  • Fixes TLS error when enabled.

v1.0.0-rc6

10 Jan 02:04
Compare
Choose a tag to compare
v1.0.0-rc6 Pre-release
Pre-release
  • Reverted config for HTTP and HTTPS ports, cause it is not needed.
  • Auto cert http server will now error out if it fails.
  • Enabled tls-alpn ACME challenges for TLS.
  • Switched from TOML to INI config format because it's more standard.
  • Set control headers to further secure the server.

v1.0.0-rc5

09 Jan 02:59
Compare
Choose a tag to compare
v1.0.0-rc5 Pre-release
Pre-release
  • Hopefully fixed autocert not working on non default ports.

v1.0.0-rc4

09 Jan 02:03
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release
  • Added config for HTTP and HTTPS ports

v1.0.0-rc3

09 Jan 01:01
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release
  • Added auto certificate if enabled from Let's Encrypt.
  • Added domain config option for the auto cert system.

v1.0.0-rc2

08 Jan 22:25
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
  • Renamed config IP to address.
  • Renamed cdir flag to cfile.