Preliminary release. Blog post and official announcement with details not released yet.
Note that the Ethernet functionality is still extremely limited!
Upgrading: nzyme-node
Order is important.
sudo systemctl stop nzyme
sudo apt install openjdk-17-jre-headless
sudo dpkg -i nzyme-node_x.x.x.deb
sudo apt purge openjdk-11-jre-headless
sudo systemctl daemon-reload
sudo systemctl start nzyme
Upgrading nzyme-tap
If you are upgrading from a previous version, you can simply run dpkg -i
on the new release package and restart the nzyme-tap service after adding the new required configuration documented below.
Breaking Changes
- We upgraded to Java 17. See
nzyme-node
upgrade notes above. - Package file names changed. Please update them in your automation systems if you use any.
- The experimental bluetooth subsystem is not disabled by default. Enable it for your tenants if you want to use it. (Subsystems Documentation)
- New required configuration for
nzyme-tap
: (Context retention documentation)
[protocols.dhcpv4]
pipeline_size = 1024
[misc]
context_mac_ip_retention_hours = 36
context_mac_hostname_retention_hours = 36
Please read the release blog post for a list of all new features and improvements.