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
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
Documentation for the logged?
assertion: https://logicblocks.github.io/cartus/getting-started.html#testing-for-log-events
#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.
Indeed useful to know. Thanks @vlaaad @fdeitylink!