Releases: EvotecIT/SectigoCertificateManager
Releases · EvotecIT/SectigoCertificateManager
v0.1.0
What's Changed
- Rename editorconfig by @PrzemyslawKlys in #1
- Add initial solution by @PrzemyslawKlys in #2
- Add multi-targeted projects and example CLI by @PrzemyslawKlys in #4
- Add .gitignore for .NET/PowerShell by @PrzemyslawKlys in #3
- Add CI workflow for Linux and Windows by @PrzemyslawKlys in #6
- Add ApiConfig class for API setup by @PrzemyslawKlys in #7
- Enable analyzer config and warnings as errors by @PrzemyslawKlys in #5
- Implement SectigoClient using HttpClient by @PrzemyslawKlys in #8
- Add fluent configuration support by @PrzemyslawKlys in #9
- Add API models by @PrzemyslawKlys in #10
- Add typed API clients by @PrzemyslawKlys in #11
- Update README with API version info by @PrzemyslawKlys in #12
- Add API config loader and update tests by @PrzemyslawKlys in #13
- Expose basic PowerShell cmdlets by @PrzemyslawKlys in #14
- Add dedicated example class by @PrzemyslawKlys in #15
- Refactor ApiVersion enum by @PrzemyslawKlys in #17
- Add HttpClientHandler customization and error handling by @PrzemyslawKlys in #18
- Add API version 25.6 support by @PrzemyslawKlys in #24
- Implement certificate search API by @PrzemyslawKlys in #23
- Add required value validation for ApiConfigBuilder by @PrzemyslawKlys in #20
- Use ConfigureAwait in client methods by @PrzemyslawKlys in #19
- Add XML docs for API by @PrzemyslawKlys in #21
- Add integration tests with WireMock by @PrzemyslawKlys in #28
- Refactor exception classes into separate files by @PrzemyslawKlys in #29
- Add bearer token authentication by @PrzemyslawKlys in #32
- Add order listing support by @PrzemyslawKlys in #33
- Add organizations client by @PrzemyslawKlys in #30
- Add GetSectigoProfile PowerShell cmdlet by @PrzemyslawKlys in #34
- Add bearer token support by @PrzemyslawKlys in #37
- Add OrderStatusClient by @PrzemyslawKlys in #35
- Add IssueAsync success unit test by @PrzemyslawKlys in #39
- Add ProfilesClient test by @PrzemyslawKlys in #40
- Add full certificate status enum mapping by @PrzemyslawKlys in #38
- Add profile list method by @PrzemyslawKlys in #41
- Add multiple SAN support to New-SectigoOrder by @PrzemyslawKlys in #44
- Add camelCase JsonSerializer options by @PrzemyslawKlys in #43
- Add base64 parsing helper by @PrzemyslawKlys in #45
- Add certificate export helper by @PrzemyslawKlys in #42
- Ensure PFX buffer zeroed after export by @PrzemyslawKlys in #50
- Fix trailing slash parsing in OrganizationsClient by @PrzemyslawKlys in #49
- Fix base URL validation in ApiConfigBuilder by @PrzemyslawKlys in #48
- Implement IDisposable for SectigoClient by @PrzemyslawKlys in #47
- Remove EnsureSuccessStatusCode calls by @PrzemyslawKlys in #46
- Add certificate revocation support by @PrzemyslawKlys in #54
- Add order cancellation by @PrzemyslawKlys in #55
- Add PEM chain export utility by @PrzemyslawKlys in #61
- Add token refresh capability by @PrzemyslawKlys in #60
- Simplify query builder and add tests by @PrzemyslawKlys in #59
- Fix ProfilesClient collection return by @PrzemyslawKlys in #57
- Validate Term on certificate issue by @PrzemyslawKlys in #56
- Add null guard to handler config by @PrzemyslawKlys in #63
- Implement IDisposable pattern for SectigoClient by @PrzemyslawKlys in #62
- Add RenewAsync for certificates by @PrzemyslawKlys in #58
- Add XML docs for PowerShell cmdlets by @PrzemyslawKlys in #68
- Fix integration test setup cleanup by @PrzemyslawKlys in #67
- Fix Delete condition in PowerShell project by @PrzemyslawKlys in #65
- Add path validation to export helpers by @PrzemyslawKlys in #64
- Add request throttling via ApiConfigBuilder by @PrzemyslawKlys in #72
- Add renewal cmdlet by @PrzemyslawKlys in #70
- Add stream CSR overload by @PrzemyslawKlys in #73
- Add null guard clauses for client requests by @PrzemyslawKlys in #78
- Fix base64 parsing error handling by @PrzemyslawKlys in #77
- Add missing file check in config loader by @PrzemyslawKlys in #76
- Implement configure delegate guard by @PrzemyslawKlys in #75
- Fix FileStream usage and buffer clearing by @PrzemyslawKlys in #66
- Add date range search parameters by @PrzemyslawKlys in #71
- Add order streaming with async enumerables by @PrzemyslawKlys in #74
- Add missing documentation by @PrzemyslawKlys in #79
- Improve test docs by @PrzemyslawKlys in #80
- Add OrderId validation by @PrzemyslawKlys in #88
- Fix FromBase64 stream handling by @PrzemyslawKlys in #86
- Add Get-SectigoOrganizations cmdlet by @PrzemyslawKlys in #85
- Add certificate download method by @PrzemyslawKlys in #84
- Add order ID validation by @PrzemyslawKlys in #87
- Change default API version to v25.6 by @PrzemyslawKlys in #82
- Rename CreateOrganization property by @PrzemyslawKlys in #81
- Add cross-platform PowerShell workflow by @PrzemyslawKlys in #91
- Add validation for certificate ID by @PrzemyslawKlys in #92
- Add check for certificate ID in DownloadAsync by @PrzemyslawKlys in #93
- Ensure safe deletion in tests by @PrzemyslawKlys in #97
- Add organization update support by @PrzemyslawKlys in #96
- Add certificate status endpoint by @PrzemyslawKlys in #94
- Implement paged certificate search by @PrzemyslawKlys in https://github.co...
SectigoCertificateManager-PowerShellModule.v0.1.0
What's Changed
- chore: ✨ Update .NET version in workflows by @PrzemyslawKlys in #262
Full Changelog: v0.1.0...SectigoCertificateManager-PowerShellModule.v0.1.0