Skip to content

v0.3.0

Compare
Choose a tag to compare
@oscar60310 oscar60310 released this 03 Nov 06:42
· 576 commits to develop since this release
642aeb7

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

New Contributors

Full Changelog: v0.2.1...v0.3.0