-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
Changes | ||
======= | ||
|
||
v1.1.6 28 Mar 2021 | ||
[Bug fixes] | ||
* When an object (e.g. JWT) has a null value and `AsMap()` is called, | ||
`github.com/lestrrat-go/iter` would panic. | ||
This should be fixed in `github.com/lestrrat-go/[email protected]` and | ||
the dependency has been updated accordingly | ||
|
||
[Miscellaneous] | ||
* Added How-to style docs under `docs/` | ||
* github.com/goccy/go-json dependency has been updated to v0.4.8 | ||
|
||
v1.1.5 12 Mar 2021 | ||
This is a security fix release. The JWT validation could be skipped | ||
for empty values. Upgrade recommended | ||
|