spray-json v1.3.4 Release Notes
Release Date: 2017-10-24 // about 7 years ago-
๐ This release is cross released for Scala 2.10, 2.11, 2.12 and 2.13-M2.
๐ It is mostly a small maintanance release in which some documentation was polished and for example the
sortedPrint
printer was added.Specific source-compatibility breaking edge-case : While binary compatibility remains working in this release, there is one specific edge case which can happen and be not source-compatible when upgrading to this version. The method
def pimpString
was made not-implicit, and replaced byimplicit def enrichString
, so if you previously imported the implicit specifically by its name, i.e. rather thanimport spray.json._
you wroteimport spray.json.pimpString
code relying on this change would now break. Please change it to import_
, which will bring in the required implicits.For a complete list of closed issues please refer to the milestone.