Releases: sisungo/airup
Releases · sisungo/airup
v0.10.9
v0.10.8
v0.10.7
v0.10.6
Changes in v0.10.6:
- BREAKING: Extensions now uses the registering connection, rather than listen to a new UNIX socket and let the daemon connect.
- BREAKING: Service sideloading is now a part of the supervisor cache system.
- BREAKING: Removed API
debug.disconnect - Feature: Seperated instance name from system host name
v0.10.5
v0.10.4
v0.10.3
Changes in v0.10.3:
- fix: line pipers (used for stdio logging) removes
\n,\ror\0which is placed on the end of a line - BREAKING: make
system.refreshreturn[(string, error)]instead ofnull - BREAKING: error code
NO_SUCH_METHODis renamed toNOT_IMPLEMENTED - performance improvements
v0.10.2
v0.10.1
Changes in v0.10.1:
- feature: added support of SELinux
- BREAKING: renamed
system.[un]load_extensiontosystem.[un]register_extension - stability: registered signal handlers for code errors when we are
pid = 1so it won't terminate - code quality: added unit tests
v0.10.0
Changes in v0.10.0:
- feature: separate log extensions and
fallback-loggerfromairupdto independent processes - feature: an extension system based on RPC
- BREAKING: feature:
log_diris removed frombuild_manifest.json - fix: cannot correctly perform userspace reboot because
AIRUP_MILESTONEis set touserspace-rebootand a loop happens - BREAKING: feature: logger apis under
system.*are no longer available - BREAKING: cli:
airup reboot's usage is refactored - BREAKING: rpc protocol: the serialization is migrated from JSON to CBOR
- fix: cgroup name is misunderstanding
- feature: memory statistics when using realms
- note:
airup-eventsourcedis removed and its functionability about to be moved to another repository