Skip to content

Commit

Permalink
[NodeJS] Release v0.1.8 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
kplattret authored Sep 17, 2024
1 parent a9a00a0 commit 19a35a0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,60 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.8]

- Add tests for nested JSON and special chars
- Update dependencies

## [0.1.7]

### Added

- Add `sign` method overload to allow signing using a KMS/HSM managed key.

## [0.1.6]

### Fixed

- Improves error handling when parsing and invalid signature.

## [0.1.5]

### Changed

- When verifying permit signed/verified path single trailing slash mismatches.

## [0.1.4]

### Fixed

- Add `sign` validation that body is a string.

## [0.1.3]

### Fixed

- Add `path` arg validation to `sign` & `verify` for more informative errors.

## [0.1.2]

### Added

- Add `verify` support for `jwks` arg as an alternative for `publicKeyPem` arg when verifying webhook signatures.

## [0.1.1]

### Added

- Add `verify` support for signatures without headers.
- Add support for TypeScript

## [0.1.0]

### Added

- Added `sign`, `verify`, `extractKid` methods.

0 comments on commit 19a35a0

Please sign in to comment.