File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.2] - 2025-12-29
9+
10+ ### Fixed
11+
12+ - URL-encode ` ReleaseName ` in search queries to prevent path injection attacks
13+ - Use ` GetInvalidFileNameChars() ` for comprehensive filename sanitization in ` Get-SatNfo ` and ` Get-SatSrr `
14+ - Fix ` MaxResults ` pagination logic with explicit flag to prevent unnecessary API calls
15+
16+ ### Changed
17+
18+ - Optimize ` List ` allocation with capacity hint after first API call
19+ - Refactor parameter mapping in ` Search-SatRelease ` from 64 lines to 12 lines
20+ - Apply agent instruction guidelines: replace shorthand variable names with full words
21+
22+ ### Improved
23+
24+ - Increase test coverage from 98.8% to 99.4%
25+
826## [ 0.2.1] - 2025-12-29
927
1028### Changed
@@ -32,3 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3250- Pipeline support for all commands
3351- Comprehensive Pester test suite
3452- Full comment-based help documentation
53+
54+ [ 0.2.2 ] : https://github.com/tablackburn/SrrDBAutomationToolkit/compare/v0.2.1...v0.2.2
55+ [ 0.2.1 ] : https://github.com/tablackburn/SrrDBAutomationToolkit/compare/v0.2.0...v0.2.1
56+ [ 0.2.0 ] : https://github.com/tablackburn/SrrDBAutomationToolkit/compare/v0.1.0...v0.2.0
57+ [ 0.1.0 ] : https://github.com/tablackburn/SrrDBAutomationToolkit/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1212RootModule = ' SrrDBAutomationToolkit.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.2.1 '
15+ ModuleVersion = ' 0.2.2 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = @ (' Desktop' , ' Core' )
You can’t perform that action at this time.
0 commit comments