Skip to content

Releases: blacha/chunkd

v8.1.0

21 Feb 00:06
v8.1.0
95672f2
Compare
Choose a tag to compare

Bug Fixes

  • core: do not hard code the number of ms to wait before fetching (60fdbdd)
  • fs: correct typing so fsa.stream can be used with fsa.write (460a596)

Features

  • remove logger a tracking source can be used instead (151dd08)
  • core: allow overriding all chunk source delays (b3091ad)
  • core: allow overriding how the chunk cache is created for all sources (9ca865a)
  • core: remove request tracking (65f2395)
  • fs: default to local file system when in nodejs (#193) (ff908b0)

v8.0.3

26 Jan 00:08
v8.0.3
e421b88
Compare
Choose a tag to compare
v8.0.3

v8.0.2

25 Jan 23:51
v8.0.2
a7f6910
Compare
Choose a tag to compare
v8.0.2

v8.0.1

12 Nov 21:27
v8.0.1
a737152
Compare
Choose a tag to compare
v8.0.1

v7.3.1

16 Sep 07:01
v7.3.1
1e1905b
Compare
Choose a tag to compare

Bug Fixes

  • fs: export AwsCredentials in nodejs (6a03e68)

v7.3.0

16 Sep 06:53
v7.3.0
8347f25
Compare
Choose a tag to compare

Features

  • fs: support caching of aws credentials (c0b08b3)

v7.2.4

16 Sep 03:59
v7.2.4
9286289
Compare
Choose a tag to compare

Bug Fixes

  • fs: fs.source should really never be null (05ee837)

v7.2.3

16 Sep 03:45
v7.2.3
90c549d
Compare
Choose a tag to compare

Bug Fixes

  • fs: fs.source should never return null (4c22b84)

v7.2.2

16 Sep 00:07
v7.2.2
3564902
Compare
Choose a tag to compare

Bug Fixes

  • core: expose missing fetchBytes function to directly read form the source (8dc883e)
  • fs: add .source mapping to sub file systems (171106b)
  • source-aws: aws-sdk does not export the credential providers (4401dcc)

v7.2.1

15 Sep 07:26
v7.2.1
d86c81f
Compare
Choose a tag to compare

Bug Fixes

  • source-file: should support writing strings to files (632170a)