Releases: ministruth/skynet
Releases · ministruth/skynet
plugin-v2024090101
Components
- monitor: 0.2.3 => 0.2.4
Bug fix
- Fix passive agent connect bug.
Full Changelog: plugin-v2024083102...plugin-v2024090101
v0.2.2
plugin-v2024083102
Components
- monitor: 0.2.2 => 0.2.3
Bug fix
- Fix postgres backend bug.
Full Changelog: plugin-v2024083101...plugin-v2024083102
v0.2.1
plugin-v2024083101
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
agent
: Supportrestart
option.monitor
,skynet_api_agent
: Version check will depend onagent
version instead ofskynet_api_agent
version.
Full Changelog: plugin-v0.2.1...plugin-v2024083101
plugin-v0.2.1
v0.2.0
Breaking changes
skynet
crate is split toskynet
andskynet_api
, plugins now should depend onskynet_api
.- Based on new framework
actix-cloud
. - Most system is re-designed.
Changes
- Only warning and error logs will increase the unread count.
- Allow change root username.
/ping
is renamed to/health
.
Bug fix
- Fix a bug that prevent success logs written to the database.
Full Changelog: v0.1.1...v0.2.0
plugin-v0.2.0
Breaking changes
- Compatible to the new
skynet_api
design. - Redesign C/S framework.
New features
- Support passive agents.
Full Changelog: v0.2.0...plugin-v0.2.0
v0.1.1
Changes
listen.ssl
will only raise warning whenproxy.enable
isfalse
.
Bug fix
- Fix a IP parsing bug when proxy is enabled.
- Fix CSP violation for reCAPTCHA.
- Fix validation failed for reCAPTCHA.
- Fix login db error when using PostgreSQL.
- Fix plugin segmentation fault in some systems.
- Fix segmentation fault when shared API is enabled.
Full Changelog: v0.1.0...v0.1.1
plugin-v0.1.1
Bug fix
- Fix segmentation fault when loading plugins.
- Fix monitor database foreign key error.
Full Changelog: plugin-v0.1.0...plugin-v0.1.1