{
    "title": "MotherDuck supported DuckDB versions",
    "description": "Versions of DuckDB and DuckDB-based language clients supported by MotherDuck. duckdb.motherduck_regions gives the inclusive min/max DuckDB version range per MotherDuck region; use this as the default compatibility window. language_clients lists individually-published drivers with a fixed published version; for any client not listed here (Python, Node.js, Go, and so on), use the matching region's range from duckdb.motherduck_regions.",
    "$comment": "https://motherduck.com/docs/troubleshooting/version-lifecycle-schedules/",
    "duckdb": {
        "motherduck_regions": {
            "global": {
                "min": "1.4.0",
                "max": "1.5.3"
            },
            "us-east-1": {
                "min": "1.4.0",
                "max": "1.5.3"
            },
            "us-west-2": {
                "min": "1.4.1",
                "max": "1.5.3"
            },
            "eu-central-1": {
                "min": "1.4.1",
                "max": "1.5.3"
            },
            "eu-west-1": {
                "min": "1.4.1",
                "max": "1.5.3"
            }
        }
    },
    "language_clients": {
        "duckdb_jdbc": "1.5.1.0"
    }
}
