Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@olevski olevski released this 15 Mar 10:21
· 323 commits to master since this release
9a3ef97

1.5.0 (2022-03-15)

Features

BREAKING CHANGES

  • The status of the session is reported in a different more compact form in the API. This affects the /servers or /servers/<server_name> endpoints.
  • The logs from all containers in the session (including init containers) are returned, not just the logs from the jupyter-server container. This affects the /notebooks/logs/<server_name> endpoint.
  • The logs from /notebooks/logs/<server_name> are returned as a dictionary of strings where the key is the container name and the string is the log.