Releases: commercetools/sphere-scala-libs
Releases · commercetools/sphere-scala-libs
v0.11.16
What’s Changed
- test empty type hints (#201) @yanns
- some love for typeclasses (#202) @yanns
- keep only one method for automatic derivation based on magnolia (#200) @yanns
- Update scalacheck-1-14 to 3.1.2.0 (#199) @scala-steward
- tests suite for mongo derivation (#193) @yanns
- optimize mongo format generated by magnolia (#196) @yanns
- Update mongodb-driver-core to 3.12.4 (#197) @scala-steward
- Update scalatest to 3.1.2 (#198) @scala-steward
- Update json4s-jackson, json4s-scalap to 3.6.8 (#194) @scala-steward
- sphere-mongo must depend on sphere-mongo-core and sphere-mongo-derivation (#192) @yanns
v0.11.15-2
What’s Changed
sphere-mongo
is now split intosphere-mongo-core
containing the type classes andsphere-mongo-derivation
containing the magic for deviring type class instances for case classes and sealed traits. This split does not change anything for users ofsphere-mongo
.- there is now an experimental
sphere-mongo-derivation-magnolia
project, alternative tosphere-mongo-derivation
based on magnolia.
(see #174 for plan)
Detail:
- sphere-mongo must depend on sphere-mongo-core and sphere-mongo-derivation (#192) @yanns
- Issue with mongo type hint field (#191) @yanns
- add sphere-mongo-derivation-magnolia (#190) @yanns
- extract mongo-derivation (#189) @yanns
- show impact of parsing DateTime for a more realistic benchmark (#187) @agourlay
- various optimizations which have a slight positive impact on the bench (#186) @agourlay
- minor cleanup macros (#185) @agourlay
- Update jackson-databind to 2.11.0 (#184) @scala-steward
- a bit of linting (#183) @agourlay
- FromJson[Collections] even more imperative style for a couple percents improvement (#182) @agourlay
- Update joda-time to 2.10.6 (#181) @scala-steward
- scala 2.13.2 (#180) @agourlay
- optimize Money & HighPrecisionMoney (#179) @agourlay
- Allocate only once the typeHint JField (#178) @agourlay
- Add missing unit tests for MongoFormat[Vector[_]] (#177) @agourlay
- Delete .DS_Store files (#176) @agourlay
- Cleanup JavacOptions regarding Java7 (#175) @agourlay
- introduce official owners (#172) @yanns
v0.11.4
v0.11.3
What’s Changed
- Update mongodb-driver-core to 3.12.3 (#165) @scala-steward
- Update mongodb-driver-core to 3.12.2 (#162) @scala-steward
- Update sbt to 1.3.9 (#163) @scala-steward
- Update jackson-databind to 2.10.3 (#161) @scala-steward
- Update scalacheck-1-14 to 3.1.1.1 (#159) @scala-steward
- Update cats-core to 2.1.1 (#160) @scala-steward
- Update scalatest to 3.1.1 (#158) @scala-steward
0.11.2
What’s Changed
- upgrade to scalatest 3.1.0 (#157) @agourlay
- Update mongodb-driver-core to 3.12.1 (#154) @scala-steward
- test JSONTypeHintField (#156) @yanns
- Update sbt to 1.3.8 (#155) @scala-steward
- Update sbt-release to 1.0.13 (#153) @scala-steward
- Update sbt to 1.3.7 (#152) @scala-steward
v0.11.1
v0.11.0
What’s Changed
This version is available for scala 2.12 and scala 2.13.
Support for scala 2.11 has been removed.
- cats 2.1.0 (#148) @yanns
- Update jackson-databind to 2.10.2 (#149) @scala-steward
- Update sbt-bintray to 0.5.6 (#147) @scala-steward
- Update sbt to 1.3.6 (#146) @scala-steward
- Update scalacheck to 1.14.3 (#145) @scala-steward
- scala 2.13.1 (#142) @yanns
- Update sbt-release to 1.0.12 (#135) @scala-steward
- Update sbt to 1.3.4 (#139) @scala-steward
- Update scalacheck to 1.14.2 (#140) @scala-steward
- Update jackson-databind to 2.10.1 (#138) @scala-steward
- Update joda-time to 2.10.5 (#136) @scala-steward
v0.10.1
What’s Changed
- micro-optimizations (#132) @yanns
- Update jackson-databind to 2.10.0 (#130) @scala-steward
- Update joda-time to 2.10.4 (#126) @scala-steward
- Update jackson-databind to 2.9.10 (#128) @scala-steward
- automatic release notes (#129) @yanns
- test MongoTypeHintField (#124) @yanns