Releases: freedbygrace/PSOPNSenseAPI
Releases · freedbygrace/PSOPNSenseAPI
Release list
v2025.04.15.1749
Changes
- Updated Test-OPNSenseThreading cmdlet to work without requiring a connection
- Fixed threading diagnostic tool to work independently
- Updated module version
v2025.04.15.1740
Changes
- Added Test-OPNSenseThreading cmdlet to exported cmdlets
- Updated module version
v2025.04.15.1714
Changes
- Added test cmdlet for diagnosing threading issues
- Updated module version
v2025.04.15.1543
Changes
- Fixed threading issues in PowerShell cmdlets
- Changed cmdlets to use ProcessRecordInternal instead of ProcessRecord
- Used ExecuteAsyncTask instead of Task.Run or direct GetAwaiter().GetResult() calls
- Ensured all Write* methods are called from the main thread
- Added proper exception handling with ProcessingException
- Added null checks after async operations
- Made sure all Write* calls are properly guarded by null checks