protobuf v6.8.7 Release Notes

Release Date: 2018-07-18 // almost 6 years ago
  • ๐Ÿ›  Fixed

    ๐Ÿ“ฆ :hash: Fix package browser field descriptor (#1046) :hash: Fix static codegen issues with uglifyjs3 ๐Ÿ‘• :hash: Fix lint issues / pbts on windows :hash: Fix empty 'bytes' field decoding, now using Buffer where applicable (#1020) :hash: Fix circular dependency of Namespace and Enum (#994) :hash: Ignore optional commas in aggregate options (#999)

    ๐Ÿ†• New

    0๏ธโƒฃ :hash: Make Message have a default type param (#1086) ๐Ÿ‘€ :hash: Explicitly define service method names when generating static code, see #857 :hash: Also handle services in ext/descriptor (#1001)

    CLI

    ๐Ÿ‘• :hash: Extend list of ignored ESLint rules for pbjs, fixes #1085 :hash: Fix declared return type of pbjs/pbts callback (#1025) :hash: Added an option to pbts to allow custom imports (#1038) :hash: Get node executable path from process.execPath (#1018)

    Other

    ๐Ÿ‘ท :hash: Slim down CI testing and remove some not ultimately necesssary dependencies with audit issues ๐Ÿ‘€ :hash: Move global handling to util, see #995