Skip to content

Tags: raystack/meteor

Tags

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: upgrade buf and goreleaser (#495)

* build: upgrade buf and goreleaser

* build: update workflows

* lint: fix lint issues

* build: change action version

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: add darwin release

v0.10.0

Toggle v0.10.0's commit message
build: upgrade goreleaser to v2

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: fix bigquery plugin test (#484)

v0.9.1

Toggle v0.9.1's commit message
feat: instrument grpc interceptor with OpenTelemetry

v0.9.0

Toggle v0.9.0's commit message
build: fix gorelease

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add struct tags and update docs (#477)

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(bigquery): add clustering fields and extra fields for partition (#…

…472)

* add clustering fields
* add partition details for different kinds of partitioning in bigquery - time and range

---------

Co-authored-by: Anjali Aggarwal <[email protected]>

v0.7.2

Toggle v0.7.2's commit message
Release v0.7.2

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: enhance HTTP extractor's script options (#470)

- Allow configuration of the max_allocs and max_const_objects that
  limit memory allocation in the script env.
- Pass the recipe's scope as a script global so that it can be used to
  construct the asset's URN if needed.