Releases: gerickson/openhlx
v1.2.2
- Rebased the group and zone model classes on a common ancestor.
- Updated the CFUtilities package to 1.3.2.
- Updated the LogUtilities package to 1.0.4.
- Updated the nlbuild-autotools package to 1.7.8.
- Ensured that GitHub Action Workflow continuous integration (CI) works on Apple Silicon and the latest release of macOS.
- Enabled xz-compressed distribution archives.
v1.2.1
-
Addressed a resource leak in libopenhlx-client and, by extension, in
hlxc
andhlxproxyd
that would leak the URL scheme string (for example, "telnet") on each new client-to-server connection. -
Added support in contrib/systemd for a
systemd
service configuration and default command line options forhlxproxyd
.
v1.2
-
Added full, first-class observe (that is, read-only) support for HLX network schema properties, including DHCPv4 enabled state, Ethernet network interface EUI-48 hardware address, HLX server host default router / gateway IP address, HLX server host IP address, HLX server host IP netmask, and Control4 SDDP enabled state.
-
The
hlxc
client program and client library both handle asynchronous notifications for changes in these properties. -
The
hlxproxyd
program fully proxies these properties rather than returning previously-composed, canned data. -
Finally,
hlxsimd
and the server library accurately generate the property data based on the connection in use. -
Even though physical HLX hardware only ever supported IPv4, the implementation supports both IPv4 and IPv6 and, in fact,
hlxsimd
and the server library will emit IPv6 property data if the connection is using IPv6.
-
v1.1.1
v1.1
-
Added
hlxproxyd
, a caching proxy daemon for the HLX control protocol and hardware. -
Correctly observe and honor in
hlxc
the value passed via-t
or--timeout
. -
Generate unique connection identifiers for servers such as hlxsimd (for example,
telnet_client_4: connected
) rather thantelnet_client_1: connected
for all connections.
v1.0.1
-
Added Linux support via TRE, OpenCFLite, and OpenCFNetwork.
-
Added version information and interfaces plus support for returning version information via '-V' or '--version' for hlxc, hlxproxyd, hlxsimd.