Skip to content

Releases: mapbox/kine

v3.3.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 11:02
990f3fe

What's Changed

Full Changelog: v3.3.2...v3.3.3

Update to hashing algorithm

Pre-release

Choose a tag to compare

@annapetrone annapetrone released this 07 Aug 21:26

What's Changed

Replace md5 hashing with sha256. https://mapbox.atlassian.net/browse/TELEMTRAF-2938

Full Changelog: v3.3.2...v3.3.3

Update dependencies to fix security vulnerabilities

Choose a tag to compare

@JamesSaxon JamesSaxon released this 02 May 16:07
eb9f15e
  • Update package.json and package-lock.json to address critical security vulnerabilities in dependencies.

v3.3.1

Choose a tag to compare

@lily-chai lily-chai released this 15 Jul 00:37
  • add an optional min. process time (#43)

v3.3.0

Choose a tag to compare

@l-r l-r released this 14 Jul 00:27
  • close shards when data.NextShardIterator is null and data.Records is set (#44)
  • add a callback for onShardClosed event (#45)
  • only update heartbeat if shard is not complete yet (#46)

v3.2.0

Choose a tag to compare

@l-r l-r released this 20 Apr 13:00
  • replace getRecords(params, callback) with a request object that will emit events representing the lifecycle of a request (i.e. success, error, retry, extractData). Call the send() method manually.
  • retries are also manually triggered for certain error codes
  • add a timer to fire the abort method on the request after 5 seconds if the request is hanging. This triggers a retry.
  • more granular retries/delays based on the error code.
  • verbose flag and addition of fastlog dependency for optional extra logging
  • update travis.yml to use node 4.4.3 instead of 0.10
  • add randomized backoff for certain error codes
  • fix 2 typos

v3.1.0

Choose a tag to compare

@l-r l-r released this 11 Mar 01:09

Add a new parameter sequenceNumber to db.checkpoint to allow specifying a different sequenceNumber than what is currently in context.

v3.0.0

Choose a tag to compare

@l-r l-r released this 31 Jan 02:11
  • Leave original data for checkpoint
  • Expose checkpointFunc to context