We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad9552 commit faa1870Copy full SHA for faa1870
CHANGELOG.md
@@ -6,8 +6,14 @@
6
7
- The RequestMatcher is built after the Symfony RequestMatcher and separates
8
scheme, host and path expressions and provides an option to filter on the
9
- method. The RegexRequestMatcher is deprecated and will be removed in 2.0.
10
-- New RequestConditional authentication method using request matchers (deprecates Matching auth method)
+ method
+- New RequestConditional authentication method using request matchers
11
+- Add automatic basic auth info detection based on the URL
12
+
13
+### Deprecated
14
15
+- RegexRequestMatcher, use RequestMatcher instead
16
+- Matching authenitcation method, use RequestConditional instead
17
18
19
## 1.1.0 - 2016-02-25
0 commit comments