Skip to content

Latest commit

 

History

History
305 lines (137 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

305 lines (137 loc) · 12.6 KB

Changelog

5.1.2 (2024-09-10)

Bug Fixes

  • content length for byte range requests (9248917)

5.1.1 (2024-09-10)

Bug Fixes

5.1.0 (2024-09-10)

Features

Bug Fixes

5.0.1 (2024-05-15)

Bug Fixes

5.0.0 (2024-05-14)

⚠ BREAKING CHANGES

  • dependencies for handlers have changed, splitting out block, DAG and unixfs services. These are all satisfied by the Dagula class for the time being.

Features

  • support byte range for raw block requests (#57) (496cb24)

4.1.1 (2024-01-17)

Bug Fixes

  • allow dag-json traversal (ebc4f5e)

4.1.0 (2023-12-13)

Features

  • fix exports[].types in package.json (#54) (a3c098b)

4.0.0 (2023-12-12)

⚠ BREAKING CHANGES

  • tsconfig.json uses module=NodeNext (#52)

Features

  • tsconfig.json uses module=NodeNext (#52) (443bd58)

3.5.1 (2023-09-19)

Bug Fixes

3.5.0 (2023-08-25)

Features

  • support entity-bytes for CAR requests (21e3f8f)

3.4.3 (2023-08-22)

Bug Fixes

3.4.2 (2023-08-15)

Bug Fixes

  • revert cache content of unknown size (caef58a)

3.4.1 (2023-08-14)

Bug Fixes

  • dfs block retrieval ordering (8974cd4)

3.4.0 (2023-08-02)

Features

Bug Fixes

  • specify that Accept header varies response (15b55c4)

3.3.3 (2023-08-02)

Bug Fixes

  • block yield for unknown hash (856181f)
  • unixfs type inconsistency (0c3bc4f)

3.3.2 (2023-07-24)

Bug Fixes

  • do not cache if content-range response (74972e7)

3.3.1 (2023-07-24)

Bug Fixes

  • only add Content-Disposition header if not already exists (#40) (f3cda76)
  • only cache get requests (#42) (e5b1fe2)

3.3.0 (2023-07-13)

Features

  • cache responses without a content-length header (#38) (e65eb6c)

3.2.4 (2023-06-30)

Bug Fixes

3.2.3 (2023-06-13)

Bug Fixes

  • assign to context do not overwrite (#34) (16a0ff9)

3.2.2 (2023-06-09)

Bug Fixes

3.2.1 (2023-06-09)

Bug Fixes

3.2.0 (2023-06-07)

Features

  • pull out 80k of css to a file so it can be cached (#30) (71bdf8e)

3.1.1 (2023-05-30)

Bug Fixes

  • return HTTP 400 for CID parse error (#27) (31eea2e)

3.1.0 (2023-05-19)

Features

3.0.0 (2023-05-02)

⚠ BREAKING CHANGES

  • CARs returned for cid+path will now be rooted at the root cid rather than the resovled cid for the end of the path and include all blocks needed to verify the path was traveresed correctly.

Features

  • support ?car-scope and verifiable paths for format=car (#21) (7593a2f)

2.0.3 (2023-03-14)

Bug Fixes

2.0.2 (2022-11-11)

Bug Fixes

  • better content-type detection for svg (#17) (3f01e09)

2.0.1 (2022-10-21)

Bug Fixes

  • paths with URI encoded components (#15) (6467199)

2.0.0 (2022-10-19)

⚠ BREAKING CHANGES

  • The handleUnixfsFile handler no longer pipes through FixedLengthStream.

Features

  • add withFixedLengthStream middleware (76bf7b5)

1.3.0 (2022-10-18)

Features

  • better debug messages in dev (89873c8)
  • send 412 when not cached and request wants it only if it is cached (#13) (0d822f8)

1.2.1 (2022-10-12)

Bug Fixes

1.2.0 (2022-10-12)

Features

  • add with cdn cache middleware (#7) (05e3f7a)
  • unixfs directory handler (403ae6c)

Bug Fixes

  • composeMiddleware type (d101941)
  • export types from bindings (eaaa11e)

1.1.0 (2022-10-12)

Features

  • add content disposition header (#4) (52ec13d)

Bug Fixes

1.0.2 (2022-10-12)

Bug Fixes

  • include src directory in published package (f4d4bf2)

1.0.1 (2022-10-12)

Bug Fixes

1.0.0 (2022-10-12)

Features