Releases: uhppoted/uhppote-core
Releases · uhppoted/uhppote-core
v0.8.9-beta
Release Notes
- Implemented support for TCP/IP connections to controllers.
- Reworked UT0311-L0x driver to use connected UDP sockets.
- Updated network stack to use modern Go IP constructs.
- Reworked
put-card
API to fail with 'invalid card' for card numbers 0, 0xffffffff and 0x00ffffff (as per SDK). - Updated to Go 1.23.
v0.8.8-beta
Release Notes
Added
- Implemented
restore-default-parameters
function.
Updated
- Bumped Go version to 1.22
v0.8.7-beta
Release Notes
Added
- Implemented
set-super-passwords
function.
Updated
- Reworked
nil
event pointers as zero values.
v0.8.6-beta
Release Notes
Added
- Implemented
activate-keypads
function.
Updated
- Reworked
put-card
implementation to allow for validation against multiple card formats.
v0.8.5-beta
Release Notes
Added
set-interlock
extended function.
Updated
- Reworked
get-card-xxx
to use zero valued dates rather than pointers. - Reworked card
From
andTo
dates to not be pointers. - Added check for valid Wiegand-26 card number to
put-card
v0.8.4-beta
Release Notes
Added
SetPCControl
request and response for remote host access control- Added PIN field to
get-card
,get-card-by-index
andput-card
- Initial draft of
doc.go
package overview documentation.
Updated
- Included_staticcheck_ lint check in build.
- Fixed
Status
formatting to accommodate events with indices greater than 100000. - Reworked
get-status
and events to handle controller with uninitialised system date/time.
v0.8.3-beta
Release Notes
- Maintenance release for version compatibility.
v0.8.2-beta
Release Notes
Maintenance release to keep uhppote-core in synch with umbrella repository:
- Updated go.mod to Go 1.19.
v0.8.1-beta
Release Notes
- Maintenance release.
v0.8.0-beta
Release Notes
- Minor bug fix for unmarshalling Date from blank string.