Releases: pozil/pub-sub-api-node-client
Releases · pozil/pub-sub-api-node-client
v2.3.0 - Support for CommonJS
- feat: support for ESM and CommonJS thanks to @julianduque
- feat: TypeScript type definitions thanks to @julianduque
v2.2.1 - Plaform Event fix
- fix: #6 platform event handling
v2.2.0 - Custom logger support
- feat: added support for custom logger
- fix: field bitmap parsing bug
v2.1.3 - Fix field bitmap parsing bug
- fix: field bitmap parsing bug
v2.1.2 - Fix release
- fix: removed Husky from distributed package
v2.1.0 - Support for user-supplied authentication
- feat: added the ability use user-supplied authentication
v2.0.1 - Generic standalone client
- Complete refactor of the app to convert it from a sample into a generic/reusable client.
- Added support for JWT auth
- Works on node@18
v1.4.0 - client_credentials login flow
- feat: added support for
client_credentials
login flow - build: bumped dependencies