Skip to content

Commit

Permalink
Bump to 3.12.5-SNAPSHOT and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 11, 2024
1 parent 42d3a38 commit ccc316b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function.
With Leiningen/Boot:

#+BEGIN_SRC clojure
[clj-http "3.12.3"]
[clj-http "3.12.4"]
#+END_SRC

If you need an older version, a 2.x release is also available.
Expand Down Expand Up @@ -1444,6 +1444,9 @@ In previous versions of =clj-http= (<= 3.10.0), =clj-http= defaulted to lazily p
was slow and also confused users who didn't expect laziness.

** DNS Resolution
:PROPERTIES:
:CUSTOM_ID: h:52CC15DF-57A5-425E-9AFC-10C9B4C4FA83
:END:

Users may add their own DNS resolver function to override the default DNS Resolver. This is useful in situations where you are unable to change the name to IP Address mapping. It is analogous to the =--resolve= flag present in =curl=. This example uses =org.apache.http.impl.conn.InMemoryDnsResolver= to resolve =example.com= to IP Address =127.0.0.1=.

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-http "3.12.4"
(defproject clj-http "3.12.5-SNAPSHOT"
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
:url "https://github.com/dakrone/clj-http/"
:license {:name "The MIT License"
Expand Down

0 comments on commit ccc316b

Please sign in to comment.