Releases: tminglei/slick-pg
Releases · tminglei/slick-pg
v0.18.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
- support scala 2.13, with related dependencies upgraded and some refactorings.
v0.17.2
- update to slick 3.3.0
- update to play-json 2.7
v0.17.1
- Add support for locationtech's JTS library #442
- Provide a custom way for #441
- Upgrade some third party dependencies
v0.17.0
- Re-architecture composite implementation to fix #421, and fixed related #432
- Fixed #424
- Bump circe to 0.10.1
v0.16.2
- fix #401 - Postgres returns null for empty arrays, but .length is non-optional
- fix #404 - Invalid SQL is generated for UUID values in window functions
- fix #409 - Error parsing the JSON in get call
- don't warn for identical duplicated pg-to-scala type binding (8afb518)
v0.8.6
For slick 2.1.0
, built with scala 2.12, and upgraded some addons' dependencies.
v0.16.1
- #388 Add insertOrUpdateAll method for bulk upsert support.
- #390 Add java.time support to Range
- fix #400 - Empty fields in jsonb[] giving exception for a select query
- other enhancements: #395, #396, #397
p.s. upgraded slick
and other deps up to date.