Releases: uhppoted/uhppote-simulator
Releases · uhppoted/uhppote-simulator
v0.8.9-beta
Release Notes
- Added support for TCP/IP connections to controller emulation.
- Added REST put-card API to add/update simulated controller cards.
- Reworked event handling to use connected UDP socket to send events.
- Reworked
put-card
handler to return false if card from or to date is a zero value. - Updated to Go 1.23.
v0.8.8-beta
Release Notes
Added
restore-default-parameters
command emulation.- Python REST API CLI client implementation.
- Added Postman scripts for REST API
- Added public Docker image to ghcr.io.
Updated
- Bumped Go version to 1.22
- Updated README with REST API.
- Updated REST API OpenAPI specification.
- Fixed uninitialised
map
in controller doors deserialization.
v0.8.7-beta
Release Notes
- Added
set-super-passwords
command and emulation.
v0.8.6-beta
Release Notes
- Added support and emulation for
activate-keypads
function.
v0.8.5-beta
Release Notes
- Added
set-interlock
command and emulation for controller door interlock mode. - Replaced card From and To field pointers with zero values to match migration away from nil pointers in uhppote-core and uhppoted-lib
v0.8.4-beta
Release Notes
Added
set-pc-control
command and remote access emulation mode.- Added support for card keypad PINs
- Initial draft of package overview godoc.
Updated
- Replaced
math/rand
withcrypto/rand
for MAC address in create-device.
v0.8.3-beta
Release Notes
- Added ARM64 to release build artifacts
- Initialised
EventsList
in simulator default constructor (cf. #6) - Reworked
EventsList
unmarshalling from JSON (cf. #6)- Replaced zero values for
EventList
size and chunk with defaults - Added check for zero chunk size before truncating
- Reworked truncation to use calculated offset rather than loop
- Replaced zero values for
- Reworked
checkTimeProfile
to include the controller time offset (cf. #5) - Removed zip files from release artifacts (no longer necessary)
v0.8.2-beta
Release Notes
- Maintenance release for compatiblity with uhppote-core v0.8.2.
v0.8.1-beta
Release Notes
- Maintenance release for compatibility with uhppote-core v0.8.1
v0.8.0-beta
Release Notes
- Maintenance release for compatibility with uhppote-core v0.8.0