|
| 1 | +# Version 0.25 (Released Dec 3, 2016) |
| 2 | + |
| 3 | +* Security improvement: Added support for SSL server name indication. (pull |
| 4 | + request [#59][#59]) |
| 5 | +* Security improvement: release over HTTPS. (pull request [#67][#67]) |
| 6 | +* Performance enhancement: Fixes github client rate limitor waits and eats web |
| 7 | + threads causing Jenkins to be unresponsive tracked by |
| 8 | + [JENKINS-39200][JENKINS-39200]. (pull request [#63][#63]) |
| 9 | +* Performance enhancement: cache user lookups from GitHub. (pull request |
| 10 | + [#64][#64], [#65][#65], [#71][#71], [#72][#72], [#73][#73]) |
| 11 | +* Bugfix skip searching users when searching for teams tracked by |
| 12 | + [JENKINS-34896][JENKINS-34896] (pull request [#68][#68]) |
| 13 | +* Bugfix logout/login process tracked by [JENKINS-16350][JENKINS-16350]. (pull |
| 14 | + request [#58][#58]) |
| 15 | +* Bugfix building plugin with JDK7 and JDK8. (pull request [#73][#73]) |
| 16 | +* General bug fixes and code cleanup. (pull requests [#61][#61], [#62][#62], |
| 17 | + [#66][#66], [#69][#69], [#70][#70]) |
| 18 | + |
| 19 | +[#58]: https://github.com/jenkinsci/github-oauth-plugin/pull/58 |
| 20 | +[#59]: https://github.com/jenkinsci/github-oauth-plugin/pull/59 |
| 21 | +[#61]: https://github.com/jenkinsci/github-oauth-plugin/pull/61 |
| 22 | +[#62]: https://github.com/jenkinsci/github-oauth-plugin/pull/62 |
| 23 | +[#63]: https://github.com/jenkinsci/github-oauth-plugin/pull/63 |
| 24 | +[#64]: https://github.com/jenkinsci/github-oauth-plugin/pull/64 |
| 25 | +[#65]: https://github.com/jenkinsci/github-oauth-plugin/pull/65 |
| 26 | +[#66]: https://github.com/jenkinsci/github-oauth-plugin/pull/66 |
| 27 | +[#67]: https://github.com/jenkinsci/github-oauth-plugin/pull/67 |
| 28 | +[#68]: https://github.com/jenkinsci/github-oauth-plugin/pull/68 |
| 29 | +[#69]: https://github.com/jenkinsci/github-oauth-plugin/pull/69 |
| 30 | +[#70]: https://github.com/jenkinsci/github-oauth-plugin/pull/70 |
| 31 | +[#71]: https://github.com/jenkinsci/github-oauth-plugin/pull/71 |
| 32 | +[#72]: https://github.com/jenkinsci/github-oauth-plugin/pull/72 |
| 33 | +[#73]: https://github.com/jenkinsci/github-oauth-plugin/pull/73 |
| 34 | +[JENKINS-16350]: https://issues.jenkins-ci.org/browse/JENKINS-16350 |
| 35 | +[JENKINS-34896]: https://issues.jenkins-ci.org/browse/JENKINS-34896 |
| 36 | +[JENKINS-39200]: https://issues.jenkins-ci.org/browse/JENKINS-39200 |
| 37 | + |
1 | 38 | # Version 0.24 (Released May 26, 2016)
|
2 | 39 |
|
3 | 40 | * Bugfix [JENKINS-34775][JENKINS-34775] Don't cast inconvertible un/pw token.
|
|
0 commit comments