Vulcan-sql

Latest version: v0.8.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.3

New Features
* Support Catalog run with docker in binary
* Provide Catalog Server docker image [vulcan-sql/catalog-server](https://github.com/Canner/vulcan-sql/pkgs/container/vulcan-sql%2Fcatalog-server)

Fixes
* Fix: Typo issue in extension-canner-authenticator.
* Fix: Catalog UI preview result for API without parameters.
* Fix: Update documentation of [catalog intro](https://vulcansql.com/docs/catalog/catalog-intro).

What's Changed
* Fix: Typo issue for "port" in the README at "extension-canner-authenticator". by kokokuo in https://github.com/Canner/vulcan-sql/pull/198
* Feature: Catalog run with docker when calling by binary by andreashimin in https://github.com/Canner/vulcan-sql/pull/200
* Chore: Bump to 0.5.3 by andreashimin in https://github.com/Canner/vulcan-sql/pull/202


**Full Changelog**: https://github.com/Canner/vulcan-sql/compare/v0.5.2...v0.5.3

0.5.2

New Features
* Update the official website landing page to the [new design page](https://vulcan-sql-document-git-feature-land-33d015-vulcan-sql-document.vercel.app/).

Fixes
* Fix: Wrong link for [intsallation page of Website](https://vulcansql.com/docs/get-started/installation).
* Fix: Incorrect endpoint causes sending a request to do authentication of Canner Enterprise to fail.
* Fix: Documentation typo and update image.
* Fix: Catalog server missing `next` dependency cause `vulcan catalog` could not work.


What's Changed
* Feature: Update landing page by fredalai in https://github.com/Canner/vulcan-sql/pull/193
* Feature: Update doc by wwwy3y3 in https://github.com/Canner/vulcan-sql/pull/194
* Fix(extension-canner-authenticator): Fix endpoint to canner web service by onlyjackfrost in https://github.com/Canner/vulcan-sql/pull/196
* Fix: Fix broken installation link by cyyeh in https://github.com/Canner/vulcan-sql/pull/195
* Fix: Catalog server missing dependency by andreashimin in https://github.com/Canner/vulcan-sql/pull/190
* Chore: Bump to 0.5.2 by kokokuo in https://github.com/Canner/vulcan-sql/pull/197


**Full Changelog**: https://github.com/Canner/vulcan-sql/compare/v0.5.1...v0.5.2

0.5.1

New Features
* Publish Catalog User Interface to [vulcan-sql/catalog-server](https://www.npmjs.com/package/vulcan-sql/catalog-server) on NPM
* Support new data sources to connect and query to Canner Enterprise, please see the [README](https://github.com/Canner/vulcan-sql/blob/v0.5.1/packages/extension-driver-canner/README.md).
* Support new authenticator to authenticate by Canner Enterprise Personal Access Token, please see the [README](https://github.com/Canner/vulcan-sql/blob/v0.5.1/packages/extension-authenticator-canner/README.md).
* 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](https://vulcansql.com/docs/get-started/first-api).
* Fix: The `bcryptjs` dependency package missing after installing the `serve` 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 https://github.com/Canner/vulcan-sql/pull/174
* Fix(doc): wrong api endpoint by cyyeh in https://github.com/Canner/vulcan-sql/pull/176
* docs: update discord invitation link by JSYOU in https://github.com/Canner/vulcan-sql/pull/179
* Feature: Support indexing column and refreshing data by time the in the cache layer by kokokuo in https://github.com/Canner/vulcan-sql/pull/173
* Feature: Canner enterprise connector by onlyjackfrost in https://github.com/Canner/vulcan-sql/pull/172
* Feature: Support fetching artifacts from Canner Enterprise by kokokuo in https://github.com/Canner/vulcan-sql/pull/180
* Fix: The "bcryptjs" dependency package missing after install the "serve" package by kokokuo in https://github.com/Canner/vulcan-sql/pull/183
* Fix: Handling when URL paths are the same but their SQL content is different by kokokuo in https://github.com/Canner/vulcan-sql/pull/182
* Chore: Add additional catalog package.json by andreashimin in https://github.com/Canner/vulcan-sql/pull/184
* Fix: Face issue when testing the VulcanSQL integration with Canner Enterprise by kokokuo in https://github.com/Canner/vulcan-sql/pull/185
* Feature: Canner PAT authenticator by onlyjackfrost in https://github.com/Canner/vulcan-sql/pull/181
* Fix: update "project.json" to sync and missed publish command for "extension-authenticator-canner" by kokokuo in https://github.com/Canner/vulcan-sql/pull/187
* Chore: Bump to 0.5.1 by kokokuo in https://github.com/Canner/vulcan-sql/pull/188

New Contributors
* cyyeh made their first contribution in https://github.com/Canner/vulcan-sql/pull/176

**Full Changelog**: https://github.com/Canner/vulcan-sql/compare/v0.4.0...v0.5.1

0.4.0

New Features
- Refined documentation on [our website](https://vulcansql.com/docs/intro)
- Supporting caching datasets with duckdb. Learn more about this exciting new feature on [our documentation](https://vulcansql.com/docs/develop/cache). Supporting this feature on Bigquery, and Snowflake drivers currently.

Fixes
- Fix `google-cloud/storage` dependency issue for caching feature implementation on Bigquery driver. wwwy3y3 (https://github.com/Canner/vulcan-sql/pull/171)

What's Changed
* Feature: add cache checking middleware and APISchema. onlyjackfrost (https://github.com/Canner/vulcan-sql/pull/161)
* Feature: Support SQL syntax of cache tag with keeping to variable like req and cache layer loader. kokokuo (https://github.com/Canner/vulcan-sql/pull/162)
* Feature: implement snowflake export function. onlyjackfrost (https://github.com/Canner/vulcan-sql/pull/163)
* Feature: Cache feature support BigQuery datasource. onlyjackfrost (https://github.com/Canner/vulcan-sql/pull/166)
* Fix: add google-cloud/storage dependency. wwwy3y3 (https://github.com/Canner/vulcan-sql/pull/171)
* Feature: Support Catalog User Interface. andreashimin (https://github.com/Canner/vulcan-sql/pull/160)

What's Coming Next
* [API Catalog feature](https://vulcansql.com/docs/catalog/catalog-intro) has been merged into our main branch ((https://github.com/Canner/vulcan-sql/pull/160, thanks to andreashimin ). We'll continue to include this feature in our pre-bundled binary and refine the corresponding documentation, then offically release this feature in the next version.

**Full Changelog**: https://github.com/Canner/vulcan-sql/compare/v0.4.0...v0.3.2

0.3.2

New Features
- New built-in tag: [req](https://vulcansql.com/docs/api-building/sql-syntax#useing-http-request-data-in-sql-file)
You can now use HTTP requests as query parameters in SQL.

sql
select
*
from
"artists"
where
{{ context.req.method }} = 'GET'
and
{{ context.req.header.customParameters }} = 'custom parameters'
......


Fixs
- Fix the path of sql files not being recognized correctly in winOS

What's Changed
* Fix: Fix the path of sql files not being recognized correctly in winOS by JSYOU in https://github.com/Canner/vulcan-sql/pull/145
* Feature: Passing route information to template engine by JSYOU in https://github.com/Canner/vulcan-sql/pull/142


**Full Changelog**: https://github.com/Canner/vulcan-sql/compare/v0.3.1...v0.3.2

0.3.1

New Features
- New built-in tag: [masking](https://vulcansql.com/docs/api-building/sql-syntax#using-masking-tag)
You can now use the masking tag to limit the exposure of sensitive data.

sql
select
C_CUSTKEY,
C_NAME,
C_ADDRESS,
C_NATIONKEY,
{% masking C_PHONE partial(3, 'XXX-XXX', 5) %} as C_PHONE_Masked,
C_ACCTBAL,
C_MKTSEGMENT,
C_COMMENT
from tpch_sf1.customer;


![image](https://user-images.githubusercontent.com/9553914/212810184-b05b8ddf-8e17-4259-9bfd-75e6ece02846.png)

Fixs
- Fix metadata of documentation

What's Changed
* Fix: Update og image by oscar60310 in https://github.com/Canner/vulcan-sql/pull/133
* Chore: Add links to Twitter account by oscar60310 in https://github.com/Canner/vulcan-sql/pull/134
* Chore: Update overview image by oscar60310 in https://github.com/Canner/vulcan-sql/pull/135
* Chore: update overview image of website by oscar60310 in https://github.com/Canner/vulcan-sql/pull/136
* Fix: fix wrong width on mobile devices by oscar60310 in https://github.com/Canner/vulcan-sql/pull/137
* Feature: Dynamic data masking - custom string by fredalai in https://github.com/Canner/vulcan-sql/pull/140
* Chore: bump to 0.3.1 by oscar60310 in https://github.com/Canner/vulcan-sql/pull/141

New Contributors
* fredalai made their first contribution in https://github.com/Canner/vulcan-sql/pull/140

**Full Changelog**: https://github.com/Canner/vulcan-sql/compare/v0.3.0...v0.3.1

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.