Skip to content

Releases

Datero data platform consists of two major components: Datero Engine and Datero itself.

Datero Engine is the core of the platform. It's just a Postgres database image with a set of installed third party FDW extensions. Because of that, its releases are kept in sync with the official Postgres releases .

Datero is a web application that uses Datero Engine through the backend REST API. It's released much more frequently than Datero Engine and follows the SemVer standard.

For each Datero release, there is a corresponding docker image tag created. To avoid flooding the Docker Hub with tags, only the latest and the last three releases are kept. This is because UI changes are quite frequent, and most users are interested in the latest version only.

Datero

latest

Last updated: 2024-05-04
Docker image: chumaky/datero:latest

Changes:

  • adding Redis connector
    • it's possible now to connect to Redis databases and use them as data sources
  • adding DuckDB connector
    • DuckDB database opens doors to a whole new set of use cases. It's possible now to use it as a proxy for a JSON, Excel, Parquet, or Iceberg files.
  • switching to the FDW specification in default config.
    • Leveraging the FDW specification allows more flexible and powerful configuration.
  • adding servers initialization on startup from config file.
    • It's possible now to define data sources (servers) in a config file and have them automatically created on startup.

1.1.0

Release date: 2024-03-05
Docker image: chumaky/datero:1.1.0

Latest release built on top of the Datero Engine 16.2. Changes include bug fixes and minor improvements.

1.0.3

Release date: 2024-03-05
Docker image: chumaky/datero:1.0.3

Latest release built on top of the Datero Engine 15.2. Changes include bug fixes and minor improvements.

1.0.0

Release date: N/A

Initial version. Was built on top of the Datero Engine 14.4. Wasn't publicly released.

Datero Engine

Latest Datero Engine release with the latest tag is identical to the 16.2 tag.

16.2

Release date: 2024-03-01
Last updated: 2024-05-01
Docker image: chumaky/datero_engine:16.2

Included Foreign Data Wrappers:

FDW Version
mysql_fdw 2.9.1
oracle_fdw 2.6.0
sqlite_fdw 2.4.0
mongo_fdw 5.5.1
tds_fdw 2.0.3 (master branch)
redis_fdw 16.2.0 (REL_16_STABLE branch)
duckdb_fdw 2.1.1 (ahuarte47:main_9x-10x-support branch)
postgres_fdw 16.2.0 (built-in)
file_fdw 16.2.0 (built-in)

15.2

Release date: 2023-04-15
Docker image: chumaky/datero_engine:15.2

Included Foreign Data Wrappers:

FDW Version
MySQL 2.9.0
Oracle 2.5.0
SQLite 2.3.0
Mongo 5.5.0
TDS 2.0.3
Postgres built-in
Flat Files built-in

14.4

Release date: 2023-04-15
Docker image: chumaky/datero_engine:14.4

Included Foreign Data Wrappers:

FDW Version
MySQL 2.8.0
Oracle 2.4.0
SQLite 2.1.1
Mongo 5.4.0
TDS 2.0.2
Postgres built-in
Flat Files built-in