https://www.taoensso.com/sente v1.21 final https://github.com/taoensso/sente/releases/tag/v1.21.0 > Sente provides an easy-to-use abstraction over WebSockets and AJAX to help write realtime web apps with Clj and Cljs. This is a major release with plenty of new features, performance improvements, reliability improvements, and a number of bug fixes. Big thanks to all contributors and testers! As usual please see the https://github.com/taoensso/sente/releases/tag/v1.21.0 for details. Some highlights include: • https://github.com/taoensso/sente/issues/470 for binary serialization, and a new high-speed MessagePack https://github.com/taoensso/sente/commit/757ebd26e96762d25ab1153ab1ffbe0063027b16 (https://github.com/taoensso/sente/wiki/5-Packers#which-to-use) • https://github.com/taoensso/sente/commit/f8a3fad4856a78f341679e5e80ce3bdad7498952 for binary compression, and a new gzip https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.gzip • A new lightweight timer https://github.com/taoensso/sente/commit/173652df2874b4e6bfc2edb9d884743f8b2d7b2e based on work from http-kit • Decreased dependency size • Pluggable un+structured logging via https://www.taoensso.com/trove
https://www.taoensso.com/http-kit v2.9.0-beta3 is https://github.com/http-kit/http-kit/releases/tag/v2.9.0-beta3 > http-kit is a lightweight event-driven HTTP client+server for Clojure This is a major pre-release with plenty of fixes and improvements over v2.8. Please see the https://github.com/http-kit/http-kit/releases/tag/v2.9.0-beta3 for details. As usual, big thanks to all contributors and testers! 🙏
Hi, among tons of rubish threat tools I found a nice threat policy report tool (http://threagile.io). It is DevOps style, input stored in git, report generated by CI. This tool accompanies the development process, new threats & mitigations can be added iterative. Unfortunately threagile is missing important features, so I decided to rewrite it. I used one of the threats seen in federation for forgejo as first real world example. The example report output can be found here: https://repo.prod.meissa.de/meissa/clj-threats/src/branch/main/report/report.pdf It is just a first "hello world" but the core concepts are quite working. #clojure #forgejo #threat-modelling #attack-tree
It looks like the threagile link should be .io and not .org: https://threagile.io/