Fork me on GitHub
#announcements
<
2021-12-23
>
Ben Sless09:12:18

https://github.com/bsless/more.async release v0.0.8 with new features! more.async is a library containing some bits I often found I miss when programming with core.async, especially around pipelines and dealing with time. • declarative data language for building data flow systems • circuit breaker and rate limiter pipes • Other less exiting bits and bobs

🎉 23
😍 8
vemv14:12:36

https://github.com/rm-hull/nvd-clojure - 2.0.0 - security checker nvd-clojure checks your dependency tree and reports known-vulnerable dependencies such as specific log4j and logback versions. In 2.0.0, we're removing old APIs that commonly lead to inaccurate usage. Correct usage is now best summarized in its updated README and includes @seancorfield's excellent addition of a clojure -Ttools tool. Misc other improvements reflected in the https://github.com/rm-hull/nvd-clojure/blob/2.0.0/CHANGELOG.md#changes-from-190-to-200.

👏 18
robert-stuttaford18:12:32

fwiw #web-security

🍻 1
seancorfield21:12:51

https://github.com/seancorfield/honeysql v2.2.840 -- Turn Clojure data structures into SQL • Fix #375 for :nest statement. • Fix #374 by removing aliasing of :is / :is-not -- this changes the behavior of [:is-not :col true/false] to be correct and include NULL values. Using :is / :is-not with values that are not Boolean and not nil will produce invalid SQL. • Update test dependencies. • Update build-clj to v0.6.5. Follow-up in #honeysql -- regarding #374 please see https://cljdoc.org/d/com.github.seancorfield/honeysql/2.2.840/doc/getting-started/sql-operator-reference for more details

🎉 13
gratitude 4