Releases: chili-publish/studio-connector-framework
v1.9.5
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
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
- @alexandraFlavia9 made their first contribution in #48
- @abdelhalimkhouas made their first contribution in #49
Full Changelog: v1.4.1...v1.6.2
1.4.1
1.4.0
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
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
- @brapoprod made their first contribution in #36
Full Changelog: v1.1.4...v1.3.0
1.1.4
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
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.