Fork me on GitHub
#announcements
<
2022-10-26
>
Alex Miller (Clojure team)13:10:02

Clojure CLI release https://clojure.org/releases/tools#v1.11.1.1182 is now available: • https://clojure.atlassian.net/browse/TDEPS-70 - Detect missing jar in classpath and download automatically • https://clojure.atlassian.net/browse/TDEPS-232 - Add generic https://clojure.org/guides/install_clojure#_posix_instructionshttps://clojure.atlassian.net/browse/TDEPS-200 - Clean up default user deps.edn • https://clojure.atlassian.net/browse/TDEPS-219 Fixed -X:deps find-versions doesn't find Maven versions that start with a letter • Add :n option to -X:deps find-versions and default to 8 • During -X:deps prep, use :exec-args of alias being prepped, if present • During -X:deps prep, add :current flag to prep current project, default=false • Fix bad invocation of deps/prep-libs! in clojure.tools.cli.api/prep • Improve error message when local dep directory is missing • For downstream tools, added new https://download.clojure.org/install/stable.properties to look up latest stable tools release • Update deps to latest

clojure-spin 33
❤️ 2
1️⃣ 1
borkdude15:10:55

@U015879P2F8 Perhaps the MSI can updated now as well

seancorfield19:10:41

@U064X3EF3 That "well-known location" still seems to have 1.11.1.1165 as the contents.

seancorfield19:10:39

(my update CLI script at work checks it and won't let me install 1.11.1.1182 unless I override that 🙂 )

Alex Miller (Clojure team)19:10:13

I see latest there but maybe caching is at play

Alex Miller (Clojure team)19:10:46

% curl -O 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    77  100    77    0     0    287      0 --:--:-- --:--:-- --:--:--   298
% cat stable.properties
1.11.1.1182 bbaa93430b68378ed479d4acc6cc95d1e8f70ba4dae6771b3f7959cd39af3ebf

borkdude20:10:57

Also seeing that here

seancorfield20:10:59

I'm seeing 1.11.1.1165 on multiple machines here -- both via web browsers and via curl

Alex Miller (Clojure team)20:10:03

I changed the cache TTL on that, hopefully that should help (I had done that previously on a few other "changing" things in that bucket but forgot this one)

seancorfield20:10:44

What's the TTL now? I'll let you know when I start seeing 1.11.1.1182

Alex Miller (Clojure team)20:10:15

I also just invalidated the cloudfront cache to force a reset, that usually takes a few minutes

Alex Miller (Clojure team)20:10:19

the default ttl on downloads (which is mostly append-only) is ~year. I changed this file to 60s.

borkdude20:10:46

Did you also remove that special rule you had for Sean in there? ;)

Alex Miller (Clojure team)20:10:13

oh I added some extra ones for him

loading 1
seancorfield20:10:01

And we're off to the races now! Thank you!

Ferdinand Beyer17:10:24

First release of https://github.com/ferdinand-beyer/reitit-ring-defaults v0.1.0: sensible default middleware for Reitit. This lifts the popular ring-defaults library with its wrap-defaults to Reitit’s data-driven middleware, for more flexibility (per-route middleware), performance and convenience!

👍 11
🎉 4