Skip to content

Releases: blacha/chunkd

source-memory: v11.0.2

23 Aug 20:48
1214cfe
Compare
Choose a tag to compare

11.0.2 (2023-08-23)

Bug Fixes

  • source-memory: explain exactly why the source read failed (fc2601a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/source bumped from ^11.0.0 to ^11.1.0

source-http: v11.0.2

23 Aug 20:48
1214cfe
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/source bumped from ^11.0.0 to ^11.1.0

source-file: v11.0.1

23 Aug 20:48
1214cfe
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/source bumped from ^11.0.0 to ^11.1.0

source-aws: v11.0.2

23 Aug 20:48
1214cfe
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/source bumped from ^11.0.0 to ^11.1.0

middleware: v11.0.1

23 Aug 20:48
1214cfe
Compare
Choose a tag to compare

11.0.1 (2023-08-23)

Bug Fixes

  • middleware: do not read past the end of files (603873c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/source bumped from ^11.0.0 to ^11.1.0

fs: v11.1.0

23 Aug 20:48
1214cfe
Compare
Choose a tag to compare

11.1.0 (2023-08-23)

Features

  • fs: use "url" over "path" for url locations (8b072bd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/source bumped from ^11.0.0 to ^11.1.0
      • @chunkd/source-memory bumped from ^11.0.1 to ^11.0.2
      • @chunkd/source-file bumped from ^11.0.0 to ^11.0.1
      • @chunkd/source-http bumped from ^11.0.1 to ^11.0.2

fs-aws: v11.1.0

23 Aug 20:48
1214cfe
Compare
Choose a tag to compare

11.1.0 (2023-08-23)

Features

  • fs: use "url" over "path" for url locations (8b072bd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/fs bumped from 11.0.2 to 11.1.0
      • @chunkd/source-aws bumped from 11.0.1 to 11.0.2

fs: v11.0.2

02 Aug 22:07
4638375
Compare
Choose a tag to compare

11.0.2 (2023-08-02)

Bug Fixes

  • fs: correct directory names for windows (#1241) (6ba9f24)
  • fs: correct error action names (c10bbeb)
  • fs: missing source-memory dependency (f1ff070)

fs-aws: v11.0.2

02 Aug 22:07
4638375
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chunkd/fs bumped from 11.0.1 to 11.0.2

source-memory: v11.0.1

26 Jul 00:53
83869d7
Compare
Choose a tag to compare

11.0.1 (2023-07-26)

Bug Fixes

  • source-memory: allow creating source with string url (640a4a4)