Fork me on GitHub
#announcements
<
2020-02-13
>
hlship23:02:54

com.walmartlabs/lacinia 0.36.0 and com.walmartlabs/lacinia-pedestal 0.13.0 Lacinia is an open-source implementation of Facebook's GraphQL specification, in Clojure. GraphQL is an outstanding approach to getting diverse clients and servers exchanging data cleanly and efficiently. GitHub repo: https://github.com/walmartlabs/lacinia Documentation: http://lacinia.readthedocs.io/en/latest/ Featured changes in 0.36.0: - Improved support for parsing/serializing enums - Query execution can now be limited with a timeout - Improved efficiency when parallelizing query execution across threads lacinia-pedestal adds support for accessing GraphQL as an HTTP endpoint GitHub repo: https://github.com/walmartlabs/lacinia-pedestal Documentation: http://lacinia-pedestal.readthedocs.io/en/latest/ Featured changes in 0.13.0: - Exeptions during query execution are now caught and result in a 500 status response - Added support for setting the subscription initial payload

🎉 88
👏 24
❤️ 16
🚀 8
😻 8
orestis06:02:03

Many thanks for working on Lacinia! We are really happy with it.

4