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.
alexmiller 2020-09-22T02:25:47.030600Z

clj 1.10.1.693 (prerelease) is now available: • Classpath ordering changes. Classpath will always now be ordered extra-paths, paths, then libs. Libs are ordered by tree depth, then alpha. These changes both revert some ordering changes in the last stable release and go further in defining a reproducible classpath order. • clj -Stree re-enabled for now while we decide on best way to convey classpath-changing options to -Stree and -Spom • Windows scripts updated to latest • This prerelease version should be considered a release candidate for the next stable version! If you try it and have feedback, please leave it in #tools-deps

8
🦜 1
🙏 10
2020-09-22T13:25:57.037500Z

Hi all, i’ve just released https://github.com/BrunoBonacci/mulog v0.5.0 with the following changes/fixes • new Prometheus publisher (thanks @brandon746) • Now with 10+ publishers • fixes to namespace tracking (thanks @ddouglass) • Zipkin publisher support for external trace ids • Updated dependencies. Online doc on cljdoc: https://cljdoc.org/d/com.brunobonacci/mulog/0.5.0/doc/readme

🦜 3
🎉 11
athomasoriginal 2020-09-22T13:36:35.038Z

Nice! I’ve been working on a new CLJ/S project and have configured my logging, but this has me curious. Do you see this used in combination with something like clojure.tools.logging or as a replacement? The “Motivation” section of your docs has me thinking they work together. Apologies if this is not a great place to start this convo. Let me know if there is a better place. Thanks again, the library looks great!

2020-09-22T13:43:40.038700Z

TL;DR> Although possible, there are even supporting libraries, is something that in the general case I wouldn’t recommend. But every case is different so you are free to try and see how does it work for you.

athomasoriginal 2020-09-22T14:18:07.039400Z

Great. I can see this as a nice way to instrument the code with metrics and not be bound to a single provider library like iapetos - (Not a knock against this library - it works well)

just.sultanov 2020-09-22T17:44:57.041400Z

A simple response unifier v0.1.0 has been released. The next generation of clj-unifier. Any feedback welcome. https://github.com/anywhere-ninja/unifier

👍 4
eggsyntax 2020-09-23T11:38:50.003800Z

Thanks!

eggsyntax 2020-09-22T22:08:45.042900Z

For what it's worth, I don't really know what a response unifier is or why I would want one, and I didn't really feel clearer on it after looking at the readme 🤷