Skip to content

Commit 54699dd

Browse files
committed
Release 3.10.1
1 parent 5154fcc commit 54699dd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.org

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function.
122122
With Leiningen/Boot:
123123

124124
#+BEGIN_SRC clojure
125-
[clj-http "3.10.0"]
125+
[clj-http "3.10.1"]
126126
#+END_SRC
127127

128128
If you need an older version, a 2.x release is also available.
@@ -731,6 +731,9 @@ NOTE: The options =:force-redirects= and =:follow-redirects= (present in clj-htt
731731
used). You can use =:graceful= to mostly emulate the old redirect behaviour.
732732

733733
*** How to create a custom RedirectStrategy
734+
:PROPERTIES:
735+
:CUSTOM_ID: h:a3b8b124-411f-4c4c-ac4b-777624e76bf1
736+
:END:
734737
As mentioned earlier, it's possible to pass a custom instance of RedirectStrategy. The snippet below shows how to create a custom =RedirectStrategy= by wrapping the default strategy.
735738

736739
#+begin_src clojure
@@ -1400,6 +1403,9 @@ clj-http's =:connection-manager=, =:redirect-strategy=,
14001403
=:cookie-spec=, respectively.
14011404

14021405
** Incrementally JSON Parsing
1406+
:PROPERTIES:
1407+
:CUSTOM_ID: h:b01c16e8-7179-468e-8890-316939ec0e38
1408+
:END:
14031409
[[https://github.com/dakrone/cheshire][cheshire]] supports incrementally parsing JSON using lazy sequences. This approach can useful for
14041410
processing large top-level JSON arrays because it doesn't require upfront work consuming the entire stream.
14051411

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "3.10.1-SNAPSHOT"
1+
(defproject clj-http "3.10.1"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:url "https://github.com/dakrone/clj-http/"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)