File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
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+
421v1.0.7 11 Jan 2021
522[New features]
623 * Added jwk.AutoRefresh, which is a tool to periodically refresh JWKS. (#265)
You can’t perform that action at this time.
0 commit comments