Fork me on GitHub
#releases
<
2023-06-16
>
eval202010:06:55

v0.7.0 of https://github.com/eval/deps-try#installation, a tool to quickly try libraries on rebel-readline. Changes since last announcement: • Support trying branch of PR or MR’s. ◦ e.g. the branch belonging to PR #123: deps-try com.github.user/project ^123. • Add CWD to classpath. ◦ Ensures requiring of and using http://clojure.java.io/resource with local files works as expected. • Completion picks up on :deps/try-ed libraries. • Increase amount of history items to 10K. • [!20](https://github.com/eval/deps-try/pull/20): Fix bbin install instructions ([@mdiin](https://github.com/mdiin)). • Force killing all thread pools. Fixes [#16](https://github.com/eval/deps-try/issues/16).

🎉 2
dchelimsky20:06:51

https://groups.google.com/g/clojure/c/hisxucQFC8E/m/hcsFJTPTAAAJ • 0.8.681 / 2023-06-16 ◦ add :cognitect.aws.http/status and, when AWS provides an error code, :cognitect.aws.error/code, to error response maps • 0.8.673 / 2023-05-23 ◦ bug fix: add type-hint to resolve performance warning https://github.com/cognitect-labs/aws-api/issues/239 • 0.8.670 / 2023-05-22 ◦ WARNING: introduced performance warning; fixed in 0.8.673. ◦ BREAKING CHANGE: Changes the behavior of GetObject such that a 304 results in an anomaly. ▪︎ This was reported in https://github.com/cognitect-labs/aws-api/issues/240, and after further review we decided to keep the new behavior in order to align with AWS semantics. • https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.htmlhttps://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html • upgrade cognitect http-client to 1.0.125 and set follow-redirects false ◦ Fixes https://github.com/cognitect-labs/aws-api/issues/15

Alys Brooks22:06:45

New release of lambdaisland/hiccup! This introduces several potentially breaking changes in behavior in how we handle attributes in order to more closely conform with Reagent's hiccup implementation. However, this change is more consistent with the overall project goal of reducing the overhead of switching between hiccup in Clojure and ClojureScript, most code will not be affected, and makes things less surprising overall. For example, [:div {:tab-index 0 }] will return <div tabindex="0"></div> (which is the correct spelling of that attribute) rather than <div tab-index="0"></div>. Generally speaking, attributes that are strings rather than keywords will still not be converted, see the https://github.com/lambdaisland/hiccup/pull/5 or https://github.com/lambdaisland/hiccup/releases/tag/v0.0.25 for details.

[com.lambdaisland/hiccup "0.0.25"]
{com.lambdaisland/hiccup {:mvn/version "0.0.25"}}

👍 2