Skip to content

Releases: ministruth/skynet

v0.2.3

14 Sep 09:36
91b6852
Compare
Choose a tag to compare

Changes

  1. frontend: Support i18n for status.
  2. frontend: Dependency upgrade.
  3. skynet: skynet_api logs are now renamed to skynet.
  4. skynet: Dependency upgrade.
  5. skynet: 403 body will be dropped.

Bug fix

  1. skynet: Fix returning null fields.

Full Changelog: v0.2.2...v0.2.3

plugin-v2024091401

14 Sep 09:37
1893830
Compare
Choose a tag to compare

Components

  • monitor: 0.2.5 => 0.3.0
  • skynet_api_monitor: 0.2.1 => 0.3.0
  • agent: 0.3.1 => 0.4.0
  • task: 0.1.0

Changes

  1. monitor-frontend: Support i18n for status.
  2. monitor-frontend: zh-CN localization.
  3. monitor-frontend, monitor-api, monitor, agent: Dependency upgrade.

New features

  1. monitor-api: New api connecting for Server.
  2. monitor: Passive agent support update, status and manual activate.
  3. agent, monitor, skynet_api_monitor: Support file transfer and command.
  4. New plugin task.

Full Changelog: v0.2.3...plugin-v2024091401

plugin-v2024090102

02 Sep 13:15
4696cf4
Compare
Choose a tag to compare

Components

  • agent: 0.3.0 => 0.3.1
  • skynet_api_agent: 0.3.0 => 0.3.1
  • monitor: 0.2.4 => 0.2.5

Changes

  1. agent now use rust env to determine OS type.

Bug fix

  1. agent, monitor: Fix potential data corrupt.
  2. agent: Fix potential dead lock.

Full Changelog: plugin-v2024090101...plugin-v2024090102

plugin-v2024090101

02 Sep 03:39
ec9e1fc
Compare
Choose a tag to compare

Components

  • monitor: 0.2.3 => 0.2.4

Bug fix

  1. Fix passive agent connect bug.

Full Changelog: plugin-v2024083102...plugin-v2024090101

v0.2.2

01 Sep 06:36
0307819
Compare
Choose a tag to compare

Bug fix

  1. Fix postgres backend bug.

Full Changelog: v0.2.1...v0.2.2

plugin-v2024083102

01 Sep 06:35
0307819
Compare
Choose a tag to compare

Components

  • monitor: 0.2.2 => 0.2.3

Bug fix

  1. Fix postgres backend bug.

Full Changelog: plugin-v2024083101...plugin-v2024083102

v0.2.1

31 Aug 02:41
3bd92dd
Compare
Choose a tag to compare

Bug fix

  1. Fix no process-level CryptoProvider for rustls 0.23.

Full Changelog: v0.2.0...v0.2.1

plugin-v2024083101

31 Aug 08:15
6903a2d
Compare
Choose a tag to compare

Components

  • agent: 0.2.1 => 0.3.0
  • skynet_api_agent: 0.2.1 => 0.3.0
  • monitor: 0.2.1 => 0.2.2

New features

  1. agent: Support restart option.
  2. monitor, skynet_api_agent: Version check will depend on agent version instead of skynet_api_agent version.

Full Changelog: plugin-v0.2.1...plugin-v2024083101

plugin-v0.2.1

31 Aug 01:32
3bd92dd
Compare
Choose a tag to compare

Bug fix

  1. Fix no process-level CryptoProvider for rustls 0.23.

Full Changelog: v0.2.1...plugin-v0.2.1

v0.2.0

30 Aug 13:09
4007be3
Compare
Choose a tag to compare

Breaking changes

  1. skynet crate is split to skynet and skynet_api, plugins now should depend on skynet_api.
  2. Based on new framework actix-cloud.
  3. Most system is re-designed.

Changes

  1. Only warning and error logs will increase the unread count.
  2. Allow change root username.
  3. /ping is renamed to /health.

Bug fix

  1. Fix a bug that prevent success logs written to the database.

Full Changelog: v0.1.1...v0.2.0