Skip to content

Releases: pozil/pub-sub-api-node-client

v5.6.1 - FIx publishBatch stream timeout

Choose a tag to compare

@pozil pozil released this 10 Jun 08:48
  • fix: publishBatch stream is left open and crashes after timeout #94
  • build: bump dependencies
  • ci: refreshed integration environment

v5.6.0 - Support for transport-level gRPC settings

Choose a tag to compare

@pozil pozil released this 12 May 12:20
  • feat: added support for transport-level gRPC settings in #96 - Thanks to @francescod-subbyx
  • build: bump dependencies

v5.5.2 - Updated dependencies

Choose a tag to compare

@pozil pozil released this 20 Jan 09:57
  • build: bump dependencies

v5.5.1 - Fix support for nodeNext module type resolution

Choose a tag to compare

@pozil pozil released this 20 Nov 17:40
  • fix: nodeNext module type resolution #82 thanks to @charlesbodman
  • build: bump dependencies

v5.5.0 - Exposed event ID and schema ID

Choose a tag to compare

@pozil pozil released this 10 Jul 12:54
  • feat: event ID and schema ID are now returned as part of the parsed event data
  • build: bump dependencies

v5.4.0 - Security update

Choose a tag to compare

@pozil pozil released this 01 Jul 15:06
5486687
  • feat: upgraded to node@22
  • feat: removed deprecated certifi lib and bundled recent CA in project. Fixes #70
  • build: bump dependencies

v5.3.1 - Updated dependencies

Choose a tag to compare

@pozil pozil released this 01 May 04:18
  • build: bump dependencies to address #68

v5.3.0 - Private key authentication improvements

Choose a tag to compare

@pozil pozil released this 23 Apr 22:15
  • feat: add support for self-signed SSL certificates for testing purposes (#60). See the rejectUnauthorizedSsl configuration 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

Choose a tag to compare

@pozil pozil released this 22 Feb 15:33
44d2645

v5.2.2 - TS fix for configuration optional properties

Choose a tag to compare

@pozil pozil released this 15 Jan 12:54
  • fix: TS fix for configuration optional properties #56
  • build: bump dependencies