Releases: uhppoted/uhppoted-rest
Releases · uhppoted/uhppoted-rest
v0.8.9-beta
Release Notes
- Added support for TCP/IP connections to controllers.
- Updated to Go 1.23.
v0.8.8-beta
Release Notes
Added
restore-default-parameters
API function to reset a controller to the manufacturer default configuration.- Added public Docker image to ghcr.io.
Updated
- Bumped Go version to 1.22.
v0.8.7-beta
Release Notes
- Added
set-door-passcodes
API function to set the supervisor override passcodes for a door. - Replaced
nil
event pointer inget-status
with zero value for controllers without a valid system date/time.
v0.8.6-beta
Release Notes
- Added API function for
activate-keypads
enable or disable reader access keypads.
v0.8.5-beta
Release Notes
- Added
set-interlock
API function to set controller door interlock mode. - Replaced card from and to field pointers with zero values as part of the migration away from nil pointers.
- Reworked
put-acl
to discard cards with invalid start and end dates. - Updated OpenAPI specification.
v0.8.4-beta
Release Notes
Added
- Added card keypad PIN support to the
get-card
andput-card
APIs. - Initial draft of package overview godoc.
Updated
- Fixed
daemonize
configuration overwrite issue. - Fixed MacOS
daemonize
to log toStdOut
(was logging toStdErr
). - Fixed Windows event logging.
- Reworked logging to use uhppoted-lib/log package.
- Included static-check lint check in builds.
v0.8.3-beta
Release Notes
- Updated systemd unit file to wait on
network-online.target
. - Updated service lockfile to use
flock
syscall. - Removed zip files from release artifacts (no longer necessary)
- Added ARM64 to release build artifacts
v0.8.2-beta
Release Notes
- Added swipe open and swipe close event reasons to message internationalisation.
- Included health-check interval in watchdog configuration.
- Reworked
RecordSpecialEvents
to not use wrapped requests/responses. - Bumped Go to v1.19
v0.8.1-beta
Release Notes
-
Reworked event struct in
get-status
,get-event
andget-events
to include:- event type code and human readable description
- event reason code and human readable description
- event direction code and human readable description
-
Added (optional) protocol version to configuration.
-
Added (optional) translation locale to configuration.
-
Resolved INADDR_ANY to interface IPv4 address for controller listener address health check.
v0.8.0-beta
Release Notes
- Maintenance release for compatibility with uhppote-core v0.8.0 and uhppoted-lib v0.8.0