Skip to content

2.1.0

Compare
Choose a tag to compare
@pondzix pondzix released this 31 May 17:11
· 27 commits to master since this release

This release introduces new data module containing core data classes used by client. New module can be used directly by different libraries/application where basic ADTs are required and features of the client interface from core are not needed.

Moreover, this release contains dependencies cleanup - upgrades and replacing deprecated ones.

Changelog

  • Bump specs2 to 4.15.0 (#198)
  • Bump http4s to 0.23.12 (#197)
  • Bump scala-collection-compat to 2.7.0 (#196)
  • Bump circe to 0.14.2 (#195)
  • Bump cats-effect to 3.3.12 (#194)
  • Bump jackson-databind to 2.13.3 (#192)
  • Bump json-schema-validator to 1.0.70 (#193)
  • Replace deprecated scalaj http client (#190)
  • Use jsonschema v4 text from iglu-scala-core (#186)
  • Split out a iglu-scala-client-data module (#187)