[ANN] io.pedesta/pedestal libraries 0.6.0

2023-06-12 Thread 'Howard Lewis Ship' via Clojure
Pedestal is a set of Clojure libraries that bring the core Clojure principles - Simplicity, Power, and Focus - to server-side development. https://github.com/pedestal/pedestal Significant changes in 0.6.0: - Improvements to documentation - Update dependencies to address known CVEs This release i

[ANN] com.walmartlabs/lacinia 1.2

2023-02-06 Thread 'Howard Lewis Ship' via Clojure
Lacinia is an open-source implementation of the 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/

[ANN] Pedestal 0.5.11-beta-1

2022-11-21 Thread 'Howard Lewis Ship' via Clojure
Pedestal is a set of batteries-included libraries for building HTTP-based services and applications. We are pleased to announce the first beta of Pedestal 0.5.11; this release primarily addresses out-of-date dependencies and security issues. Documentation: http://pedestal.io/ GitHub page: https:/