Skip to content

Releases: TileDB-Inc/TileDB-Java

0.3.2

25 Aug 13:08
Compare
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
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

0.3.1

08 Aug 10:03
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

PRs included in this release:

0.2.6

21 May 14:44
Compare
Choose a tag to compare

This release includes the following PR:

  • #162: Replacement of getCoordinates with setBuffer

0.2.5

12 May 13:08
Compare
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:

0.2.4

24 Apr 16:01
Compare
Choose a tag to compare

Changes in this release:

  • Added a helper function for obtaining the C pointer of a NativeArray: #146
  • Updated to TileDB-1.7.7: #148

0.2.3

09 Jan 15:01
Compare
Choose a tag to compare
  • Added JavaArray abstraction: #144
  • Updated SWIG bindings to TileDB 1.7.3: #145