Fork me on GitHub
#releases
<
2023-06-25
>
Matthew Davidson (kingmob)11:06:28

Minor Aleph release 0.6.3. Only change is an upgrade to the latest Netty to fix a potential DDOS CVE. https://clojars.org/aleph/versions/0.6.3

🎉 4
seancorfield22:06:22

Minor next.jdbc release 1.3.883 -- https://github.com/seancorfield/next-jdbc • Address https://github.com/seancorfield/next-jdbc/issues/254 by adding next.jdbc/active-tx? and adding more explanation to https://cljdoc.org/d/com.github.seancorfield/next.jdbc/CURRENT/doc/getting-started/transactions about the conventions behind transactions and the limitations of thread-local tracking of active transactions in next.jdbc. • Address https://github.com/seancorfield/next-jdbc/issues/251 by updating next.jdbc/with-logging docstring. • Update dev/test dependencies. Follow-up in #C1Q164V29

🎉 2
seancorfield23:06:49

Minor HoneySQL release 2.4.1045 -- https://github.com/seancorfield/honeysql • Fix https://github.com/seancorfield/honeysql/issues/494 by supporting expressions in :on-conflict instead of just entities. • Address https://github.com/seancorfield/honeysql/issues/493 by clarifying use of :values in CTEs (using :with). • Address https://github.com/seancorfield/honeysql/issues/489 by adding more examples around :update. • Attempt to improve honey.sql.helpers namespace docstring (by adding a note from the relevant *Getting Started* section). • Update dev/test dependencies. Follow-up in #C66EM8D5H

🎉 8