avro v0.4.4.2 Release Notes

Release Date: 2019-04-17 // about 5 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ›  Fixed the implementation of getMap. The previous version of getMap did not handle blocks that began with a negative number. (See #85 for details.) This PR fixes the behavior and shares the code to handle blocks between getMap and getArray. I'm pretty sure we need a similar fix in Decode.Lazy and Decode.Strict, but I don't fully understand what's going on in those modules and don't really want to touch them right now. by @TikhonJelvis
    • Made decoding blocks strict. by @TikhonJelvis
    • ๐Ÿ”€ Merge pull request #88 from TikhonJelvis/fix-map-decode Fixed the implementation of getMap. by @AlexeyRaga
    • Deconflict with TypedName by @AlexeyRaga
    • โœ… Test strict and lazy deconflicting by @AlexeyRaga
    • โž• Add Data.Semigroup for ghc 7.10.3 by @dsturnbull
    • โœ‚ Remove TypeApplication in spec for ghc 7.10.3 by @dsturnbull
    • ๐Ÿ‘‰ Use GHC 8.6.4 by @AlexeyRaga
    • ๐Ÿ”€ Merge pull request #94 from haskell-works/deconflict-typed-names Deconflict with TypedName by @AlexeyRaga
    • ๐Ÿš€ Release v0.4.4.2 by @AlexeyRaga