Releases: sisungo/airup
Releases · sisungo/airup
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
,\r
or\0
which is placed on the end of a line - BREAKING: make
system.refresh
return[(string, error)]
instead ofnull
- BREAKING: error code
NO_SUCH_METHOD
is 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_extension
tosystem.[un]register_extension
- stability: registered signal handlers for code errors when we are
pid = 1
so it won't terminate - code quality: added unit tests
v0.10.0
Changes in v0.10.0:
- feature: separate log extensions and
fallback-logger
fromairupd
to independent processes - feature: an extension system based on RPC
- BREAKING: feature:
log_dir
is removed frombuild_manifest.json
- fix: cannot correctly perform userspace reboot because
AIRUP_MILESTONE
is set touserspace-reboot
and 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-eventsourced
is removed and its functionability about to be moved to another repository
v0.10.0-rc.5
PREVIEW VERSION WARNING: This is a pre-release and may contain bugs. Don't use in production environment.
v0.10.0-rc.2
PREVIEW VERSION WARNING: This is a pre-release and may contain bugs. Don't use in production environment.