Skip to content

Releases: TileDB-Inc/TileDB-Go

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

v0.7.2

09 Nov 00:12
b5d60b8
Compare
Choose a tag to compare

Returns JSON representation of ranges in #91

v0.7.1

07 Nov 21:30
23e8f6a
Compare
Choose a tag to compare

Updates range functions in #90

v0.7.0

07 Nov 21:28
4111cce
Compare
Choose a tag to compare

Support range functions in #86
Remove KV #87
Add datetime support #88
Update readme #89

v0.6.0

25 Jul 13:07
54e29a5
Compare
Choose a tag to compare

Changes include:

  • Update for libtiledb 1.6.0
  • Support for serialization functions in c_api
  • Misc improvements

v0.5.1

02 Apr 19:08
9b360de
Compare
Choose a tag to compare

Changes include:

  • Fix for tiledb c api using sized integers #64

v0.5.0: Merge pull request #58 from TileDB-Inc/an/release_0_5_0

17 Mar 21:30
2d40ae8
Compare
Choose a tag to compare

Changes include:

  • Fixes for handling variable length attribute
  • Implementation of ResultBufferElements
  • Addition of more examples