Skip to content

Releases: uhppoted/uhppote-core

v0.7.3-beta

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

Release Notes

Maintenance release with minor fixes to support ongoing requirements for uhppoted-httpd and uhppoted-dll

  1. Added -trimpath to build to anonymize local folders
  2. Reworked types.Date to use zero value as invalid
  3. Reworked types.DateTime to use zero value as invalid
  4. Added ModeUnknown for door control state
  5. Replaced controller nil DeviceID with 0 as the zero value
  6. Replaced card nil CardNumber with 0 as the zero value

v0.7.2-beta

26 Jan 21:06
Compare
Choose a tag to compare
v0.7.2-beta Pre-release
Pre-release

Release Notes

  1. Replaced event rollover with incrementing indexes and handling for events that have been discarded when the onboard event list
    reached capacity (ref. uhppoted/uhppote-cli#7)

  2. Retyped:

    • UHPPOTE.BindAddress as types.BindAddr
    • UHPPOTE.BroadcastAddress as types.BroadcastAddr
    • UHPPOTE.ListenAddress as types.ListenAddr
      to support more human friendly configuration with the correct default ports if not supplied.

v0.7.1-beta

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

Release Notes

  1. Added support for the task functions from the extended API:

    • clear-task-list
    • add-task
    • refresh-task-list
  2. Some internal restructuring:

    • encoding/conf package moved to uhppoted-lib as the more appropriate location for common but not core functionality
    • types/datetime Stringer implementation reworked to work correctly for log messages

v0.7.0-beta

11 Jun 20:19
Compare
Choose a tag to compare
v0.7.0-beta Pre-release
Pre-release

Release Notes

  1. Added support for the time profile functions from the extended API:
    • get-time-profile
    • set-time-profile
    • clear-time-profiles
  2. Reworked get-card, get-card-by-index and put-card to support time profiles.
  3. Reworked internal device/driver architecture to facilitate unit tests

v0.6.12-beta

28 Apr 19:51
Compare
Choose a tag to compare
v0.6.12-beta Pre-release
Pre-release

Release Notes

  1. Added support for concurrent requests when bound to a non-zero port.
  2. Reworked message handling to discard invalid responses with a warning to improve stability of long-running services.
  3. Commonalised broadcast and broadcastTo implementation.
  4. Reworked Status type to allow nil events.
  5. Reworked formatting of Version type output string.
  6. Added name and timezone to Device struct pending support for devices in multiple time zones.

v0.6.10-beta

17 Feb 19:32
Compare
Choose a tag to compare
v0.6.10-beta Pre-release
Pre-release

Release Notes

  1. Bumps version for initial release of uhppoted-app-wild-apricot.

v0.6.8-beta

11 Jan 20:06
Compare
Choose a tag to compare
v0.6.8-beta Pre-release
Pre-release

Release Notes

  1. Added UHPPOTE v6.62 event message format to encoder (cf. uhppoted/node-red-contrib-uhppoted#3)

v0.6.7-beta

02 Jan 21:09
Compare
Choose a tag to compare
v0.6.7-beta Pre-release
Pre-release

Release Notes

  1. Implements record-special-events to enable/disable door open, door closed and door button events.
    (cf. #2)
  2. Removed unused and deprecated GetCardByIndex function variant.

v0.6.5-beta

11 Nov 18:53
Compare
Choose a tag to compare
v0.6.5-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for version compatibility with NodeRED module
  2. Includes changes to support in progress httpd implementation

v0.6.4-beta

14 Aug 15:58
Compare
Choose a tag to compare
v0.6.4-beta Pre-release
Pre-release

Release Notes

  1. Adds support for uhppoted-app-sheets
  2. Includes device ID in the get-device request message
  3. Updates event and status types and messages to reflect SDK documentation