releases

Jacob Emcken 2026-03-21T10:00:46.094759Z

https://github.com/jacobemcken/aws-simple-sign 2.3.3 is available A library that can generate presigned URLs for S3 and sign HTTP requests for AWS (Babashka compatible). Add (fix) encoding special (UTF-8) characters like æ, ß etc. in presigned URLs.

🎉 2
pez 2026-03-21T14:34:08.914699Z

🎉 2
whilo 2026-03-21T20:04:51.169299Z

https://github.com/replikativ/stratum/ 0.1.45 — native long[] pipeline, bitmap semi-join New optimizations for the Clojure columnar OLAP engine: Native long[] pipeline — Integer columns now stay as long[] through expressions, aggregation, and results. No more 48MB longToDouble allocation per query on 6M rows. Global integer multi-sum is 34x faster than DuckDB. AVG on integer columns accumulates as long, divides at decode. Bitmap semi-join — Existence-only joins (WHERE EXISTS pattern) automatically use BitSet probe instead of hash tables. No hash table build, no row materialization. 3-4x faster than DuckDB on filtered join queries.

🔥 5
🎉 1