Skip to content

Releases: higherkindness/mu-haskell

Release v0.5

11 Jan 11:19
fcdb5d4
Compare
Choose a tag to compare

In this new release we added:

  • Maps in Protocol Buffers! 🗺️ #268
  • Union Support in GraphQL! 🚀 #270
  • Fixed TemplateHaskell Generation for Input Types! ⚙️ #276

Release 0.4.1.1: bugfix on gRPC quasi-quoter

23 Nov 08:39
e7ad63b
Compare
Choose a tag to compare

Release 0.4.1: depend on published GraphQL parser

19 Nov 10:07
4bfe6be
Compare
Choose a tag to compare

This release fixes several issues that were reported (many thanks to the contributors!). In addition, we've moved from the unpublished Hasura GraphQL parser -- which meant you had to pin a particular commit -- to the published graphql package.

Release 0.4.0.1: same as 0.4, better docs

15 Oct 08:53
60f9a79
Compare
Choose a tag to compare

Release 0.4: instrumentation and OpenAPI support!

14 Oct 14:05
436dce6
Compare
Choose a tag to compare

Release 0.3: GraphQL and simplified API

28 Apr 16:08
f3d8737
Compare
Choose a tag to compare

Re-release v0.2

02 Mar 08:38
d6815e6
Compare
Choose a tag to compare

Fix the logic for updating the website with the latest tag

Release v0.2

28 Feb 10:07
e759293
Compare
Choose a tag to compare

This release:

  • Adds support for gRPC communication via AVRO 🎉
  • Adds a new package, mu-optics which allows to build simpler clients and servers with lenses!

v0.1.2

04 Feb 14:34
fd11ed6
Compare
Choose a tag to compare

Better docs on deployment, and a few fixes