Release Notes
- Added a new adapter for uzhttp, a new minimal, low-level HTTP server library powered by ZIO. A good choice if you only need to expose your GraphQL API and don't need extra capabilities. WebSockets are supported as well. The example is the simplest of all the adapters! #313 by @ghostdogpr
- Added support for Apollo Persisted Queries using a new Wrapper #302 by @ghostdogpr
- Fixed an issue causing compilation issues when using different ZIO environments in different places. With this fix, it is no longer required to use the same env everywhere in your API #311 by @ghostdogpr
- Added a helper and an example to make http4s middleware creation easier (e.g. for authentication) #310 by @ghostdogpr
- Added instances of
ArgBuilder
forSeq
,Set
andVector
#304 by @javimartinez - Added GET variant to the Finch adapter #312 by @javimartinez
- Added various aliases for
ZQuery
#306 by @adamgfraser - Added
ArgBuilder
example to the docs #315 by @gjuhasz86