Jupyter Enterprise Gateway 2.3.0
This release of Jupyter Enterprise Gateway is mostly a maintenance release with some enhancements.
- Fixed a bug where users could no longer bring their own kernel ID via KERNEL_ID.
- Fixed a typo in the Kubernetes deployment script wrt
EmptyDir
. - Fix kill() to be a sync method and run it in an executor from async methods to address 'not awaited' error.
- Allow specified request headers to be available for process proxies
- Enabled supporting custom trust stores for EG dispatch to SSL Enabled Yarn
- Flow KERNEL_IMAGE value for kernel launch
- Add support for Conductor Proxy to work with JEG outside of Conductor Cluster
- Handle supporting using both pycryptdome and pycryptodomex
Many thanks to the following contributors:
- Akshay Kotecha Jain (@akshaykjain)
- Ashvin Nihalani (@ashvinnihalani)
- Donatas Mažionis (@donatasm)
- Kevin Bates (@kevin-bates)
- Kevin Doyle (@kjdoyle)