Releases: protobufjs/protobuf.js
Releases · protobufjs/protobuf.js
v6.10.1-beta.0 Pre-release
This is a pre-release for testing purposes of #1448.
Install by running npm install protobufjs@next
protobuf.js v6.10.0
Features
- add configurable Root.prototype.fetch (ad3cffd)
- better comment parse (#1419) (7fd2e18)
- parsed options (#1256) (7a25398)
Bug Fixes
- allow Windows unc paths to be resolved and normalized (#1351) (cd4aeda)
- do not fail if no process (#1440) (f2faa8c)
- fix util.global (#1441) (742b8dc)
- google.protobuf.Any type_url fixes (#1068) (192f5f1)
- handling of map entries with omitted key or value (#1348) (b950877)
- properly parse empty messages in options (#1429) (7fbc79f)
- updated isNode check (#1221) (#1363) (5564e7b)
v6.10.0-beta.2 Pre-release
This is a pre-release for testing purposes of #1424.
Install by running npm install protobufjs@next
v6.10.0-beta.1 Pre-release
This is a pre-release for testing purposes of #1424.
Install by running npm install protobufjs@next
v6.10.0-beta.0 Pre-release
This is a pre-release for testing purposes of #1424.
Install by running npm install protobufjs@next
protobuf.js v6.9.0
v6.9.0-beta.0 Pre-release
This is a pre-release for testing purposes of #1374.
Install by running npm install protobufjs@next
5.0.3
6.8.6
This is a security patch:
- Fixes
typeRefRe
used in the parser (1.X-6.8.5) being vulnerable to ReDoS as reported by James Davis. Relevant where a user is allowed to provide .proto sources for parsing. Applications using trusted .proto definitions, JSON descriptors or static code exclusively are not affected.
protobuf.js 6.8.0
Experimental decorators, a lot of general fixes and an overhaul of typings generated by pbts
.