Skip to content

Releases: Miamiohlibs/SoftwareCheckout2

Release 2.4.1 - June 30, 2025

Choose a tag to compare

@kenirwin kenirwin released this 30 Jun 17:40
71d03a3
  • Eliminated bug in api that sometime prevented the "compare" function from working in the admin web console.
  • Improved the "time waiting" display in the admin web console with a more human-readable output and more accurate wait time when reservation had been made in advance of it starting.
  • Fixed bug that incorrectly displayed reservations as both waiting to start and waiting to be revoked in the admin web console when an aliased email was used to make the reservation.
  • Updated dependencies to address security vulnerabilities.
  • Added comments to documentation and the comments in AdobeApi-async.test.js to clarify the usage of locally-specified config files for testing purposes.
  • removed unused ./index.js file.

Version 2.4.0 - October 30, 2024

Choose a tag to compare

@kenirwin kenirwin released this 30 Oct 20:17
86a6097
  • adds an optional admin web console for viewing status, logs, and statistics
  • command-line stats processes (logEachCheckout, getUsageData, anonymizeStats) are now set up to be able to run as nightly cron jobs, keeping usage stats up-to-date

Version 2.3.0 - June 12, 2024

Choose a tag to compare

@kenirwin kenirwin released this 12 Jun 18:11
5ffbbe6
  • use Bearer token authentication for Jamf
  • Added demo scripts for LibCal, Adobe, Jamf, and Email
  • Improved logging:
    • More consistent log format
    • Improved logging for database connections
  • Improved error handling for stats functions
  • dailyUsageSummary output CSV one line per date
  • emailConverter fails gracefully
  • Expanded documentation using GitBook

Version 2.2.0 - August 15, 2023

Choose a tag to compare

@kenirwin kenirwin released this 15 Aug 18:23
86b902c
  • updates to Oauth instead of deprecated JWT for Adobe API

Version 2.1.3 - 2023-08-15

Choose a tag to compare

@kenirwin kenirwin released this 15 Aug 17:20
3046f23
  • updates dependency versions
  • updates AdobeApi-async.test.js and adds missing tests back in

Version 2.1.2 - 2023-08-15

Choose a tag to compare

@kenirwin kenirwin released this 15 Aug 14:55
7c3924c
  • additional stats functionality