Releases: TileDB-Inc/TileDB-Go
Releases · TileDB-Inc/TileDB-Go
v0.12.1
- Adds query and context stats (#178)
v0.12.0
- Add support for new features in 2.3. Principally query conditions, open options for start/end_timestamp (#173)
- Add size helpers (#171)
- Use tdbCtx vars instead of canonical ctx (#172)
- Config getter and comparison functions (#167)
- NewDimension data type requirement (#169)
- Misc size cleanups (#174)
v0.11.10
Changes include:
- Fix flag passing in README #168
- Add datetime support for nonEmptyDomain #170
v0.11.9
Adds:
- Build map of non-empty domains for all dimensions in array #166
v0.11.8
Adds:
- QueryStatus string parsing #165
v0.11.7
Changes include:
- Fix memory allocations / Call free on all char allocs #162, #160
- Set finalizers for misc objs #159
- Defer dim name #158
- Add Query.SetConfig() #157
v0.11.6
Changes include:
- Add additional stats functions for returning stats as a string and for the
raw
stats version of returning JSON #156
v0.11.5
Changes include:
- Test fragment info have version greater than zero #155
- CI uses TileDB 2.2.3 #155
- Add Get Range By Name support #148
v0.11.4
- Adds nullable get buffer functions (#153)
v0.11.3
- Fix validity element buffer count for fixed buffers #152