Users can list flows

For some time now it’s been possible for users to list flows for their apps by calling the Hypernode-API. This lets users inspect which tasks are currently running for their node. This can be useful for users to anticipate when changes are going to be propagated when they requested changes via our tools. There’s also a CLI implementation for this endpoint on your hypernode calle hypernode-log. For more information on this endpoint check out the docs.

Users can set Varnish settings

It’s now possible for users to set or list their Varnish settings using the settings endpoint for Hypernode-API. Users can now set whether Varnish should be enabled, which Varnish version should be used and whether Varnish should ignore HTTPS for ESI. Users can also retrieve these settings and the Varnish secret for their node (note that this cannot be set). The hypernode-systemctl tool on your node also allows you to set these values more conveniently.

Other

There have also been some stability and back-end changes for our own systems to improve the Hypernode experience.

PHP 5.5

It’s not longer allowed to set PHP 5.5 since this version is no longer supported.

Mysql ft min word len

It’s now possible to set the mysql_ft_min_word_len setting.

Archiving

It’s now possible for our systems to archive apps via the API to retrieve them for later use.

International Magento install

It’s now possible for our systems to install Magento on international Hypernodes. This wasn’t possible before for international customers, because Magento installs require some information from the user which we did not have previously for international customers. Expect international Hypernodes to be provisioned with a Magento install in the coming time.

Minor fixes

We’re always trying to improve our systems. This includes fixing bugs and improving stability.