This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
Releases: sangria-graphql-org/sangria-ion
Releases · sangria-graphql-org/sangria-ion
v2.0.0
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
inIonInputMarshaller
from the inferredBuffer[Node]
toInputUnmarshaller
'sSeq[Node]
(this was necessary becauseBuffer
no longer extendsscala.collection.Seq
in Scala 2.13).