Skip to content

Releases: ipfs/protons

protons-v6.0.2

12 Jan 16:54
Compare
Choose a tag to compare

protons-v6.0.2 (2023-01-12)

Dependencies

protons-runtime-v4.0.2

12 Jan 16:53
Compare
Choose a tag to compare

protons-runtime-v4.0.2 (2023-01-12)

Dependencies

protons-v6.0.1

14 Oct 17:38
Compare
Choose a tag to compare

protons-v6.0.1 (2022-10-14)

Dependencies

  • bump meow from 10.1.5 to 11.0.0 (#67) (d489fd3)
  • bump uint8arrays from 3.1.1 to 4.0.2 (#71) (b537e92)

protons-v6.0.0

12 Oct 11:25
Compare
Choose a tag to compare

protons-v6.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • ts definitions will need to be generated from .proto files - singular message fields have become optional as message fields are always optional in proto3

Bug Fixes

  • adhere more closely to the language guide for proto3 default values (#66) (406d775), closes #43

Dependencies

  • update sibling dependencies (b1316fa)

protons-runtime-v4.0.1

12 Oct 11:25
Compare
Choose a tag to compare

protons-runtime-v4.0.1 (2022-10-12)

Bug Fixes

  • only import reader/writer to decrease bundle size (#69) (8eea129)

protons-runtime-v4.0.0

12 Oct 10:21
Compare
Choose a tag to compare

protons-runtime-v4.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • ts definitions will need to be generated from .proto files - singular message fields have become optional as message fields are always optional in proto3

Bug Fixes

  • adhere more closely to the language guide for proto3 default values (#66) (406d775), closes #43

protons-v5.1.0

11 Aug 08:49
Compare
Choose a tag to compare

protons-v5.1.0 (2022-08-11)

Features

protons-runtime-v3.1.0

11 Aug 08:49
Compare
Choose a tag to compare

protons-runtime-v3.1.0 (2022-08-11)

Features

protons-v5.0.0

10 Aug 07:31
Compare
Choose a tag to compare

protons-v5.0.0 (2022-08-10)

⚠ BREAKING CHANGES

  • the exported types of protons-runtime have changed and protobuf encoders/decoders will need to be regenerated

Bug Fixes

  • increase encoding/decoding performance (#58) (9987b97)

Trivial Changes

protons-runtime-v3.0.1

10 Aug 08:21
Compare
Choose a tag to compare

protons-runtime-v3.0.1 (2022-08-10)

Bug Fixes