Skip to content

Releases: sangria-graphql/sangria-ion

v2.0.1

02 Jun 09:32
8f25d17
Compare
Choose a tag to compare

What’s Changed

Scala 3 compatibility

v2.0.0

28 Apr 08:37
Compare
Choose a tag to compare

This release includes changes that break backward binary compatibility.

  • Added cross-compilation for Scala 2.13.
  • Updated the ion-java version from 1.0.1 to 1.5.1.
  • Changed the return type of getListValue in IonInputMarshaller from the inferred Buffer[Node] to InputUnmarshaller's Seq[Node] (this was necessary because Buffer no longer extends scala.collection.Seq in Scala 2.13).

v1.0.0

16 Jan 23:01
Compare
Choose a tag to compare
  • 1.0 Release

v0.1.1

03 Nov 22:45
Compare
Choose a tag to compare
  • Updated Amazon Ion to v1.0.1
  • Cross-compile for scala 2.11 and 2.12
  • Updated dependencies

v0.1.0

01 May 01:02
Compare
Choose a tag to compare
  • Initial release