Skip to content

Releases: sisungo/airup

v0.10.7

25 Aug 14:41
Compare
Choose a tag to compare

Changes in v0.10.7:

  • Feature: Support of notify-styled watchdogs.
  • Few minor bug fixes.

v0.10.6

22 Jul 22:35
Compare
Choose a tag to compare

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

29 Jun 23:42
Compare
Choose a tag to compare

Changes in v0.10.5:

  • cli: refactor debug subcommand and removed unnecessary interfaces
  • rpc: reset request size limit (2M to 128K)
  • developer: remove old airup sdk for c to prepare for the new c sdk

v0.10.4

21 Jun 13:24
Compare
Choose a tag to compare

Changes in v0.10.4:

  • fix: line pipers loses lines when receiving multi lines in one read

v0.10.3

16 Jun 09:58
Compare
Choose a tag to compare

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 of null
  • BREAKING: error code NO_SUCH_METHOD is renamed to NOT_IMPLEMENTED
  • performance improvements

v0.10.2

02 Jun 02:20
Compare
Choose a tag to compare

Changes in v0.10.2:

  • Fix: Cannot actually unset an environment variable because TOML lacks support of null
  • Fix: #33 "reboot-in-reboot"

v0.10.1

25 May 00:42
Compare
Choose a tag to compare

Changes in v0.10.1:

  • feature: added support of SELinux
  • BREAKING: renamed system.[un]load_extension to system.[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

02 May 07:32
Compare
Choose a tag to compare

Changes in v0.10.0:

  • feature: separate log extensions and fallback-logger from airupd to independent processes
  • feature: an extension system based on RPC
  • BREAKING: feature: log_dir is removed from build_manifest.json
  • fix: cannot correctly perform userspace reboot because AIRUP_MILESTONE is set to userspace-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

02 May 03:53
Compare
Choose a tag to compare
v0.10.0-rc.5 Pre-release
Pre-release

PREVIEW VERSION WARNING: This is a pre-release and may contain bugs. Don't use in production environment.

v0.10.0-rc.2

21 Apr 03:12
Compare
Choose a tag to compare
v0.10.0-rc.2 Pre-release
Pre-release

PREVIEW VERSION WARNING: This is a pre-release and may contain bugs. Don't use in production environment.