From 48cd082b92529038fd3971c4a07e5863dd275479 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Thu, 16 May 2024 07:21:37 -0500 Subject: [PATCH] Add warning about temporary incompatibility. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c84a40..d6a8e43 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ This package provides [TileDB](https://github.com/TileDB-Inc/TileDB) golang bind designed to be idomatic Go. `runtime.SetFinalizer` is used to ensure proper free'ing of C heap allocated structures. +> [!CAUTION] +> As of May 14, 2024, TileDB-Go is temporarily incompatible with [TileDB](https://github.com/TileDB-Inc/TileDB)'s dev branch. +> TileDB-Go continues to work with TileDB's v2.23.X as only the dev branch is affected. + ## Quick Links - GoDoc API documentation: https://pkg.go.dev/github.com/TileDB-Inc/TileDB-Go