protobuf.js
protobuf.js copied to clipboard
`protobufjs` v7.0.0 and `protobufjs-cli` v1.0.0 are out!
Hey folks,
I'll create this issue here to let you all know that v7.0.0 of protobufjs is finally out and published on npm.
Just in case you didn't know, the CLI tools (pbjs and pbts) were moved to a separate package protobufjs-cli, so you might need to install it separately if you use the CLI tools. The big change is that the CLI tools don't run npm install in the runtime anymore, so they should be much easier to use now.
The release has some big changes, so we would expect something will definitely not work as expected. Please do reply here in this issue if you have any problems with the 7.0.0 release, or feel free to create more issues :)
Thanks everyone for your patience!
I ran into https://github.com/jsdoc/jsdoc/issues/1840 when trying to use v7.0.0 with Yarn PnP. The patch fixed mentioned on that ticket for jsdoc worked for me.
Can you please publish packages under @protobufjs/? In v7.0.0 utf8 issue marked as fixed, but if you npm i protobufjs - you will still receive code, which imports old version of @protobufjs/utf8, with this bug.
new to pbjs, but really want to the pbjs json target include comments https://github.com/protobufjs/protobuf.js/issues/1145
Can you please publish packages under @protobufjs/? In v7.0.0 utf8 issue marked as fixed, but if you npm i protobufjs - you will still receive code, which imports old version of
@protobufjs/utf8, with this bug.
I cannot, but @dcodeIO can - Daniel, would you be able to update the @protobufjs/ packages?
Is there documentation anywhere on how to migrate from 6.x to 7.0?
How to run pbjs on Windows?