|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [v2.2.0](https://github.com/jwt/ruby-jwt/tree/v2.2.0) (2019-03-20) |
4 |
| -[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.1.0...v2.2.0) |
| 3 | +## [v2.2.1](https://github.com/jwt/ruby-jwt/tree/v2.2.1) (2019-05-24) |
| 4 | +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.2.0...v2.2.1) |
| 5 | + |
| 6 | +**Fixed bugs:** |
| 7 | + |
| 8 | +- need to `require 'forwardable'` to use `Forwardable` [\#316](https://github.com/jwt/ruby-jwt/issues/316) |
| 9 | +- Add forwardable dependency for JWK RSA KeyFinder [\#317](https://github.com/jwt/ruby-jwt/pull/317) ([excpt](https://github.com/excpt)) |
| 10 | + |
| 11 | +## [v2.2.0](https://github.com/jwt/ruby-jwt/tree/v2.2.0) (2019-05-23) |
| 12 | +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.2.0.pre.beta.0...v2.2.0) |
| 13 | + |
| 14 | +**Closed issues:** |
| 15 | + |
| 16 | +- misspelled es512 curve name [\#310](https://github.com/jwt/ruby-jwt/issues/310) |
| 17 | +- With Base64 decode i can read the hashed content [\#306](https://github.com/jwt/ruby-jwt/issues/306) |
| 18 | +- hide post-it's for graphviz views [\#303](https://github.com/jwt/ruby-jwt/issues/303) |
| 19 | + |
| 20 | +**Merged pull requests:** |
| 21 | + |
| 22 | +- Release 2.2.0 [\#315](https://github.com/jwt/ruby-jwt/pull/315) ([excpt](https://github.com/excpt)) |
| 23 | + |
| 24 | +## [v2.2.0.pre.beta.0](https://github.com/jwt/ruby-jwt/tree/v2.2.0.pre.beta.0) (2019-03-20) |
| 25 | +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.1.0...v2.2.0.pre.beta.0) |
5 | 26 |
|
6 | 27 | **Implemented enhancements:**
|
7 | 28 |
|
|
54 | 75 |
|
55 | 76 | **Merged pull requests:**
|
56 | 77 |
|
| 78 | +- Release v2.2.0-beta.0 [\#302](https://github.com/jwt/ruby-jwt/pull/302) ([excpt](https://github.com/excpt)) |
57 | 79 | - Misc config improvements [\#296](https://github.com/jwt/ruby-jwt/pull/296) ([jamesstonehill](https://github.com/jamesstonehill))
|
58 | 80 | - Fix JSON conflict between \#293 and \#292 [\#294](https://github.com/jwt/ruby-jwt/pull/294) ([anakinj](https://github.com/anakinj))
|
59 | 81 | - Drop Ruby 2.2 from test matrix [\#290](https://github.com/jwt/ruby-jwt/pull/290) ([anakinj](https://github.com/anakinj))
|
|
79 | 101 | - verify takes 2 params, second being payload closes: \#207 [\#238](https://github.com/jwt/ruby-jwt/pull/238) ([ab320012](https://github.com/ab320012))
|
80 | 102 | - simplified logic for keyfinder [\#237](https://github.com/jwt/ruby-jwt/pull/237) ([ab320012](https://github.com/ab320012))
|
81 | 103 | - Show backtrace if rbnacl-libsodium not loaded [\#231](https://github.com/jwt/ruby-jwt/pull/231) ([buzztaiki](https://github.com/buzztaiki))
|
82 |
| -- Support for ED25519 [\#229](https://github.com/jwt/ruby-jwt/pull/229) ([ab320012](https://github.com/ab320012)) |
83 | 104 |
|
84 | 105 | **Fixed bugs:**
|
85 | 106 |
|
|
103 | 124 | ## [v2.0.0](https://github.com/jwt/ruby-jwt/tree/v2.0.0) (2017-09-03)
|
104 | 125 | [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.0.0.beta1...v2.0.0)
|
105 | 126 |
|
| 127 | +**Implemented enhancements:** |
| 128 | + |
| 129 | +- Support for ED25519 [\#229](https://github.com/jwt/ruby-jwt/pull/229) ([ab320012](https://github.com/ab320012)) |
| 130 | + |
106 | 131 | **Fixed bugs:**
|
107 | 132 |
|
108 | 133 | - Support versions outside 2.1 [\#209](https://github.com/jwt/ruby-jwt/issues/209)
|
|
520 | 545 | - Oops. :-\) [\#11](https://github.com/jwt/ruby-jwt/pull/11) ([sporkmonger](https://github.com/sporkmonger))
|
521 | 546 | - Fix issue with signature verification in JRuby [\#10](https://github.com/jwt/ruby-jwt/pull/10) ([sporkmonger](https://github.com/sporkmonger))
|
522 | 547 | - Depend on MultiJson [\#9](https://github.com/jwt/ruby-jwt/pull/9) ([lautis](https://github.com/lautis))
|
523 |
| -- Allow for custom headers on encode and decode [\#8](https://github.com/jwt/ruby-jwt/pull/8) ([dgrijalva](https://github.com/dgrijalva)) |
524 | 548 | - Missing development dependency for echoe gem. [\#6](https://github.com/jwt/ruby-jwt/pull/6) ([sporkmonger](https://github.com/sporkmonger))
|
525 | 549 |
|
526 | 550 | ## [jwt-0.1.4](https://github.com/jwt/ruby-jwt/tree/jwt-0.1.4) (2011-11-11)
|
|
537 | 561 |
|
538 | 562 | **Merged pull requests:**
|
539 | 563 |
|
| 564 | +- Allow for custom headers on encode and decode [\#8](https://github.com/jwt/ruby-jwt/pull/8) ([dgrijalva](https://github.com/dgrijalva)) |
540 | 565 | - Bumped a version and added a .gemspec using rake build\_gemspec [\#3](https://github.com/jwt/ruby-jwt/pull/3) ([zhitomirskiyi](https://github.com/zhitomirskiyi))
|
541 | 566 | - Added RSA support [\#2](https://github.com/jwt/ruby-jwt/pull/2) ([zhitomirskiyi](https://github.com/zhitomirskiyi))
|
542 | 567 |
|
|
0 commit comments