Releases: tablackburn/SrrDBAutomationToolkit
Releases · tablackburn/SrrDBAutomationToolkit
Release list
v0.4.1
What's Changed
- Fix 404 warnings when downloading release files by @tablackburn in #7
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add Get-SatReleaseFile function for high-level release downloads by @tablackburn in #6
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- ci: Bump actions/cache from 4 to 5 by @dependabot[bot] in #1
- ci: Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #2
- ci: Bump actions/checkout from 4 to 6 by @dependabot[bot] in #3
- Add Get-SatFile function for downloading release files by @tablackburn in #4
New Contributors
- @dependabot[bot] made their first contribution in #1
- @tablackburn made their first contribution in #4
Full Changelog: v0.2.2...v0.3.0
v0.2.2 - Security & Bug Fixes
Fixed
- URL-encode
ReleaseNamein search queries to prevent path injection attacks - Use
GetInvalidFileNameChars()for comprehensive filename sanitization inGet-SatNfoandGet-SatSrr - Fix
MaxResultspagination logic with explicit flag to prevent unnecessary API calls
Changed
- Optimize
Listallocation with capacity hint after first API call - Refactor parameter mapping in
Search-SatReleasefrom 64 lines to 12 lines - Apply agent instruction guidelines: replace shorthand variable names with full words
Improved
- Increase test coverage from 98.8% to 99.4%