Skip to content

Releases: spotify/magnolify

v0.5.1

15 Sep 16:07
f513eb2
Compare
Choose a tag to compare

This release introduces a new module: magnolify-neo4j, enabling conversion between Scala types and Value

What's changed

🚀 Enhancements

🌱 Dependency Updates

Contributors to this release

@RustedBones and @scala-steward

v0.5.0

11 Jul 08:11
799ebed
Compare
Choose a tag to compare

This release is the 1st one depending on the migrated magnolia arfifact, from com.softwaremill.magnolia:magnolia-core to com.softwaremill.magnolia1_2:magnolia. There are some internal breaking changes that should not affect users.

What's changed

🚀 Enhancements

🐛 Bug Fixes

🌱 Dependency Updates

  • Update protobuf-java to 3.21.2 (#559) @scala-steward
  • Update cats-core, cats-laws to 2.8.0 (#560) @scala-steward
  • Update refined to 0.10.1 (#561) @RustedBones
  • Update proto-google-cloud-bigtable-v2 to 2.9.0 (#562) @RustedBones
  • Update datastore-v1-proto-client to 2.10.0 (#558) @scala-steward
  • Update tensorflow-core-api to 0.4.1 (#536) @spotify-steward
  • Update google-api-services-bigquery to v2-rev20220611-1.32.1 (#549) @spotify-steward
  • Update sbt-scoverage to 2.0.0 (#552) @spotify-steward
  • Update scala-library, scala-reflect to 2.12.16 (#542) @spotify-steward
  • Update default avro version to 1.11.0 (#538) @RustedBones
  • Update jackson-databind to 2.13.3 (#528) @spotify-steward
  • Update google-api-services-bigquery to v2-rev20220528-1.32.1 (#530) @spotify-steward
  • Update protobuf-java to 3.19.4 (#532) @spotify-steward
  • Update scalafmt-core to 3.5.8 (#535) @spotify-steward
  • Update hadoop-client to 3.3.3 (#533) @spotify-steward
  • Update parquet-avro, parquet-hadoop to 1.12.3 (#534) @spotify-steward
  • Update sbt-sonatype to 3.9.13 (#537) @spotify-steward
  • Update to new magnolia artifact for scala 2 (#527) @RustedBones

Contributors to this release

@RustedBones, @scala-steward and @spotify-steward[bot]

0.4.8

20 Apr 15:26
5a071f2
Compare
Choose a tag to compare

What's changed

Contributors to this release

@clairemcginty, @martinbomio and @scala-steward

0.4.7

02 Mar 15:44
Compare
Choose a tag to compare

What's changed

This release contains only version bumps.

Contributors to this release

@clairemcginty, @scala-steward and @stormy-ua

v0.4.6

17 Dec 16:56
Compare
Choose a tag to compare
  • fix serialization issue + remove unused EnumType.create parameter #472
  • Update sbt to 1.5.7 #471

v0.4.5

07 Dec 18:43
Compare
Choose a tag to compare
  • Fix #442, add logical types tests(#448)
  • Add support for required->optional backward compatibility (#454)
  • EnumType: get rid of enum instances serialization (#458)
  • Add scala steward config (#455)
  • Multiple dependencies bumps (all backwards compatible)

v0.4.4

26 Aug 18:23
8ced130
Compare
Choose a tag to compare
  • Warn about Parquet Avro compatibility
  • Override Parquet writer model name
  • Switch to com.softwaremill.magnolia

v0.4.3

12 Mar 21:22
Compare
Choose a tag to compare
  • Fix Scala Enumeration name handling and value ordering
  • Add magnolify-tools

v0.4.2

02 Mar 20:03
Compare
Choose a tag to compare
  • Handle Parquet-Avro compatibility #278
  • Handle Parquet REPEATED schema evolution
  • Add UnsafeEnum #290
  • Fix divergent implicits with shapeless LowPriority #142 #285
  • Support repeated leafs in BigtableType #255 #284

v0.4.1

05 Feb 18:11
Compare
Choose a tag to compare
  • Add magnolify-parquet