Skip to content

Releases: TileDB-Inc/TileDB-Go

v0.10.2

03 Nov 16:11
2ac154b
Compare
Choose a tag to compare

Changes include:

  • Support tiledb_vfs_copy_file #131
  • Support TileDB 2.1.2 in CI #131

v0.10.1

19 Oct 13:27
8088232
Compare
Choose a tag to compare

Changes include:

  • Set up CI with Azure Pipelines #123
  • Support vacuum #125
  • Removes deprecated ConsolidateMetadata and ConsolidateMetadataWithKey functions #126
  • Remove TILEDB_COORDS #127
  • Drop max functions #128
  • TILEDB_COORDS is supported in SetBuffer functions #129

v0.9.1

05 Oct 11:27
555d4af
Compare
Choose a tag to compare

Changes include:

  • Update example documentation #120
  • Handle TILEDB_CHAR in array metadata properly #121
  • Don't free the c string in error messages, also check c api call returns #124

v0.9.0

18 May 14:16
b9587aa
Compare
Choose a tag to compare

Changes include:

  • Add new (De)SerializeArrayNonEmptyDomainAllDimensions functions #107
  • Adds string dimension support #108
  • Adds dimensions support in set buffer #109
  • Support variable sized ranges #110
  • Support non empty domain var #111
  • Support hetereogeneus dimensions #112
  • Add nonEmptyDomain for fixed length dimensions #113
  • Update Buffer/BufferSize/BufferVar/BufferVarSize #114
  • Add support for fetching variable length ranges #115
  • Uses tiledb_domain_has_dimension #116
  • Add support for serialization of est result size #117
  • Update README for TileDB 2.0.0 #118
  • Add timestamp support to getMetadataValue #119

v0.8.5

31 Mar 21:28
3fe5df8
Compare
Choose a tag to compare

Changes include:

  • Update CI to 1.7.7 #106
  • Add function to fetch metadata with limited values #105

v0.8.4

11 Feb 18:31
aff5641
Compare
Choose a tag to compare

Changes include:

  • Add new Query.SetBufferUnsafe and Query.SetBufferVarUnsafe to set buffers from unsafe.Pointer #103
  • Add missing char/ascii metadata value conversions #102

v0.8.3

16 Jan 17:24
6e6fd47
Compare
Choose a tag to compare

Changes include:

  • Handle 64bit integer for slice sizes #100
  • Tests are updated #101

v0.8.2

04 Dec 18:15
5ba2573
Compare
Choose a tag to compare

Changes include

  • Bind array metadata serialization C API #98

v0.8.1

22 Nov 21:00
130acde
Compare
Choose a tag to compare

Changes include

  • Add missing TILEDB_DATETIME_* cases for GetRange() #95
  • Support Array Metadata #97

v0.8.0

12 Nov 20:22
f17fd2f
Compare
Choose a tag to compare

Adds context SetTag, setDefaultTags in #92