1.8 KiB
1.8 KiB
Changelog
All notable changes to this project will be documented in this file.
The format follows Keep a Changelog loosely, but version numbers use the build timestamp format yyyy.MM.dd.HHmm.
Unreleased
2026.06.02.1648
- Build produced from commit
430e3a00c9.
Unreleased (carried forward)
2026.06.02.1638
- Build produced from commit
3c47d6ff30.
Unreleased
2026.06.02.1648
- Build produced from commit
430e3a00c9.
Unreleased (carried forward) (carried forward)
2026.06.02.1611
- Build produced from commit
3c47d6ff30.
Unreleased
2026.06.02.1648
- Build produced from commit
430e3a00c9.
Unreleased (carried forward)
2026.06.02.1638
- Build produced from commit
3c47d6ff30.
Unreleased
2026.06.02.1648
- Build produced from commit
430e3a00c9.
Unreleased (carried forward) (carried forward) (carried forward)
Added
- Initial repository skeleton, C#
netstandard2.0project, and PowerShell module layout. - Centralized logging (
InfisicalLogger), error types/handler, sanitizer, path utility, andSecureStringutility. - Endpoint registry covering
UniversalAuthLogin,ListSecrets, andRetrieveSecret, and aSystem.Uri-based URI builder. - Synchronous HTTP client, JSON/YAML/XML/ENV serializers, and DTO/mapper for secrets.
- Connection model, process-level session manager, Universal Auth and Token Auth providers.
- Cmdlets:
Connect-Infisical,Disconnect-Infisical,Get-InfisicalSecrets,Get-InfisicalSecret,ConvertTo-InfisicalSecretDictionary,Export-InfisicalSecrets. - Build script (
build.ps1) generating manifest, copying binaries, creating release folders, and supporting unit/integration tests. - xUnit test project with unit tests and opt-in integration tests.