Releases: Miamiohlibs/SoftwareCheckout2
Releases · Miamiohlibs/SoftwareCheckout2
Release list
Release 2.4.1 - June 30, 2025
- 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
- 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
- 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
- updates to Oauth instead of deprecated JWT for Adobe API
Version 2.1.3 - 2023-08-15
- updates dependency versions
- updates AdobeApi-async.test.js and adds missing tests back in
Version 2.1.2 - 2023-08-15
- additional stats functionality