Skip to content

Commit 3bb9a18

Browse files
committed
Update Changes; this be v1.0.8
1 parent aecf7cf commit 3bb9a18

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Changes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changes
22
=======
33

4+
v1.0.8 15 Jan 2021
5+
[New features]
6+
* Fixed `jws.Message` and `jws.Signature` to be properly formatted when
7+
marshaled into JSON. In the same manner, `json.Unmarshal` should also
8+
work as expected.
9+
* Added API to programatically manipulate `jws.Message` and `jws.Signature`
10+
[Miscellaneous]
11+
* The order of keys are now consistent as when used with `json.Marshal`.
12+
Previously some objects used their own ordering, but now the code goes
13+
through one extra roundtrip of `json.Unmarshal`/`json.Marshal` to preserve
14+
compatible behavior. This *may* lead to slightly slower performance if
15+
you are performing `json.Marshal` over and over in very quick succession.
16+
Please file an issue if you have real world cases where the change
17+
causes problems for you.
18+
* Added more examples in various places.
19+
* Tests runs have been sped up for the most oft used cases
20+
421
v1.0.7 11 Jan 2021
522
[New features]
623
* Added jwk.AutoRefresh, which is a tool to periodically refresh JWKS. (#265)

0 commit comments

Comments
 (0)