Skip to content

Releases: TileDB-Inc/TileDB-Java

0.3.4

21 Oct 10:04

Choose a tag to compare

Changes:

  • 6771f4f Release 0.3.4
  • 0999fa9 Merge pull request #198 from TileDB-Inc/update_to_tiledb211
  • f33628d Update to TileDB 2.1.1
  • 0883797 Merge pull request #197 from glencoesoftware/more-string-encodings
  • 25bb390 Always set compiler source encoding to UTF-8
  • 08479c7 Switch TILEDB_CHAR encoding to ISO-8859-1
  • 721f853 Support reading UTF-8 encoded strings
  • c78e302 Expand test case to cover more possible string encodings
  • a198c04 Merge pull request #196 from glencoesoftware/string-metadata-support
  • 3b6b5ad Expand metadata test case to cover strings
See More
  • f056eb9 Support for reading strings

This list of changes was auto generated.

0.3.3

21 Sep 10:33

Choose a tag to compare

Changes:

  • b35ba1d release 0.3.3
  • 1c21044 Merge pull request #192 from TileDB-Inc/victorgiannakouris/change_march_to_haswell
  • b002d5b -march set to haswell
  • fd5c22c Merge pull request #195 from glencoesoftware/multilib
  • 071d19f Also support the multilib (lib64) output directory
  • e83a31e Merge pull request #194 from glencoesoftware/manylinux2010-build
  • 5a5f769 Conditionally enable Azure support on macOS
  • 009ce18 Conditionally enable Azure support on Linux
  • bdc7e73 Remove unused environment variable
  • 6a05a57 Off by default as not currently working on Windows
See More
  • be8dcf3 Revert "Do not force prefixes, no longer required"
  • a204acc Build release native artifacts using manylinux2010
  • 3ecd343 Add and enable Azure support by default; helps build order
  • 53a38ea Do not force prefixes, no longer required
  • 79bd540 Merge pull request #190 from TileDB-Inc/ss/version-0.3.3-snapshot
  • b05c2ac Merge pull request #191 from glencoesoftware/ubuntu-1604-build
  • 38d376a Switch to Ubuntu 16.04
  • c011a47 Bump version to 0.3.3-SNAPSHOT

This list of changes was auto generated.

0.3.2

25 Aug 13:08

Choose a tag to compare

Changes include:

  • Remove stray println #187
  • Enable S3 and TileDB Cloud (linux/osx only) support in prebuilt jar #188
  • Update to TileDB 2.0.8 #189

0.0.2

15 Sep 15:17

Choose a tag to compare

Changes:

This list of changes was auto generated.

0.3.1

08 Aug 10:03

Choose a tag to compare

Changes:

  • a72ae46 release-0.3.1
  • 6ee4db9 Merge pull request #186 from TileDB-Inc/victorgiannakouris/datatype_buffers
  • 9b3c6a8 Datatype Specific ByteBuffer getters
  • e159f22 Merge pull request #185 from TileDB-Inc/victorgiannakouris/bytebuffer_subarray
  • 3f3da19 Added ByteBuffer support for setSubarray()
  • b2f8144 Merge pull request #184 from TileDB-Inc/victorgiannakouris/update_examples
  • 403206f Update examples
  • 33f63c0 Merge pull request #183 from TileDB-Inc/victorgiannakouris/bytebuffer_var
  • c505dd0 Throw an exception if the order of the ByteBuffer is not correct
  • c5d79aa Integrate var-sized NativeArray map with the fix-sized NativeArray map
See More
  • 3a434d0 Integrate var-sized ByteBuffer map with the fix-sized ByteBuffer map
  • 37f2c83 Changed setBuffer to return the Query instance instead of the ByteBuffer
  • dbd7683 Added ByteBuffer support for var-sized attributes
  • e315063 Merge pull request #182 from TileDB-Inc/victorgiannakouris/bytebuffer_limit
  • cbb9a48 Set ByteBuffer limit
  • 5b6ad47 Merge pull request #181 from TileDB-Inc/victorgiannakouris/update_version
  • f623438 Update version to 0.3.1-SNAPSHOT
  • 5e1ccc1 Merge pull request #180 from TileDB-Inc/victorgiannakouris/ch2662/leverage-nio-bytebuffers-in-tiledb-java
  • 0570207 Leverage NIO ByteBuffers in TileDB Java [ch2662]

This list of changes was auto generated.

0.3.0

22 Jun 12:00

Choose a tag to compare

Changes:

  • 0e998e2 Release 0.3.0
  • ed94e85 Merge pull request #178 from TileDB-Inc/victorgiannakouris/fix_release_error
  • 132c7a3 Fix github release jar uploading issue
  • c0255da Merge pull request #176 from TileDB-Inc/victorgiannakouris/maven_upload_update
  • b881346 Comment-out from upload_to_maven.sh

This list of changes was auto generated.

0.2.8

19 Jun 12:24
4cd8348

Choose a tag to compare

Changes:

  • 4cd8348 Merge pull request #175 from TileDB-Inc/victorgiannakouris/github_release_azure_pipelines
  • e8162e0 GitHub Release
  • a5f5f7e Merge pull request #174 from TileDB-Inc/victorgiannakouris/remove-nexus-plugin
  • 34178cc Merge pull request #174 from TileDB-Inc/victorgiannakouris/remove-nexus-plugin
  • 6d417fa Removed Nexus Plugin
  • eedec7d Merge pull request #173 from TileDB-Inc/victorgiannakouris/azure-pipelines-fixes
  • 85fb77c Upload master SNAPSHOT to Sonatype
  • fc1eae2 Merge pull request #172 from TileDB-Inc/victorgiannakouris/maven_upload
  • 736173a Publish to Maven
  • d8be4b1 Merge pull request #171 from TileDB-Inc/victorgiannakouris/azure_pipelines_updates
See More
  • 79df74a Azure Pipelines - Added build and release stages
  • 8bdd3c2 Merge pull request #170 from TileDB-Inc/victorgiannakouris/azure_pipelines_updates
  • 2ebdced removed appveyor.yml
  • 6842514 Merge pull request #167 from TileDB-Inc/azure-pipelines
  • 01ff1be Set up CI with Azure Pipelines
  • a8f7abc Merge pull request #165 from glencoesoftware/windows-build
  • a973cc6 Revert "Try with default max heap"
  • 8f2f498 Update build.gradle
  • a40e3ef Try with default max heap
  • 90e6f14 Adjust test cases to use explicit timestamps
  • 7654e98 Add constructor for time-travelling without encryption
  • 29781f6 Make formatting conform to Google Java Style
  • b7633bc Update Google Java Style plugin
  • 1abbc5d Try waiting a second before and a second after
  • f1413ef More verbosity when running tests
  • 8085f4b Ensure buildDir presence in Gradle
  • 686fcc4 Set CLASSPATH separately with globbing
  • a95248e Refactor NativeLibLoader to use a folder based workflow (Windows compat)
  • a1c1e35 Test NativeLibLoader functions correctly
  • 05520c2 Gradle 7 compat
  • 1cafcf4 Try waiting after not before
  • 063a1fb System.currentTimeMillis() is already UTC
  • 734a804 Try slightly different resource close semantics
  • 4a676a4 Try waiting slightly longer to pass on CI
  • 5124838 Resource closure during tests
  • 2170c49 More information if assertion fails
  • d79ecda Set max heap size
  • 11eb8e9 Fix segfault on Windows and possible memory leak
  • c3b32a4 Upgrade to Gradle 6.4.1
  • 37cf9cc Clean up VFSTest (Windows compat)
  • 821d027 Clean up Quickstart*Test (Windows compat)
  • 5df7c0d Clean up QueryTest (Windows compat)
  • 6cf5b73 Clean up MultiRangeQueryTest (Windows compat)
  • 074f96b Clean up HeterogeneousSparseTest (Windows compat)
  • 53c00c8 Clean up ObjectTest (Windows compat)
  • a9fc264 Config File/URI usage refactoring (Windows compat)
  • e2acea1 Also load Intel Thread Building Blocks library (Windows compat)
  • 68a8a85 Use correct path separators and delimiters for Windows
  • 84cbf26 JAR paths always use UNIX path separators (Windows compat)
  • 134ae62 Run tests on AppVeyor
  • 58d4a9d Set the object export environment correctly
  • 27dbcf4 MSVC requires explicit cast
  • 7fc393d Add AppVeyor build
  • 6cbbb61 Expand native library search paths for cmake/Windows
  • 386e66b Switch build phase to cmake
  • 4e15458 Add capability to set cmake generator and architecture
  • 851a4ea Groovyify cmake properties handling

This list of changes was auto generated.

0.2.7

03 Jun 13:28

Choose a tag to compare

PRs included in this release:

0.2.6

21 May 14:44

Choose a tag to compare

This release includes the following PR:

  • #162: Replacement of getCoordinates with setBuffer

0.2.5

12 May 13:08

Choose a tag to compare

This release contains all updates required for integration with TileDB 2.0.0.

A list of the related pull-requests: