Skip to content

Commit db7070d

Browse files
Update CHANGELOG for unreleased fixes and improvements
1 parent bbf095b commit db7070d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- **Set-ProjectTenantVariable**: Refactored variable template retrieval to cache the result outside loops, significantly improving performance by reducing redundant API calls. Fixed an issue where sensitive variables were not properly set by correctly passing the `IsSensitive` flag from the template to the PropertyValueResource.
13+
- **Get-ProjectTenantVariable**: Fixed `IsDefaultValue` logic to correctly determine when a variable is using its default value, accounting for variables with empty string values that should still be considered as set (not default).
14+
15+
### Improved
16+
17+
- **Connect-Octopus**: Added connection confirmation message displaying the server URL, user, and space after successful connection for better user feedback.
18+
819
## [2.2.0] - 2026-01-09
920

1021
### Added

0 commit comments

Comments
 (0)