Skip to content

Releases: uhppoted/uhppote-simulator

v0.8.9-beta

06 Sep 03:03
Compare
Choose a tag to compare
v0.8.9-beta Pre-release
Pre-release

Release Notes

  1. Added support for TCP/IP connections to controller emulation.
  2. Added REST put-card API to add/update simulated controller cards.
  3. Reworked event handling to use connected UDP socket to send events.
  4. Reworked put-card handler to return false if card from or to date is a zero value.
  5. Updated to Go 1.23.

v0.8.8-beta

27 Mar 16:23
Compare
Choose a tag to compare
v0.8.8-beta Pre-release
Pre-release

Release Notes

Added

  1. restore-default-parameters command emulation.
  2. Python REST API CLI client implementation.
  3. Added Postman scripts for REST API
  4. Added public Docker image to ghcr.io.

Updated

  1. Bumped Go version to 1.22
  2. Updated README with REST API.
  3. Updated REST API OpenAPI specification.
  4. Fixed uninitialised map in controller doors deserialization.

v0.8.7-beta

01 Dec 18:12
Compare
Choose a tag to compare
v0.8.7-beta Pre-release
Pre-release

Release Notes

  1. Added set-super-passwords command and emulation.

v0.8.6-beta

30 Aug 19:56
Compare
Choose a tag to compare
v0.8.6-beta Pre-release
Pre-release

Release Notes

  1. Added support and emulation for activate-keypads function.

v0.8.5-beta

13 Jun 20:29
Compare
Choose a tag to compare
v0.8.5-beta Pre-release
Pre-release

Release Notes

  1. Added set-interlock command and emulation for controller door interlock mode.
  2. 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

15 Mar 20:20
Compare
Choose a tag to compare
v0.8.4-beta Pre-release
Pre-release

Release Notes

Added

  1. set-pc-control command and remote access emulation mode.
  2. Added support for card keypad PINs
  3. Initial draft of package overview godoc.

Updated

  1. Replaced math/rand with crypto/rand for MAC address in create-device.

v0.8.3-beta

16 Dec 21:26
Compare
Choose a tag to compare
v0.8.3-beta Pre-release
Pre-release

Release Notes

  1. Added ARM64 to release build artifacts
  2. Initialised EventsList in simulator default constructor (cf. #6)
  3. 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
  4. Reworked checkTimeProfile to include the controller time offset (cf. #5)
  5. Removed zip files from release artifacts (no longer necessary)

v0.8.2-beta

14 Oct 17:16
Compare
Choose a tag to compare
v0.8.2-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for compatiblity with uhppote-core v0.8.2.

v0.8.1-beta

01 Aug 18:37
Compare
Choose a tag to compare
v0.8.1-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for compatibility with uhppote-core v0.8.1

v0.8.0-beta

01 Jul 17:13
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for compatibility with uhppote-core v0.8.0