Fork me on GitHub
#announcements
<
2023-10-07
>
seancorfield00:10:41

https://github.com/seancorfield/deps-new v0.5.3 c899135 -- a tool to create new deps.edn projects • Updated to use tools.build 0.9.6 in generated projects, to take advantage of :pom-data • Remove all the template pom.xml files from generated projects (no longer needed) • clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new will always get you the latest version! Follow-up in #deps-new

👍 6
mpenet07:10:46

New mina release, now targeting Helidon 4.0.0-RC1 - https://github.com/mpenet/mina

🎉 3
mkvlr12:10:04

nice. Do you have plans for adding websocket support?

mpenet12:10:19

Yes, I was waiting for helidon’s api to stabilize. With that rc it seems to be the case so that will happen next

💯 2
mpenet15:10:56

I started to work on it yesterday fyi. Maybe I ll get an initial ws support release tomorrow.

mkvlr15:10:44

great to hear!

mpenet07:10:36

it's available now. It's experimental. I want in particular to change the way it works wrt to the way they are defined/upgraded, do something similar to ring ws spec or the other adapters (detect upgrade req and switch to ws from a normal handler). But right now I am not sure helidon allows to do this (easily).

💯 1
mpenet07:10:42

New https://github.com/mpenet/spandex release - 0.8.2 - fixing a bug with the build process on 0.8.1

🎉 4
seancorfield19:10:44

https://github.com/seancorfield/honeysql 2.4.1078 -- Turn Clojure data structures into SQL: • Address https://github.com/seancorfield/honeysql/issues/507 by clarifying formatting of :cast in *Special Syntax*. • Fix https://github.com/seancorfield/honeysql/issues/505 by rewriting the helper merge function to handle both keywords and symbols properly. • Address https://github.com/seancorfield/honeysql/issues/503 by adding :at-time-zone special syntax. • Address https://github.com/seancorfield/honeysql/issues/504 for BigQuery support, by adding special syntax for ignore/respect nulls, as well as new :distinct and :expr clauses to allow expressions to be qualified with SQL clauses. The latter will probably be useful for other dialects too. • Update tools.build to 0.9.6 (and get rid of template/pom.xml in favor of new :pom-data option to b/write-pom). If you're using the quoted-symbol style of DSL but also using the helper functions, #505 is an important bug fix! Follow-up in #C66EM8D5H

🙌 5
gratitude 3
🎉 9