This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-06
Channels
- # babashka (40)
- # beginners (14)
- # calva (3)
- # cider (7)
- # clerk (40)
- # clj-kondo (8)
- # cljfx (3)
- # clojure (79)
- # clojure-berlin (1)
- # clojure-denver (14)
- # clojure-europe (30)
- # clojure-nl (6)
- # clojure-norway (21)
- # clojure-uk (4)
- # clojurescript (10)
- # conjure (4)
- # data-science (13)
- # emacs (21)
- # events (8)
- # hoplon (7)
- # hyperfiddle (25)
- # lsp (11)
- # matrix (1)
- # off-topic (110)
- # pathom (11)
- # pedestal (7)
- # reagent (13)
- # reitit (16)
- # ring (10)
- # shadow-cljs (6)
- # timbre (3)
- # vim (8)
- # wasm (3)
Something is different between 0.5.11-beta-1
and 0.6.0-beta-2
in how +
is handled in path portion of URL which caused an issue for cljdoc. I'll report back when I've figured out what's up.
That's another case where double HTML decoding would show up. See the notes in the https://github.com/pedestal/pedestal/blob/master/CHANGELOG.md#060---unreleased
Ah thanks, I missed that breaking change in the changelog! Should "0.6.0 - UNRELEASED" maybe be changed to "0.6.0-beta-2 - June 2, 2023"? I was actually reading latest changes from https://github.com/pedestal/pedestal/releases page and didn't even notice I wasn't reading about 0.6.0 because 0.6.0 is not listed there.
I tend to only put a final entry in for an entire release cycle; the notes accumulate under the "UNRELEASED" heading until the final 0.6.0 release. I think this addresses the needs of the majority of Pedestal users, who will not upgrade until the next final release, and will want to see the changes all in one place.