2025-01-27 11:49:32 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.15.0
2.15.0
Enhancements made
- Better error message when starting kernel for session.
- Add a traitlet to disable recording HTTP request metrics
- prometheus: Expose 3 activity metrics
- Add prometheus info metrics listing server extensions + versions
- Add prometheus metric with version information
- Better hash format error message
- Removing excessive logging from reading local files
- Do not include token in dashboard link, when available
- Add an option to have authentication enabled for all endpoints by default
- websockets: add configurations for ping interval and timeout
- log extension import time at debug level unless it's actually slow
- Add support for async Authorizers (part 2)
- Support async Authorizers
- Support get file(notebook) md5
- Update kernel env to reflect changes in session
Bugs fixed
- Return HTTP 400 when attempting to post an event with an unregistered schema
- write server extension list to stdout
- don't let ExtensionApp jpserver_extensions be overridden by config
- Pass session_id during Websocket connect
- Do not log environment variables passed to kernels
- extensions: render default templates with default static_url
- Improve the busy/idle execution state tracking for kernels.
- Ignore zero-length page_config.json, restore previous behavior of crashing for \
invalid JSON
- Don't crash on invalid JSON in page_config
- Fix color in windows log console with colorama
- Fix log arguments for gateway client error
- Import User unconditionally
- Fix a typo in error message
- avoid unhandled error on some invalid paths
- Change md5 to hash and hash_algorithm, fix incompatibility
- ContentsHandler return 404 rather than raise exc
- Force legacy ws subprotocol when using gateway
Maintenance and upkeep improvements
- Donation link NF -> LF
- Handle newer jupyter_events wants string version, drop 3.8
- Ignore unclosed sqlite connection in traits
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Use hatch fmt command
- chore: update pre-commit hooks
- Fix jupytext and lint CI failures
- Set all min deps
- chore: update pre-commit hooks
- Update pytest requirement from \<8,>=7.0 to >=7.0,\<9
- Pin to Pytest 7
- Update release workflows
- chore: update pre-commit hooks
- Improve warning handling
- Simplify the jupytext downstream test
- Fix test param for pytest-xdist
- Update pre-commit deps
- Use ruff docstring-code-format
- Update for tornado 6.4
- chore: update pre-commit hooks
- Update ruff and typings
- Clean up ruff config
- Add more typings
- chore: update pre-commit hooks
- Clean up config and address warnings
- Clean up lint and typing
- Update typing for traitlets 5.13
- Update typings and fix tests
Documentation improvements
- add comments to explain signal handling under jupyterhub
- Update documentation for `cookie_secret`
- Add Changelog for 2.14.1
- Update simple extension examples: \_jupyter_server_extension_points
- Link to GitHub repo from the docs
- docs: list server extensions
- Update simple extension README to cd into correct subdirectory
- Add deprecation note for `ServerApp.preferred_dir`
- Replace \_jupyter_server_extension_paths in apidocs
- fix "Shutdown" -> "Shut down"
- Enable htmlzip and epub on readthedocs
- Update api docs with md5 param
- typo: ServerApp
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-07-20 21:04:24 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.14.2
2.14.2
Bugs fixed
- Pass session_id during Websocket connect
- Do not log environment variables passed to kernels
Maintenance and upkeep improvements
- chore: update pre-commit hooks
- chore: update pre-commit hooks
Documentation improvements
- Update documentation for `cookie_secret`
- Add Changelog for 2.14.1
- Update simple extension examples: \_jupyter_server_extension_points
2.14.1
Enhancements made
- Removing excessive logging from reading local files
Security Fix
- [Filefind: avoid handling absolute paths]
2.14.0
Enhancements made
- Do not include token in dashboard link, when available
Bugs fixed
- Ignore zero-length page_config.json, restore previous behavior of crashing for \
invalid JSON
- Don't crash on invalid JSON in page_config
Maintenance and upkeep improvements
- Fix jupytext and lint CI failures
- Set all min deps
- chore: update pre-commit hooks
- Update pytest requirement from \<8,>=7.0 to >=7.0,\<9
- Pin to Pytest 7
Documentation improvements
- Link to GitHub repo from the docs
- docs: list server extensions
- Update simple extension README to cd into correct subdirectory
|
2024-03-07 18:37:53 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.13.0
2.13.0
Enhancements made
- Add an option to have authentication enabled for all endpoints by default
- websockets: add configurations for ping interval and timeout
Bugs fixed
- Fix color in windows log console with colorama
Maintenance and upkeep improvements
- Update release workflows
- chore: update pre-commit hooks
Documentation improvements
- Add deprecation note for `ServerApp.preferred_dir`
- Replace \_jupyter_server_extension_paths in apidocs
- fix "Shutdown" -> "Shut down"
|
2024-01-20 09:59:36 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.12.5
2.12.5
Maintenance and upkeep improvements
- Improve warning handling
|
2024-01-12 14:25:20 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.12.4
2.12.4
Bugs fixed
- Fix log arguments for gateway client error
|
2024-01-10 21:44:44 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.12.3
2.12.3
Bugs fixed
- Import User unconditionally
Maintenance and upkeep improvements
- Simplify the jupytext downstream test
- Fix test param for pytest-xdist
2.12.2
Bugs fixed
- Fix a typo in error message
- Force legacy ws subprotocol when using gateway
Maintenance and upkeep improvements
- Update pre-commit deps
- Use ruff docstring-code-format
Documentation improvements
- Enable htmlzip and epub on readthedocs
|
2023-12-07 18:32:34 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.12.1
2.12.1
Enhancements made
- log extension import time at debug level unless it's actually slow
- Add support for async Authorizers (part 2)
2.12.0
Enhancements made
- Support async Authorizers
Maintenance and upkeep improvements
- Update for tornado 6.4
- chore: update pre-commit hooks
|
2023-11-20 07:25:58 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-jupyter_server: updated to 2.10.1
2.10.1
Bugs fixed
- ContentsHandler return 404 rather than raise exc
Maintenance and upkeep improvements
- Clean up ruff config
- Add more typings
- chore: update pre-commit hooks
2.10.0
Enhancements made
- Update kernel env to reflect changes in session
Maintenance and upkeep improvements
- Clean up config and address warnings
- Clean up lint and typing
- Update typing for traitlets 5.13
- Update typings and fix tests
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|