Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Releases: 1and1/Troilus

V0.18

15 Feb 07:58
Compare
Choose a tag to compare
  • Fixed the putMapValue(...) method(s) in Write API to successfully add/update User Defined Type's into a datatype of map
  • Introduced a new Deletion API to remove a map value (ie: Deletion.removeMapValue(...))

V0.17

07 Jan 08:54
Compare
Choose a tag to compare
  • Pagination Support - ListRead.withPagingState(), ListReadQuery.toStatementAsync()
  • Inheritance of @field mappings for entities in BeanMapper
  • Upgrade from Cassandra Datastax 2.2.0-rc2 driver to 3.0.0-rc1 driver
  • Upgrade tests from Cassandra 2.x to Cassandra 3.0.0 (see pom.xml dependency and CassandraDB.java)
  • LocalDateTime Support - Record.java interfaces and implementations
  • bugfix: WriteQueryDataImpl.java toUpdateStatementAsync() no longer maps primary keys into Update SET
  • bugfix: RecordImpl.PropertySourceAdapter rewrote read() and read(String name, Class clazz1, Class clazz2) to work with UDTValue collections.
  • New test cases: PaginationTest.java, EntityInheritanceMappingTest.java, UDTValueMappingCollectionTests.java

V0.16

06 Aug 15:22
Compare
Choose a tag to compare
[maven-release-plugin] prepare for next development iteration

V0.15

05 Aug 06:05
Compare
Choose a tag to compare
invalid prepared statement handling fixed

V0.14

03 Aug 05:53
Compare
Choose a tag to compare
release

V0.13

02 Aug 15:54
Compare
Choose a tag to compare
v0.13

release

v0.11

12 Mar 07:28
Compare
Choose a tag to compare
release

v0.10

08 Mar 11:54
Compare
Choose a tag to compare
release

v0.9

08 Mar 10:41
Compare
Choose a tag to compare
release

v0.8

27 Feb 06:27
Compare
Choose a tag to compare
code style fixes