v0.3.0
New Features
-
New connector - Snowflake
-
New connector - BigQuery
-
Automatic pagination - Offset
You can use “pagination.mode=offset” to enable auto pagination now. -
Validation filters.
You can add validators in templates instead of in analytical API schema.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 #92
- Official document by @oscar60310 in #90
- Fix: Improve document by @oscar60310 in #94
- fix(serve, cli): fix the checking "format" field logistic in "response-formats" options by @kokokuo in #95
- fix(serve): the test cases of checking useable format fail. by @kokokuo in #96
- fix(doc): add ga4 to doc by @wwwy3y3 in #100
- Feature: Vercel sponsorship by @oscar60310 in #107
- Fix: Catch all errors to prevent server crashes by @kokokuo in #109
- Feature: Syntax sugars for parameter validators by @oscar60310 in #108
- Chore: Disable circleci DLC by @oscar60310 in #113
- Feature: Implement offset and limit of data sources by @oscar60310 in #111
- Feature: Serialize/Deserialize all artifacts by @oscar60310 in #119
- Fix: Improve the stabilities of PostgreSQL and DuckDB drivers by @oscar60310 in #120
- fix: readme description by @chilijung in #123
- fix: readme narrative by @chilijung in #124
- Fix/documentation desc by @chilijung in #125
- Fix/documentation desc by @chilijung in #128
- Fix/documentation desc by @chilijung in #129
- fix(readme): when use vulcan by @chilijung in #130
- Feature: Snowflake support - statement by @oscar60310 in #127
- Feature: add extensions documentation by @kokokuo in #110
- Feature: Document of template engine extensions by @oscar60310 in #116
- Fix: Improper parameterizing of variables without values by @oscar60310 in #132
- Feature: BigQuery support - statement by @JSYOU in #131
New Contributors
- @chilijung made their first contribution in #123
- @JSYOU made their first contribution in #131
Full Changelog: v0.2.1...v0.3.0