Releases: ArmaanMcleod/PoshJsonWebToken
Releases · ArmaanMcleod/PoshJsonWebToken
v1.1.1
What's Changed
- Fix typo in manifest description by @ArmaanMcleod in #22
- Add output types to cmdlets by @ArmaanMcleod in #23
- Fix Encryption parameter sets and included build task for updating markdown by @ArmaanMcleod in #25
v1.1.1 - 05/02/2024
General Cmdlet Updates and Fixes
- Fix Encryption parameter sets (#25).
- Added
-Encryption
parameter to onlySecretKey
andCertificate
parameter sets.
- Added
- Add output types to cmdlets (#23).
- Added missing
SecureString
output type forNew-JsonWebToken
cmdlet. - Added missing
bool
output type forTest-JsonWebToken
cmdlet.
- Added missing
Build and Packaging Improvements
- Included
Docs
build task to update markdown documentation (#25).
Documentation and Help Content
- Fix typo in manifest description (#22).
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Moved Algorithm parameter to base class and changed type by @ArmaanMcleod in #16
- Exclude PS256, PS384 & PS512 algorithms by @ArmaanMcleod in #17
- Add encrypted token support by @ArmaanMcleod in #18
- Add Test workflow, PSGallery and License badges by @ArmaanMcleod in #19
- Add argument completer tests by @ArmaanMcleod in #20
v1.1.0 - 05/02/2024
General Cmdlet Updates and Fixes
- Moved
-Algorithm
parameter to base class and changed type fromJwsAlgorithm
tostring
(#13) (#14). - Exclude
PS256
,PS384
&PS512
algorithms (#17).- This was to prevent these algorithms from being accepted since they are not cross platform (#6).
- Add encrypted token support (#8).
- Includes
-Encryption
parameter so encrypted JWT tokens can be created.
- Includes
Build and Packaging Improvements
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Add PlatyPS generated markdown for help by @ArmaanMcleod in #5
- Add support for generating unprotected tokens by @ArmaanMcleod in #9
- Add manifest tags by @ArmaanMcleod in #10
- Add publish test results task for NUnit XML by @ArmaanMcleod in #11
v1.0.2 - 29/01/2024
General Cmdlet Updates and Fixes
- Add support for generating unprotected tokens (#7).
- Support
none
hash algorithm if user chooses to generate an unprotected token. - Emit warning when this algorithm is used.
- Support
Build and Packaging Improvements
- Add PlatyPS generated markdown for help (#5).
- Generated markdown help for
New-JsonWebToken
andTest-JsonWebToken
cmdlets.
- Generated markdown help for
- Add manifest tags (#10).
- Add publish test results task for NUnit XML (#11).
- Updated
.github/workflows/ci.yml
to post unit test results to pull request.
- Updated
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Add actions write permission to publish job by @ArmaanMcleod in #2
- Add more documentation to code by @ArmaanMcleod in #3
v1.0.1 - 27/01/2024
Build and Packaging Improvements
- Minor fixes with PSGallery Publish automation (#2).
- Added
action: write
permission to publish workflow so it can read artifacts.
- Added
Documentation and Help Content
- Add more documentation to code (#3).
- Added XML to C# code in particular.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add initial cmdlets by @ArmaanMcleod in #1
v1.0.0 - 27/01/2024
General Cmdlet Updates and Fixes
- Initial version of the
PoshJsonWebToken
module (#1).- Included
New-JsonWebToken
andTest-JsonWebToken
cmdlets.
- Included
Full Changelog: https://github.com/ArmaanMcleod/PoshJsonWebToken/commits/v1.0.0