File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ # http-digest CHANGELOG
2
+
3
+ ## 1.3
4
+
5
+ - Drop initial 401 response body instead of concatenating both responses.
6
+
7
+ - Allow unauthenticated requests. If no credentials are provided, return the original 401 response.
8
+
9
+ - HTTP client is now configurable, which makes it possible to use Copas or LuaSec clients.
Original file line number Diff line number Diff line change @@ -44,11 +44,3 @@ http_digest.http = require "copas.http"
44
44
45
45
- Copyright (c) 2012-2013 Moodstocks SAS
46
46
- Copyright (c) 2014-2022 Pierre Chapuis
47
-
48
- ## Changelog
49
-
50
- ### 1.3
51
-
52
- - fix: Drop initial 401 response body instead of concatenating both responses.
53
- - feat: Also allow unauthenticated requests. Only check for creds if they are needed. If not provided, return the original 401 response.
54
- - feat: Made the HTTP client configurable to be able to use Copas or LuaSec clients.
You can’t perform that action at this time.
0 commit comments