Fork me on GitHub
#releases
<
2022-01-31
>
Joshua Suskalo16:01:20

Released v1.4.1 of https://github.com/IGJoshua/farolero • Fixed a memory leak from interning new keywords at runtime • Fixed reflection warnings in the system debugger • Fixed reflection warnings generated by code resulting from tagbody and *-case macros

👍 3
seancorfield18:01:27

com.github.seancorfield/honeysql {:mvn/version "2.2.861"} -- https://github.com/seancorfield/honeysql • Address https://github.com/seancorfield/honeysql/issues/382 by adding :case-expr for BigQuery support. • Address https://github.com/seancorfield/honeysql/issues/381 by adding generic-helper-variadic and generic-helper-unary to honey.sql.helpers. • Fix https://github.com/seancorfield/honeysql/issues/380 by correcting test for function type in register-clause! and register-fn!.