- Add an errorHandler property to constructor options (#342)
- Add sentAt note to readme (#340)
- Update library axios to 0.27.2 (#339)
- Update code snippet to match analyics-code API (#321)
- Error thrown in callback function is caught by flush's promise .catch() (#317)
- Fix callback called twice (#315)
- Automated dependency upgrades
- Change flush threshold from 500kb to 450kb #311
- Breaking: Flush now properly returns a Promise #288
axios-retry
update
- Added options for axiosRetryConfig, disable axiosRetry if retryCount is 0 (#285)
- Optimize timer scheduling (#172)
- Update Axios to fix a ReDoS vulnerability (#295)
- Automated dependency upgrades
- BREAKING: Dropping support for Node 8.0!
- Flush the queue when maximum storage has reached (#277)
- Return a promise from flush (#281)
- Upgrade uuid package to support treeshaking (#273)
- Dependency upgrades
- Fixed an issue where the optional axiosInstance passed as an option was ignored
- BREAKING: throws error when message is over 32kb #268
- Allow passing in Axios instance in options #270
- Fix data parameter always undefined on callback for track method #231
- Allow to update endpoint to send batch events #246
- Vulnerability fixes #264, #243, #263, #226, #227, #228, #247, #248, #252, #253, #257, #261
- Fixed a typo to reflect actual code behaviour #233
- Update axios to fix the Server-Side Request Forgery vulnerability (#259)
- Update axios to fix the infinite retry bug (#255)
- Use a local instance of axios to prevent client options leaking to other contexts (#255)
- Update lodash (#222) (#221) from segmentio/dependabot/npm_and_yarn/lodash-4.17.11 8e9a91d
- Fix typo (#220)
- Update axios (#218)
- Upgrade dependencies (#174, #175, #176, #178, #179, #211, #212)
- Improvement: Add ability to override host/api url
- BREAKING CHANGE: remove cli from published package
- Due to a bug in the release step, this version was not published to NPM. It was instead re-published as
v3.4.1-beta.1
.
- Promote
v3.3.0-beta.2
to stable
- New: Add
enable
API to disable client from sending messages. This is useful for testing. - Improvement: Log when messages exceed our size limits.
- Improvement: Replace
crypto-token
withuuid
package. This also reduces the total size of the package in the browser by 80%. Note that this will change the structure of the generatedmessageId
values. - Improvement: Improve retry logic to better handle server failures.
- Improvement: Update the user agent format to be RFC 7231 compliant.
- Flush on first message (#113)
- Rename flushAfter to flushInterval (#112)
- remove caching of dependencies on Circle CI
- improve readme
- rename README to readme
- add license
- disable npm package locks
- improve package.json
- moves files into root
- remove Makefile in favor of npm scripts
- remove yarn.lock
- remove History.md in favor of gh releases
- add editorconfig
- Convert to ES6 (#110)
- Remove continuous deployment (#109)
- Switch from Mocha to AVA (#108)
- Skip data in flush callbacks (#105)
- Reset timer on flush (#103)
- Remove superagent-retry module (#107)
- Remove browserify build (#104)
- Update README.md
- Preventing webpack to bundle all lodash lib (#94)
- README: fix header
- README: fix badge
- package: upgrade dependencies (#89)
- standard (#88)
- yarn (#85)
- [email protected] [ci skip]
- test: add
_metadata
to "screen" assertion (#87) - replace Travis with CircleCI (#86)
- add support for screen events (#82)
- use correct optional syntax for JSDOC (#83)
- Add node version to messages via _metadata (#84)
- remove trailing slash on
.host
(#81)
- Replace validation with
@segment/loosely-validate-event
- add releasing notes
- Merge pull request #74 from alexstrat/master
- Update dependencies
- adding a cli
- updating travis.yml
- increase messageId entropy, and include one id per message
- makefile: changing bin paths and nsp target
- Upgraded vulnerable dependencies and minor change in the tests to support them
- Adding Node Security Project support
- update analytics-node.js
- Remove proxy support
- Merge pull request #47 from yorkie/patch-1
- remove the duplicated keyword
- Update analytics-node.js
- Try to retry a few times before responding
- add browserify support
- Add installation instructions to readme
- Add sentAt
-
add: proxy requests
-
fix: given contexts to extended and not wiped out
-
fix: context data being added to messages
-
update: debug dependency
0.6.0 - February 19, 2014
- add group method