Skip to content

Releases: GaiaNet-AI/server-assistant

Gaias 0.4.3

14 Feb 13:56
Compare
Choose a tag to compare

Major changes:

  • Replace hyper with reqwest
  • Replace native-tls with rustls-tls
  • Support the linux-arm64 platform

Gaias 0.4.2

10 Feb 08:04
Compare
Choose a tag to compare
Gaias 0.4.2 Pre-release
Pre-release

Major changes:

  • Improve log messages in health checker

Gaias 0.4.1

25 Jan 18:23
Compare
Choose a tag to compare

Major change:

  • Add the vendored feature in Cargo.toml for enabling statically linked libssl

Gaias 0.4.0

24 Jan 03:07
Compare
Choose a tag to compare

Major changes:

  • (BREAKING) Update CLI options:
    • Remove --server-log-file
    • Remove --system-prompt
    • Remove --rag-prompt

Gaias 0.3.7

23 Jan 06:55
Compare
Choose a tag to compare

Major changes:

  • Add sha256 hash of models to server info

Gaias 0.3.6

16 Jan 08:32
Compare
Choose a tag to compare

Release this version for supporting ubuntu-20.04

Gaias 0.3.5

02 Jan 09:32
Compare
Choose a tag to compare

Major change:

  • Upgrade the system-info-lite dep to 0.1.1

Gaias 0.3.4

30 Dec 03:34
Compare
Choose a tag to compare

Major change:

  • Collect system information, including CPU, GPU, RAM, and OS, and add the information to server_info.

Gaias 0.3.3

17 Dec 15:36
Compare
Choose a tag to compare

Major change:

  • Improve health checker

Gaias 0.3.2

05 Nov 16:26
Compare
Choose a tag to compare

Major change:

  • Add <server-health> tag to the health check message.