Releases: uhppoted/uhppote-core
Releases · uhppoted/uhppote-core
v0.8.11-beta
Release Notes
- Added
get-antipassbackandset-antipassbackAPI functions to manage controller anti-passback mode. - Added check to prevent UDP bind address from using broadcast port to prevent inadvertent broadcast-to-self.
- Bumped Go version to 1.24
v0.8.10-beta
Release Notes
- Added auto-send interval parameter to get-listener and set-listener API functions.
- Added
MustParseDateTimeandParseDateTimeutility functions.
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-cardAPI 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-parametersfunction.
Updated
- Bumped Go version to 1.22
v0.8.7-beta
Release Notes
Added
- Implemented
set-super-passwordsfunction.
Updated
- Reworked
nilevent pointers as zero values.
v0.8.6-beta
Release Notes
Added
- Implemented
activate-keypadsfunction.
Updated
- Reworked
put-cardimplementation to allow for validation against multiple card formats.
v0.8.5-beta
Release Notes
Added
set-interlockextended function.
Updated
- Reworked
get-card-xxxto use zero valued dates rather than pointers. - Reworked card
FromandTodates to not be pointers. - Added check for valid Wiegand-26 card number to
put-card
v0.8.4-beta
Release Notes
Added
SetPCControlrequest and response for remote host access control- Added PIN field to
get-card,get-card-by-indexandput-card - Initial draft of
doc.gopackage overview documentation.
Updated
- Included_staticcheck_ lint check in build.
- Fixed
Statusformatting to accommodate events with indices greater than 100000. - Reworked
get-statusand 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.