Skip to content

Releases: rudderlabs/rudder-sdk-node

2.0.7

29 Jan 08:43
9121dbe
Compare
Choose a tag to compare

Bug Fixes

2.0.6

08 Nov 05:47
96e1990
Compare
Choose a tag to compare

Bug Fixes

  • log level priority (#126) (96e1990)
  • security vulnerabilities upgrade axios from 0.26.0 to 1.6.0 (#125) (83c18ff)

2.0.5

20 Sep 10:36
e782caf
Compare
Choose a tag to compare

Bug Fixes

  • correct type for flush & bring in loosely-validate-event package (#118) (e782caf)

2.0.4

29 Aug 09:09
5dd8999
Compare
Choose a tag to compare

Bug Fixes

  • concurrent event triggering unnecessary flush call (#113) (5dd8999)
  • remove winston logger dependency to enable serverless environments (#112) (3619247)

2.0.3

03 Jul 06:42
d9b544c
Compare
Choose a tag to compare

Bug Fixes

v2.0.2

16 Feb 10:32
ef4ce04
Compare
Choose a tag to compare

Fixes

  • flush after a single event is sent #93
  • added more loggers to assist in debugging #94

v1.1.5

31 Jan 20:13
Compare
Choose a tag to compare

v1.1.5

Commits

  • fix: additional loggers for errors and retries c4b1932

v2.0.1

18 Jan 08:48
14d28d0
Compare
Choose a tag to compare

Fixes

  • library info override when provided in context #89

v2.0.0

06 Jan 08:14
c79910a
Compare
Choose a tag to compare

Features

  • Allow dataPlaneUrl to be be passed in options instead as an argument in initialization. #81
  • Allow passing axios instance or config in options. #81
  • Allow passing error handler function in options. #81
  • Allow to configure batch events path from initialization #81
  • added request compression feature with gzip #81
  • made bull package as an optional dependency #81
  • added type declaration for screen api #81

Fixes

  • default queue prefix #81
  • Cli app to use latest version of dependency #81

BREAKING CHANGE

  • Allow dataPlaneUrl to be passed in options instead as an argument in initialization and must no longer include '/v1/batch' part. #81

v1.1.4

21 Sep 09:54
Compare
Choose a tag to compare

What's Changed

  • fix: type declaration for createPersistenceQueue API by @MoumitaM in #72

Full Changelog: v1.1.3...v1.1.4