Releases: pozil/pub-sub-api-node-client
Releases · pozil/pub-sub-api-node-client
v5.5.1 - Fix support for nodeNext module type resolution
- fix: nodeNext module type resolution #82 thanks to @charlesbodman
- build: bump dependencies
v5.5.0 - Exposed event ID and schema ID
- feat: event ID and schema ID are now returned as part of the parsed event data
- build: bump dependencies
v5.4.0 - Security update
- feat: upgraded to node@22
- feat: removed deprecated
certifilib and bundled recent CA in project. Fixes #70 - build: bump dependencies
v5.3.1 - Updated dependencies
- build: bump dependencies to address #68
v5.3.0 - Private key authentication improvements
- feat: add support for self-signed SSL certificates for testing purposes (#60). See the
rejectUnauthorizedSslconfiguration key. - fix: "BEGIN RSA" header no longer required in private key (fixes #65)
- fix: flaky integration test with two possible error code being returned
- build: bump dependencies
v5.2.3 - Schema cache fix
- fix: schema cache #61 thanks to @francescod-subbyx
- build: bump dependencies
v5.2.2 - TS fix for configuration optional properties
- fix: TS fix for configuration optional properties #56
- build: bump dependencies
v5.2.1 - Fix infinite events
- fix: infinite event bug #55
- build: bump dependencies
v5.2.0 - Publish event batch
v5.1.0 - Managed event subscriptions
- feat: add support for managed event subscriptions. See readme for details.
- build: bump dependencies