Skip to content

Commit 6d1e00a

Browse files
authored
chore: update changelog (#73)
1 parent 1da9f67 commit 6d1e00a

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,28 @@
22

33
Canonical reference for changes, improvements, and bugfixes for cap.
44

5-
## Next
6-
7-
* Add `WithUserAttributes(...)` option to the ldap package that allows callers
8-
to request that attributes be returned for the authenticating user ([PR](https://github.com/hashicorp/cap/pull/58))
5+
## 0.3.0
6+
#### OIDC
97
* Add `ProviderConfig` which creates a provider that doesn't support
108
OIDC discovery. It's probably better to use NewProvider(...) with discovery
119
whenever possible ([PR](https://github.com/hashicorp/cap/pull/57) and [issue](https://github.com/hashicorp/cap/issues/55)).
12-
* Add Validator `ValidateAllowMissingIatNbfExp` method to allow all of
13-
iat/nbf/exp to be missing.
10+
* Improve WSL detection ([**PR**](https://github.com/hashicorp/cap/pull/51))
11+
* Add option to allow all of IAT, NBF, and EXP to be missing
12+
([**PR**](https://github.com/hashicorp/cap/pull/50))
13+
* Validate sub and aud are present in an id_token ([**PR**](https://github.com/hashicorp/cap/pull/48))
14+
15+
#### LDAP
16+
* Add better (more consistent) timeouts ([**PR**](https://github.com/hashicorp/cap/pull/61))
17+
* Add better error msgs on failed search queries ([**PR**](https://github.com/hashicorp/cap/pull/60))
18+
* Add new config fields for including/excluding user attrs ([**PR**](https://github.com/hashicorp/cap/pull/59))
19+
* Add `WithUserAttributes(...)` option to the ldap package that allows callers
20+
to request that attributes be returned for the authenticating user ([**PR**](https://github.com/hashicorp/cap/pull/58))
21+
22+
23+
24+
## 0.2.0 (2022/04/08)
25+
* Add support for LDAP/AD authentication ([**PR**](https://github.com/hashicorp/cap/pull/47))
26+
1427

1528
## 0.1.1 (2021/06/24)
1629

0 commit comments

Comments
 (0)