Skip to content

Releases: TileDB-Inc/TileDB-Go

v0.11.2

26 Jan 23:02
8b1d78c
Compare
Choose a tag to compare
  • Fixes the validity element count for var buffers (#151)

v0.11.1

22 Jan 14:12
6820001
Compare
Choose a tag to compare

Fixes included:

  • Buffer Size nullable support (#149)
  • Switch to github actions (#150)

v0.11.0

21 Jan 17:29
b654afe
Compare
Choose a tag to compare

This release includes:

  • Hilbert enum support (#147)
  • Fragment info API integrations (#146)
  • TileDB 2.2 Nullable support (#145)

v0.10.3

08 Jan 19:10
38629a4
Compare
Choose a tag to compare
  • Add HasAttribute verification support for an array schema #134
  • Support for getting cell size for an attribute #135
  • Add support for getting the array from a query #132
  • Set and get fill values #136
  • Readme URL updates #140
  • Support SetFilterList for dimensions #139
  • Add support for configuration iterator #142
  • Handle empty size for GetRange w/ var length #143
  • Read writer VFS interface implementation #122
  • Fixes for object management #144

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