Releases: amplitude/Amplitude-Node
Releases · amplitude/Amplitude-Node
v1.10.1
v1.10.0
v1.9.2
What's Changed
- chore: update jira bot by @haoliu-amp in #155
- fix: Add try catch around retry sendPayload() to handle errors on retry by @kevinpagtakhan in #157
- feat(transport): Allow using a custom port in URI by @ekanth in #158
New Contributors
- @kevinpagtakhan made their first contribution in #157
- @ekanth made their first contribution in #158
Full Changelog: v1.9.1...v1.9.2
v1.9.1
Run middleware prior to event validation
v1.9.0
Add middleware support
v1.8.4
Add observe tracking plan support
v1.8.3
v1.8.1
v1.5.4
@packages/node
- Refactor BaseRetryHandler
- Wrap event pruning in try/catch for error handling
- Fix bugs in logEvent timeout queue and return timeout-specific status code on timeout
@packages/utils
- Add object property validation
@packages/types
- Deprecate interface RetryClass and instead prefer interface Retry
no other major changes to packages
v1.5.3
This introduces various small fixes to the Node SDK
@amplitude/node:
Need to update due to dependency update. No substantial changes.
@amplitude/types:
Fix the issue of identify userProperties is too restrictive.
@amplitude/identify:
Fix the issue of identify userProperties is too restrictive.
@amplitude/utils:
Fix the issue of identify userProperties is too restrictive.
Introduce a better validation function for properties.