Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.5.0 (2020-04-19)

([Full Changelog](https://github.com/jupyter/kernel_gateway/compare/2.4.3...50b26c553d7eaf6556b1ea9fd8f424388ebb2e94))

### Merged PRs

- Replace TravisCI with Github Actions [#357](https://github.com/jupyter/kernel_gateway/pull/357) ([@dolfinus](https://github.com/dolfinus))
- Fix loading of local notebooks with url special characters in path [#353](https://github.com/jupyter/kernel_gateway/pull/353) ([@bgerrity](https://github.com/bgerrity))
- Render .md files on RTD with MyST-parser [#348](https://github.com/jupyter/kernel_gateway/pull/348) ([@mwouts](https://github.com/mwouts))
- Fix all warnings (but 2) when doing make html [#347](https://github.com/jupyter/kernel_gateway/pull/347) ([@mwouts](https://github.com/mwouts))
- Formally define traits in swagger parser [#346](https://github.com/jupyter/kernel_gateway/pull/346) ([@kevin-bates](https://github.com/kevin-bates))
- Add recommonmark to the list of required Sphinx extensions [#345](https://github.com/jupyter/kernel_gateway/pull/345) ([@mwouts](https://github.com/mwouts))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/kernel_gateway/graphs/contributors?from=2020-08-18&to=2021-04-19&type=c))

[@bgerrity](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Abgerrity+updated%3A2020-08-18..2021-04-19&type=Issues) | [@dolfinus](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Adolfinus+updated%3A2020-08-18..2021-04-19&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Akevin-bates+updated%3A2020-08-18..2021-04-19&type=Issues) | [@mwouts](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Amwouts+updated%3A2020-08-18..2021-04-19&type=Issues) | [@willingc](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Awillingc+updated%3A2020-08-18..2021-04-19&type=Issues)

## 2.4.3 (2020-08-18)

* [PR-340](https://github.com/jupyter/kernel_gateway/pull/340) enable ssl_version as a JKG config option
Expand Down