Skip to content

Releases: tigrisdata-archive/tigris-client-java

1.0.0-alpha.8

26 Apr 22:31
Compare
Choose a tag to compare
1.0.0-alpha.8 Pre-release
Pre-release

What's Changed

Full Changelog: tigrisdb-client-java-1.0.0-alpha.7...tigris-client-java-1.0.0-alpha.8

1.0.0-alpha.6

21 Apr 16:54
Compare
Choose a tag to compare
1.0.0-alpha.6 Pre-release
Pre-release

What's Changed

  • feat: Configured ObjectMapper to work with immutable objects by @JigarJoshi in #68
  • fix: Enable parameters for compilations and add an immutable test by @JigarJoshi in #69

Full Changelog: tigrisdb-client-java-1.0.0-alpha.5...tigrisdb-client-java-1.0.0-alpha.6

1.0.0-alpha.5

21 Apr 15:19
Compare
Choose a tag to compare
1.0.0-alpha.5 Pre-release
Pre-release

What's Changed

Full Changelog: tigrisdb-client-java-1.0.0-alpha.4...tigrisdb-client-java-1.0.0-alpha.5

1.0.0-alpha.4

20 Apr 20:43
Compare
Choose a tag to compare
1.0.0-alpha.4 Pre-release
Pre-release

What's Changed

  • feat: Annotate the generated models with collection name by @JigarJoshi in #59
  • feat: Generate TigrisDB schema from Java collection type class by @JigarJoshi in #61
  • feat: Apply schema from collection model by @JigarJoshi in #62
  • feat: CreateOrUpdateCollections from classpath scan by @JigarJoshi in #63
  • docs: Descriptive Javadoc, Updated README, Use codecov for reporting by @JigarJoshi in #64
  • docs: fixed docs and removed reference to maven plugin by @JigarJoshi in #65
  • fix: Added javax.annotation-api for gRPC generated sources to compile on Java 8 owards by @JigarJoshi in #66

Full Changelog: tigrisdb-client-java-1.0.0-alpha.3...tigrisdb-client-java-1.0.0-alpha.4

1.0.0-alpha.3

15 Apr 18:01
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • fix: Do not generate Javadoc for generated code by @JigarJoshi in #54
  • fix: restructured classes + Javadoc by @JigarJoshi in #55
  • feat: CreateDatabaseIfNotExists method for async client by @JigarJoshi in #56
  • feat: applySchemas for AsyncDatabase implementation by @JigarJoshi in #57
  • fix: Remove the TransactionTigrisAsyncCollection as the transactional… by @JigarJoshi in #58

Full Changelog: tigrisdb-client-java-1.0.0-alpha.2...tigrisdb-client-java-1.0.0-alpha.3

1.0.0-alpha.2

13 Apr 01:51
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • docs: Added maven central badge by @JigarJoshi in #50
  • feat: Read collection name from 'name' field by @JigarJoshi in #51
  • fix: Remove support for int and bigint type from schema by @JigarJoshi in #52
  • feat: Added support for type:string, contentType:base64 based byte[] by @JigarJoshi in #53

Full Changelog: tigrisdb-client-java-1.0.0-alpha.1...tigrisdb-client-java-1.0.0-alpha.2

1.0.0-alpha1

11 Apr 23:40
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release

Initial release of TigrisDB Java client.