Skip to content

Releases: sangria-graphql/sangria-marshalling-api

v1.1.2

27 Sep 08:53
v1.1.2
da2bbf1
Compare
Choose a tag to compare

What’s Changed

v1.1.1

19 Sep 08:23
v1.1.1
0ceddc3
Compare
Choose a tag to compare

What's Changed

Maintenance

Read more

v1.1.0-RC1

10 Sep 13:24
v1.1.0-RC1
1f0cb13
Compare
Choose a tag to compare
v1.1.0-RC1 Pre-release
Pre-release

What's Changed

  • Add Iterable subtype bound to FromInput by @ubaldop in #160

Maintenance

New Contributors

Read more

v1.0.8

28 Jun 13:51
df89629
Compare
Choose a tag to compare

What's Changed

  • [Scala 3 migration] Replace empty sealed trait with an opaque type in Scala 3 by @jchyb in #132

Maintenance

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

28 Oct 09:43
702e843
Compare
Choose a tag to compare

What's Changed

Dependencies update

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

31 May 07:16
Compare
Choose a tag to compare

What’s Changed

Scala 3 compatibility

v1.0.5

31 Dec 18:50
Compare
Choose a tag to compare

What’s Changed

Full changelog

v1.0.4

23 Dec 11:31
Compare
Choose a tag to compare
Releasing 1.0.4

v1.0.3

11 May 00:14
Compare
Choose a tag to compare

The release should be compatible with v1.0.0, so no update to the downstream libraries is necessary.

  • Removed new helpers methods in ResultMarshaller (otherwise all downstream libraries need to recompiled, at least for scala 2.11)
  • Re-added helpers as a part of MarshallingUtil

v1.0.2

10 May 22:22
Compare
Choose a tag to compare

The release should be compatible with v1.0.0, so no update to the downstream libraries is necessary.

  • Added several helper methods in ResultMarshaller for easy value creation
  • Moved SimpleResultMarshallerForType and SymmetricMarshaller from sangria