Releases: raystack/meteor
Releases · raystack/meteor
v0.7.1
What's Changed
- fix: extract io writer in recipe generator by @kushsharma in #466
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- fix: include project in URN for caramlstore extractor by @sudo-suhas in #435
- feat(bigquery): set max page size for iterators in bigquery extractor by @bsushmith in #437
- feat(bigquery): use service_account_base64 to pass credentials by @bsushmith in #438
- feat: add application_yaml extractor by @sudo-suhas in #427
- fix: skip validation for recipe scope if unneeded by @sudo-suhas in #432
- docs: fix minor issues by @sudo-suhas in #439
- fix: improve error messages by @sudo-suhas in #431
- feat: add Merlin extractor by @sudo-suhas in #440
- refactor: add decode hook function for anypb in structmap by @sudo-suhas in #434
- feat(bigquery): add exclusion filters for datasets and tables by @bsushmith in #441
- fix: carry forward changes by prev processor for next by @sudo-suhas in #445
- refactor: use generic handling for getting/setting attributes by @sudo-suhas in #447
- fix: avoid race conditions from concurrent modification of data by @sudo-suhas in #446
- feat: populate new fields of Entity in caramlstore extractor by @sudo-suhas in #454
- fix: close sinks after records are written by @sudo-suhas in #448
- test: track coverage for plugins by @sudo-suhas in #443
- fix: load env vars having $ in value correctly by @sudo-suhas in #455
- feat: add HTTP extractor by @sudo-suhas in #442
- feat(bigquery): save policy tags in column attributes by @bsushmith in #457
- docs: Fix typos by @Zearin in #464
- feat!: extend HTTP extractor by @sudo-suhas in #461
New Contributors
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix: respect context cancellation for sink retries by @sudo-suhas in #403
- fix(lint): format error message with appropriate line breaks by @sudo-suhas in #404
- feat: add google workspace extractor by @ishanarya0 in #392
- fix(bigquery): panic-ing due to invalid type for structpb by @StewartJingga in #411
- fix: accept and use scope for generating recipe by @sudo-suhas in #405
- fix(gen): format, fix sample configs used for generating recipes by @sudo-suhas in #406
- refactor: rename template helper func {fmtSampleConfig => rawfmt} by @sudo-suhas in #412
- fix: send asset metadata create_time & update_time to Compass by @sudo-suhas in #415
- docs: update overview image by @ravisuhag in #418
- feat: add caramlstore extractor by @sudo-suhas in #417
- Fix typo by @lucapette in #421
- fix: don't use relative paths for links outside docs fldr by @sudo-suhas in #422
- refactor!: drop ml prefix from types for feature, model by @sudo-suhas in #423
- feat: add shield sink by @ishanarya0 in #408
- ci: enable cache to speed up jobs by @sudo-suhas in #433
- feat: add script processor using Tengo by @sudo-suhas in #428
New Contributors
- @lucapette made their first contribution in #421
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- chore: go mod tidy by @sudo-suhas in #395
- feat!: new v1beta2 asset models by @StewartJingga in #386
- docs: fix broken links by @ravisuhag in #400
- feat: allow disabling sink retries by @sudo-suhas in #399
- fix: improve log statement for retry sink by @sudo-suhas in #398
- fix: skip config load for cmds that don't require it by @sudo-suhas in #396
New Contributors
- @sudo-suhas made their first contribution in #395
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
v0.4.0
What's Changed
- feat: add metadata sink for file by @GrayFlash in #362
- fixing typos in docs by @andrelsjunior in #367
- feat: add auth_token in tableau config by @GrayFlash in #361
- fix(elastic): fix failing tests due to unsorted indexes by @GrayFlash in #360
- fix: sink all records to file after stream closes by @GrayFlash in #370
- feat: add metric collection to catch sink errors by @GrayFlash in #372
- docs: upgrade docusaurus theme by @ravisuhag in #381
- feat: add redash extractor by @scortier in #325
- fix(bigquery): sanitize unicode null sequence by @bsushmith in #382
- feat: add stencil sink by @scortier in #368
- feat: send record count as gauge metric by @GrayFlash in #384
- fix: broken build worflow by @GrayFlash in #385
New Contributors
- @andrelsjunior made their first contribution in #367
- @bsushmith made their first contribution in #382
Full Changelog: v0.3.3...v0.4.0
v0.3.3
v0.3.2
Changelog
- 5c87005 chore: add workflow for coverage (#346)
- 062956c chore: remove empty fields
- 7bee671 chore: update fixtures file path
- 76ee919 feat(metabase): use instance label for urn component (#351)
- 501f4e7 feat(optimus): new optimus rpc client (#342)
- d64b801 feat: add shield extractor
- 6f13cc1 fix: misleading error for missing version field (#347)
v0.3.1
Changelog
- 0a03ade chore: fix plugin_test workflow file
- 5691716 chore: revert plugins tag in test to avoid failing tests
- 853b1e2 feat(columbus): update columbus api to new patch api (#337)
- 23eca16 feat(postgres): extract table access for users (#339)
- c825f67 feat: add snowflake extractor (#324)
- 6730f85 feat: allow agent level config with --config flags (#331)
- cb7866e feat: pass env variables with --var flag on run cmd (#323)
- ddfd7f1 fix(presto): fix MaxWait and Ping query in test (#327)
- 86885e1 fix: broken plugin test (#330)
- 2395ccc fix: broken plugin tests on ci (#333)
- d76f419 refactor: create a util package for extractor (#328)
- 7a38fdc refactor: rename columbus sink to compass sink (#341)