Skip to content

v1.0.35

Choose a tag to compare

@github-actions github-actions released this 18 Jun 08:37
· 21 commits to main since this release
2864222

Changelog

  • 79d649c Add --stream flag for continuous (streaming) ingestion (#797)
  • b7dc31c Add Monday items source and board scoping (#812)
  • 3a18dde Add trim whitespace ingestion option (#811)
  • 5626ba7 Fill unchanged TOAST columns from prior rows in the Postgres CDC decoder (#804)
  • 2864222 Merge pull request #760 from bruin-data/feat/sendgrid-source
  • 78be2c2 Merge pull request #815 from bruin-data/bensuyurtturk/bru-4971-vuln-high-githubcomdockerdocker-in-ingestr-cve-2026-34040
  • f3bc287 Merge pull request #818 from bruin-data/iremcaginyurtturk/monday-api-token-rename
  • 09cd360 Organize platform docs overview (#816)
  • ec56939 Update sendgrid.md
  • 18ea755 [codex] Add MySQL CDC source support (#810)
  • fc6f547 [codex] Add World Cup soccer data sources (#740)
  • 992b383 chore(sendgrid): trim comments to 1-2 lines
  • 2cc8851 chore: stop tracking generated imports.gen.go (gitignored)
  • c019cd8 docs(sendgrid): align with house style and add sidebar entry
  • 6f306e7 feat(sendgrid): add blocks, invalid_emails, spam_reports, unsubscribes tables
  • 9135f06 feat(sendgrid): add suppression_groups, suppression_group_members, templates
  • f4a2ddc feat(sendgrid): batch messages via recursive date-range bisection
  • cd4c598 feat(sendgrid): make interval-end exclusive (half-open [start, end))
  • d5c4abb feat(sendgrid): recover >1000 same-second messages via msg_id prefix partition
  • 6d26b9b feat(source): add sendgrid source
  • 8303913 fix pg primary key logs (#803)
  • df9e927 fix strategy test truncate fixture (#814)
  • 484de9c fix(deps): bump testcontainers-go to v0.42.0 to drop vulnerable docker/docker (CVE-2026-34040)
  • e41d478 fix(monday): standardize on api_token, fix scoped-updates test, expand docs
  • 5d90753 fix(sendgrid): keep rows with null/unparseable incremental key instead of dropping
  • c49c965 fix(sendgrid): warn when messages page limit is hit
  • b0b236f refactor(sendgrid): config-driven structure, fix single_sends page size, add tests
  • bb3b11a refactor(sendgrid): drop email_activity_query, make stats granularity a table suffix
  • 9a30a4a test(sendgrid): make messages bisection unit-testable and cover it
  • ff995c9 update doc