Skip to content

Releases: chili-publish/studio-connector-framework

v1.9.5

10 Dec 12:14
Compare
Choose a tag to compare
v1.9.5 Pre-release
Pre-release

Most interesting updates

  • Support of Data Connector
  • Support of new authentication method OAuth2.0 JWT Bearer Token Flow
  • Interactive mode for creating new connector project
  • Many more small improvements

What's Changed

  • [Feat][WRS-1887] Create disabled connector by default by @psamusev in #71
  • [Fix] Add --out param to "new" command and fix git initialization by @psamusev in #72
  • [Feat] Add dataconnector support for Debugger App by @pietervp in #73
  • [Fix] Debugger app: Add HTTP params settings - authorization header, headers, query params by @psamusev in #74
  • [Feat] Add support of data connector for "new" and "publish" commands by @psamusev in #75
  • [Feat][WRS-2106] Add support of "authorizationServerMetadata" to OAuth2ResourceOwner by @psamusev in #78
  • [Fix] Make "bodyFormat" as optional in OAuth2ResourceOwner authentication configuration by @psamusev in #79
  • [Fix][WRS-2109] Add support of OAuth2JwtBearer authentication flow by @psamusev in #80
  • [Fix] Provide improvements for the "new" and "publish" commands by @psamusev in #85

Full Changelog: v1.6.2...v1.9.5

v1.6.2

26 Sep 07:28
Compare
Choose a tag to compare
v1.6.2 Pre-release
Pre-release

What's Changed

Connector Framework

  • [Feature][GRAFX-3403] Update minimal supported version of NodeJS by @alexandraFlavia9 in #48
  • [Feature][WRS-1849] Publish connectors to DEV Connector Hub storage by @abdelhalimkhouas in #49
  • [Feature][GRAFX-3564] Prepare connector data for publishing to Connector Hub @alexandraFlavia9 in #52
  • [Feature][GRAFX-3749] Allow specify extra authentication config in a connector definition by @psamusev in #67

Connector CLI

  • [Feature][GRAFX-3403] Update minimal supported version of NodeJS to 20.x.x by @alexandraFlavia9 in #48
  • [Fix][WRS-2026]: Prevent changing (update/delete/set-auth) of "Hub-Based" connectors via CLI by @psamusev in #68
  • [Fix] Update vulnarable deps by @psamusev in #70

New Contributors

Full Changelog: v1.4.1...v1.6.2

1.4.1

16 Jul 12:24
Compare
Choose a tag to compare
1.4.1 Pre-release
Pre-release

What's Changed

  • [Fix] Align on names for "info" command by @psamusev in #47

Full Changelog: v1.4.0...v1.4.1

1.4.0

11 Jul 08:38
Compare
Choose a tag to compare
1.4.0 Pre-release
Pre-release

What's Changed

New CLI commands

  • [Feat][WRS-1889] Introduce "new" command to generate project structure by @psamusev in #45
  • [Feat][WRS-1889] Introduce "delete" command to remove your deployed connector from env by @psamusev in #45

Improvements

  • [Fix][WRS-1889] Extend output for "info" command by @psamusev in #45
  • [Fix][WRS-1889] Fixed "watch mode" for "debug" command by @psamusev in #45

Full Changelog: v1.3.0...v1.4.0

1.3.0

02 Jul 07:48
Compare
Choose a tag to compare
1.3.0 Pre-release
Pre-release

In this release we're focusing on adding new features and improve existing

What's Changed

  • [Feat][GRAFX-3332] Introduce a new CLI command "set-auth" by @psamusev in #38
  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #40
  • [Fix][WRS-1860] Prevent publishing of connector without explicitly specified allowedDomains options by @psamusev in #43
  • [Feat][WRS-1869] Switch to use v1 API of Environment endpoint's by @psamusev in #44

New Contributors

Full Changelog: v1.1.4...v1.3.0

1.1.4

11 Apr 12:40
Compare
Choose a tag to compare
1.1.4 Pre-release
Pre-release

The central objective of this release is to enhance the stability and usability of the Connector CLI across different platforms and user scenarios

What's Changed

  • [Fix] Fix propagation of authentication headers and introduce runtime options in debug application by @psamusev in #30
  • [Fix][GRAFX-3213] Fix execution of some commands on Windows platform by @psamusev in #32

Full Changelog: v1.1.1...v1.1.4

1.1.0

05 Mar 13:41
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

We’re excited to announce the first release of @chili-publish/connector-cli package, a powerful command-line interface (CLI) tool designed to simplify your development of custom connectors.

Available features:

  • Initialize an empty project - connector-cli init ...
  • Build the connector - connector-cli build ...
  • Test your connector - connector-cli debug ...
  • Unit testing - connector-cli test ...
  • Publish connector to environment connector-cli publish ...

For detailed guidance on getting started, please refer to the information provided here: https://docs.chiligrafx.com/GraFx-Developers/connectors/intro/ . Note that if the documentation is not yet available at the time of your access, we appreciate your patience while we update our resources.