New Features
- New connector - [Snowflake](https://vulcansql.com/docs/connectors/snowflake)
- New connector - [BigQuery](https://vulcansql.com/docs/connectors/bigquery)
- Automatic pagination - [Offset](https://vulcansql.com/docs/api-building/pagination/offset)
You can use “pagination.mode=offset” to enable auto pagination now.
- [Validation filters](https://vulcansql.com/docs/api-building/api-validation/validation-filter).
You can add validators in templates instead of in analytical API schema.
sql
SELECT * FROM "artists"
WHERE ConstituentID = {{ context.params.id | is_required | is_integer }}
Fixs
- Improve the stabilities of connectors.
- Fix “format” configuration of response formaters.
- Fix parameterization issues.
What's Changed
* Chore: Update README for latest version (0.2.1) by oscar60310 in https://github.com/Canner/vulcan-sql/pull/92
* Official document by oscar60310 in https://github.com/Canner/vulcan-sql/pull/90
* Fix: Improve document by oscar60310 in https://github.com/Canner/vulcan-sql/pull/94
* fix(serve, cli): fix the checking "format" field logistic in "response-formats" options by kokokuo in https://github.com/Canner/vulcan-sql/pull/95
* fix(serve): the test cases of checking useable format fail. by kokokuo in https://github.com/Canner/vulcan-sql/pull/96
* fix(doc): add ga4 to doc by wwwy3y3 in https://github.com/Canner/vulcan-sql/pull/100
* Feature: Vercel sponsorship by oscar60310 in https://github.com/Canner/vulcan-sql/pull/107
* Fix: Catch all errors to prevent server crashes by kokokuo in https://github.com/Canner/vulcan-sql/pull/109
* Feature: Syntax sugars for parameter validators by oscar60310 in https://github.com/Canner/vulcan-sql/pull/108
* Chore: Disable circleci DLC by oscar60310 in https://github.com/Canner/vulcan-sql/pull/113
* Feature: Implement offset and limit of data sources by oscar60310 in https://github.com/Canner/vulcan-sql/pull/111
* Feature: Serialize/Deserialize all artifacts by oscar60310 in https://github.com/Canner/vulcan-sql/pull/119
* Fix: Improve the stabilities of PostgreSQL and DuckDB drivers by oscar60310 in https://github.com/Canner/vulcan-sql/pull/120
* fix: readme description by chilijung in https://github.com/Canner/vulcan-sql/pull/123
* fix: readme narrative by chilijung in https://github.com/Canner/vulcan-sql/pull/124
* Fix/documentation desc by chilijung in https://github.com/Canner/vulcan-sql/pull/125
* Fix/documentation desc by chilijung in https://github.com/Canner/vulcan-sql/pull/128
* Fix/documentation desc by chilijung in https://github.com/Canner/vulcan-sql/pull/129
* fix(readme): when use vulcan by chilijung in https://github.com/Canner/vulcan-sql/pull/130
* Feature: Snowflake support - statement by oscar60310 in https://github.com/Canner/vulcan-sql/pull/127
* Feature: add extensions documentation by kokokuo in https://github.com/Canner/vulcan-sql/pull/110
* Feature: Document of template engine extensions by oscar60310 in https://github.com/Canner/vulcan-sql/pull/116
* Fix: Improper parameterizing of variables without values by oscar60310 in https://github.com/Canner/vulcan-sql/pull/132
* Feature: BigQuery support - statement by JSYOU in https://github.com/Canner/vulcan-sql/pull/131
New Contributors
* chilijung made their first contribution in https://github.com/Canner/vulcan-sql/pull/123
* JSYOU made their first contribution in https://github.com/Canner/vulcan-sql/pull/131
**Full Changelog**: https://github.com/Canner/vulcan-sql/compare/v0.2.1...v0.3.0