Skip to content

v9.8.0 Support to inject additional headers

Choose a tag to compare

@github-actions github-actions released this 07 Apr 02:48
· 259 commits to master since this release
75d5da0

What's Changed

From v9.8.0, you can inject additional headers except for authorization header like this.

const config = {
  channelAccessToken: "test_channel_access_token",
  defaultHeaders: {
    hoge: "additional-value" // here
  },
};
const client = new messagingApi.MessagingApiClient(config);
  • Allow to inject default header from clients by @Yang-33 in #1230

line-openapi updates

Dependency updates

Other Changes

Full Changelog: v9.7.3...v9.8.0


This release is prepared by @Yang-33