v0.5.1
New Features
- Publish Catalog User Interface to @vulcan-sql/catalog-server on NPM
- Support new data sources to connect and query to Canner Enterprise, please see the README.
- Support new authenticator to authenticate by Canner Enterprise Personal Access Token, please see the README.
- Support VulcanSQL to integrate with Canner Enterprise to provide Data API and API documentation on Canner Enterprise.
Fixes
- Wrong API endpoint on the page of Website.
- Fix: The
bcryptjs
dependency package missing after installing theserve
package. - Fix: Handling when URL paths are the same but their SQL content is different.
What's Changed
- Change the way to suppress the aws-sdk warning by @wwwy3y3 in #174
- Fix(doc): wrong api endpoint by @cyyeh in #176
- docs: update discord invitation link by @JSYOU in #179
- Feature: Support indexing column and refreshing data by time the in the cache layer by @kokokuo in #173
- Feature: Canner enterprise connector by @onlyjackfrost in #172
- Feature: Support fetching artifacts from Canner Enterprise by @kokokuo in #180
- Fix: The "bcryptjs" dependency package missing after install the "serve" package by @kokokuo in #183
- Fix: Handling when URL paths are the same but their SQL content is different by @kokokuo in #182
- Chore: Add additional catalog package.json by @andreashimin in #184
- Fix: Face issue when testing the VulcanSQL integration with Canner Enterprise by @kokokuo in #185
- Feature: Canner PAT authenticator by @onlyjackfrost in #181
- Fix: update "project.json" to sync and missed publish command for "extension-authenticator-canner" by @kokokuo in #187
- Chore: Bump to 0.5.1 by @kokokuo in #188
New Contributors
Full Changelog: v0.4.0...v0.5.1