Skip to content

Releases: tminglei/slick-pg

v0.18.1

28 Nov 10:28
Compare
Choose a tag to compare
  1. upgrade circe to v0.12.3 (p.s. but for version of scala 2.11, roll back to v0.11.2 instead, since circe dropped support for scala 2.11)

v0.18.0

27 Jun 01:18
Compare
Choose a tag to compare
  1. support scala 2.13, with related dependencies upgraded and some refactorings.

v0.17.3

20 May 03:57
Compare
Choose a tag to compare

v0.17.2

07 Feb 14:21
Compare
Choose a tag to compare
  1. update to slick 3.3.0
  2. update to play-json 2.7

v0.17.1

29 Jan 05:24
Compare
Choose a tag to compare
  1. Add support for locationtech's JTS library #442
  2. Provide a custom way for #441
  3. Upgrade some third party dependencies

v0.17.0

11 Dec 11:50
d32a449
Compare
Choose a tag to compare
  1. Re-architecture composite implementation to fix #421, and fixed related #432
  2. Fixed #424
  3. Bump circe to 0.10.1

v0.16.3

25 Jul 04:29
Compare
Choose a tag to compare
  1. fixed #419

v0.16.2

06 Jun 23:31
Compare
Choose a tag to compare
  1. fix #401 - Postgres returns null for empty arrays, but .length is non-optional
  2. fix #404 - Invalid SQL is generated for UUID values in window functions
  3. fix #409 - Error parsing the JSON in get call
  4. don't warn for identical duplicated pg-to-scala type binding (8afb518)

v0.8.6

19 May 12:01
Compare
Choose a tag to compare

For slick 2.1.0, built with scala 2.12, and upgraded some addons' dependencies.

v0.16.1

11 Apr 02:43
Compare
Choose a tag to compare
  1. #388 Add insertOrUpdateAll method for bulk upsert support.
  2. #390 Add java.time support to Range
  3. fix #400 - Empty fields in jsonb[] giving exception for a select query
  4. other enhancements: #395, #396, #397

p.s. upgraded slick and other deps up to date.