Outworkers Phantom Versions Save

Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise

v2.18.0

6 years ago

v2.16.4

6 years ago

org=com.outworkers,name=phantom,version=2.15.3

6 years ago

org=com.outworkers,name=phantom,version=2.14.5

6 years ago

org=com.outworkers,name=phantom,version=2.14.4

6 years ago

org=com.outworkers,name=phantom,version=2.14.2

6 years ago
  • Fixed support for Primitive[List[List[String]] style calls, or Primitive[List[Set[String]].
  • Made it possible to use ListColumn[List[String]] style primitives.

org=com.outworkers,name=phantom,version=2.11.0

6 years ago
  • Added support for SASI indexes.
  • Changed underlying collection used in QueryPart to Seq instead of List for performance reasons as most operations are append only.
  • Added ability to debug BatchQuery and automatically generating a queryString for them.

org=com.outworkers,name=phantom,version=2.10.0

6 years ago
  • Using shapeless.HList instead of Tuple as building block for store method.
  • Removed 22 field restriction for case classes used as record types.
  • Added implicit macro machinery to verify arguments passed to the store method at compile time.
  • Added more documentation.
  • Added automated inference of BatchQuery debug strings to log batch statements.
  • Re-wrote MergeList and QueryPart to use Seq as the underlying collection as we only perform append operations, improved query generation performance and API cleanliness.

org=com.outworkers,name=phantom,version=2.9.2

6 years ago
  • Re-adding support for more column types in the old DSL.
  • Adding deprecation notices to the old DSL.

org=com.outworkers,name=phantom,version=2.7.5

7 years ago