Skip to content

Releases: uhppoted/uhppoted-rest

v0.8.8-beta

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

Release Notes

Added

  1. restore-default-parameters API function to reset a controller to the manufacturer default configuration.
  2. Added public Docker image to ghcr.io.

Updated

  1. Bumped Go version to 1.22.

v0.8.7-beta

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

Release Notes

  1. Added set-door-passcodes API function to set the supervisor override passcodes for a door.
  2. Replaced nil event pointer in get-status with zero value for controllers without a valid system date/time.

v0.8.6-beta

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

Release Notes

  1. Added API function for activate-keypads enable or disable reader access keypads.

v0.8.5-beta

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

Release Notes

  1. Added set-interlock API function to set controller door interlock mode.
  2. Replaced card from and to field pointers with zero values as part of the migration away from nil pointers.
  3. Reworked put-acl to discard cards with invalid start and end dates.
  4. Updated OpenAPI specification.

v0.8.4-beta

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

Release Notes

Added

  1. Added card keypad PIN support to the get-card and put-card APIs.
  2. Initial draft of package overview godoc.

Updated

  1. Fixed daemonize configuration overwrite issue.
  2. Fixed MacOS daemonize to log to StdOut (was logging to StdErr).
  3. Fixed Windows event logging.
  4. Reworked logging to use uhppoted-lib/log package.
  5. Included static-check lint check in builds.

v0.8.3-beta

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

Release Notes

  1. Updated systemd unit file to wait on network-online.target.
  2. Updated service lockfile to use flock syscall.
  3. Removed zip files from release artifacts (no longer necessary)
  4. Added ARM64 to release build artifacts

v0.8.2-beta

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

Release Notes

  1. Added swipe open and swipe close event reasons to message internationalisation.
  2. Included health-check interval in watchdog configuration.
  3. Reworked RecordSpecialEvents to not use wrapped requests/responses.
  4. Bumped Go to v1.19

v0.8.1-beta

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

Release Notes

  1. Reworked event struct in get-status, get-event and get-events to include:

    • event type code and human readable description
    • event reason code and human readable description
    • event direction code and human readable description
  2. Added (optional) protocol version to configuration.

  3. Added (optional) translation locale to configuration.

  4. Resolved INADDR_ANY to interface IPv4 address for controller listener address health check.

v0.8.0-beta

01 Jul 17:19
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 and uhppoted-lib v0.8.0

v0.7.3-beta

01 Jun 18:45
Compare
Choose a tag to compare
v0.7.3-beta Pre-release
Pre-release

Release Notes

Maitenance release for compatibility with uhppoted-lib v0.7.3