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 2020-08-12T07:46:18.001Z

Hi everyone, The release 0.3.0 of PGMig is out. PGMig is a standalone PostgreSQL Migration Runner using Migratus. It's just like Migratus but it is compiled into a native binary. It can be used to execute sql migrations while developing without a lein plugin but it is also useful a as blazing fast init container for apps that are deployed to Kubernetes. What's new: - The latest and greatest Migratus - GraalVM updated to 20.1.0 - The docker build now uses the official graalvm-ce as a base image - Pre-built x86_64 linux docker image is available at [dockerhub](https://hub.docker.com/r/leafclick/pgmig) Gihub: https://github.com/leafclick/pgmig Enjoy, Kamil

👏 4
🎉 10
Toby Clemson 2020-08-12T12:53:49.003900Z

Released 0.1.14 of cartus, now with a custom clojure.test assertion for checking that log events have occurred. https://github.com/logicblocks/cartus

👍 4
Toby Clemson 2020-08-12T12:55:05.004600Z

Documentation for the logged? assertion: https://logicblocks.github.io/cartus/getting-started.html#testing-for-log-events

vlaaad 2020-08-12T19:32:06.009100Z

#cljfx 1.7.5 is released! This release might be interesting for cljfx users who use contexts and subscriptions in their projects because it simplifies writing subscriptions — see https://github.com/cljfx/cljfx/blob/master/CHANGELOG.md#175---2020-08-12 for details.

👍 12
🎉 3
2020-08-12T19:35:57.009700Z

Indeed useful to know. Thanks @vlaaad @fdeitylink!