announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
katox 2021-02-16T14:35:14.335300Z

PGMig 0.6.0 is out! What's new: • More complete support for next.jdbc • Improved json and jsonb support by including PGObject jdbc extension • Updated to GraalVM 21.0.2. • Updated Clojure and dependencies • Docker image is based on the new graalvm/graalvm-ce base Release notes: https://github.com/leafclick/pgmig/blob/master/CHANGELOG.md Since this release you can even grab pre-built binaries for Linux/Mac/Windows here: https://github.com/leafclick/pgmig/releases/tag/v0.6.0 Docker images available at Dockerhub: https://hub.docker.com/r/leafclick/pgmig/tags?page=1&ordering=last_updated Special thanks to @borkdude for SCI! Kamil

6
5
😎 1
alexmiller 2021-02-16T15:33:42.341400Z

Clojure https://clojure.org/releases/devchangelog#v1.10.3-rc1 is now available • Reverted https://clojure.atlassian.net/browse/CLJ-2564 (case error message change from 1.10.2) - this change introduced a new var invoked from the code emitted by the case macro. This has compatibility issues in the case of aot compiling on 1.10.2, then using that compiled code with prior Clojure runtimes (where the var will not exist). Reverting this is the reason we have reopened Clojure 1.10.x. All changes from prior releases back to 1.8 were audited for this kind of issue, none were found. • https://clojure.atlassian.net/browse/CLJ-2453 Allow reader conditionals in prepl - thanks to Oliver Caldwell for the patch We do not expect any other changes in 1.10.3. Any help vetting this release would be appreciated prior to 1.10.3 release.

🎉 23
alexmiller 2021-02-16T15:34:22.341500Z

I hit the button slightly too soon here, release is actually not yet on maven central but it's on the way

alexmiller 2021-02-16T15:41:05.342100Z

ok, now available

seancorfield 2021-02-16T17:03:44.344400Z

Kicking off a full test suite run here with 1.10.3-rc1 but I would be shocked if it changes anything for us 🙂

alexmiller 2021-02-16T17:57:03.345Z

yeah, probably actually more useful to check for anything unexpected with prepl based tooling (like REBL)

seancorfield 2021-02-16T18:18:52.345400Z

I'm not using anything with a prepl right now, just the plain socket repl. I have it on my todo list to investigate Reveal's prepl chaining feature (but until I can persuade Chlorine/Clover to connect to a prepl that's pretty much on hold). I'll follow up in #clojure-dev with a question about that though...