Skip to content

Releases: outworkers/phantom

v2.18.0

27 Dec 22:20
6efb52c
Compare
Choose a tag to compare
2.18.0: Released support for prepared in statements.

v2.16.4

07 Dec 18:19
Compare
Choose a tag to compare
Releasing 2.16.4

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

08 Oct 11:28
Compare
Choose a tag to compare
org=com.outworkers,name=phantom,version=2.15.3

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

24 Sep 23:46
Compare
Choose a tag to compare
org=com.outworkers,name=phantom,version=2.14.5

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

30 Aug 09:33
Compare
Choose a tag to compare
org=com.outworkers,name=phantom,version=2.14.4

Fixing nested collection primitives

23 Aug 08:53
Compare
Choose a tag to compare
  • Fixed support for Primitive[List[List[String]] style calls, or Primitive[List[Set[String]].
  • Made it possible to use ListColumn[List[String]] style primitives.

SASI support

16 Jun 11:26
Compare
Choose a tag to compare
  • 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.

Enforcing store method types

11 Jun 23:52
Compare
Choose a tag to compare
  • 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

02 Jun 12:48
Compare
Choose a tag to compare
  • 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

01 May 11:48
Compare
Choose a tag to compare
org=com.outworkers,name=phantom,version=2.7.5