Docs
Plugins
Sources
Overview

Source Plugins

Official

Documentation, configuration and available tables for every plugin are available in the relevant GitHub repository.

Official source plugins follow release stages.

NameLatest VersionChangelogTablesStage
Alibaba Cloudv1.0.2ChangelogTablesPreview
AWSv12.2.1ChangelogTablesGA
Azurev4.0.0ChangelogTablesGA
Azure DevOpsv1.1.3ChangelogTablesPreview
Cloudflarev3.1.3ChangelogTablesPreview
Datadogv1.1.3ChangelogTablesPreview
DigitalOceanv4.1.3ChangelogTablesGA
Fastlyv1.1.3ChangelogTablesPreview
Gandiv1.1.8ChangelogTablesPreview
GCPv7.4.0ChangelogTablesGA
GitHubv2.1.4ChangelogTablesGA
GitLabv2.1.2ChangelogTablesPreview
Hacker Newsv1.1.5ChangelogTablesPreview
Herokuv3.1.8ChangelogTablesPreview
HubSpotv1.1.0ChangelogTablesPreview
Kubernetesv3.1.0ChangelogTablesPreview
LaunchDarklyv1.0.1ChangelogTablesPreview
Mixpanelv1.0.1ChangelogTablesPreview
Oktav2.1.3ChangelogTablesPreview
Oraclev1.0.3ChangelogTablesPreview
PagerDutyv1.3.1ChangelogTablesPreview
Plausiblev1.0.2ChangelogTablesPreview
Salesforcev1.0.5ChangelogTablesPreview
Shopifyv1.0.2ChangelogTablesPreview
Slackv1.1.3ChangelogTablesPreview
Snykv1.1.3ChangelogTablesPreview
Stripev1.0.2ChangelogTablesPreview
Tailscalev1.2.3ChangelogTablesPreview
Terraformv1.3.8ChangelogTablesPreview
Vercelv1.2.1ChangelogTablesPreview

Community

Name
Yandex (opens in a new tab)

Source Plugin Release Stages

Official source plugins go through two release stages: Preview, and GA.

Both Preview and GA plugins follow semantic versioning. The main differences between the two stages are:

  1. Preview plugins are still experimental and may have frequent breaking changes.
  2. Preview plugins might get deprecated due to lack of usage.
  3. Long Term Support with community Discord and bug fixes is only guaranteed for GA plugins.

Semantic Versioning

For version Major.Minor.Patch:

  • Major is incremented when there are breaking changes (e.g. breaking configuration spec structure, column type changes).
  • Minor is incremented when we add features in a backwards compatible way.
  • Patch is incremented when we fix bugs in a backwards compatible way.