Native SDK for Connectors release notes

Release notes of the Native SDK Example Java GitHub Connector.

December 10th, 2024

General changes

  • Replaced the SnowSQL tool with new Snowflake CLI tool.

  • Updated the example connector to the newest SDK release.

  • Updated Java dependencies.

Bug fixes

  • Explicitly specified Java 11 as the target build version.

  • Added missing grant for the VIEWER and DATA_READER app roles on the Streamlit UI.

July 15th, 2024

Behavior changes

  • Adopted changes related to a new Identifiers approach introduced in the Connectors Native SDK library version 2.1.0.

  • Implemented OAuth as an authentication mechanism in the Connection Configuration step of the Wizard. The connector no longer requires the user to create an EXTERNAL ACCESS INTEGRATION and SECRET objects with GitHub credentials.

New features

Bug fixes

  • Correction to setup.sql script which was failing during the application version upgrade/downgrade.

May 24th, 2024

Initial release.