Destination Plugins
This is a list of all official and community destination plugins.
Official
Official destination plugins follow release stages.
Name | Latest Version | Changelog | Stage |
---|---|---|---|
Amazon Kinesis Firehose | v2.2.10 | Changelog | Preview |
Azure Blob Storage | v3.4.9 | Changelog | GA |
BigQuery | v3.3.6 | Changelog | GA |
ClickHouse | v3.4.0 | Changelog | GA |
DuckDB | v5.0.3 | Changelog | GA |
Elasticsearch | v3.1.5 | Changelog | Preview |
File | v3.4.9 | Changelog | GA |
GCS | v3.4.9 | Changelog | GA |
Gremlin | v2.2.12 | Changelog | Preview |
Kafka | v3.2.12 | Changelog | Preview |
Meilisearch | v2.2.12 | Changelog | Preview |
Microsoft SQL Server | v4.3.12 | Changelog | Preview |
MongoDB | v2.2.14 | Changelog | GA |
MySQL | v4.0.5 | Changelog | Preview |
Neo4j | v4.0.11 | Changelog | Preview |
PostgreSQL | v6.1.2 | Changelog | GA |
S3 | v4.8.0 | Changelog | GA |
Snowflake | v3.2.10 | Changelog | Preview |
SQLite | v2.4.14 | Changelog | GA |
* The PostgreSQL plugin also supports writing to CockroachDB.
Destination Plugin Release Stages
Official destination 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:
- Preview plugins are still experimental and may have frequent breaking changes.
- Preview plugins might get deprecated due to lack of usage.
- 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.