24 Feb 2020 - Forge CLI version 4.0.0

:tada: Forge CLI version 4.0.0

We’ve released a new major version of the Forge CLI - @forge/cli@4.0.0.

In this version, we’ve:

  • Fixed error message for TypeScript errors
  • Fixed app bundle issue when the dependency is using the “export” property in package.json
  • Fixed issues with polyfills for some NodeJS packages (such as util) not bundling correctly. If your app is relying on the polyfills introduced in @forge/cli@3.0.0, you will have to remove these changes to be compatible with @forge/cli@4.0.0.

:wrench: Fixed default parameter name for External Auth bearerMethod

When using a bearerMethod of uri-query or form-encoded, the default parameter name (namely, auth_token) did not match the documentation.

We corrected the default parameter name to access_token.

Run npm install -g @forge/cli@latest on the command line to install the latest version of @forge/cli.

6 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.