Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Releases: sangria-graphql-org/sangria-ion

v2.0.0

25 Oct 14:16
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).