Releases: jupyter-server/fps
Releases · jupyter-server/fps
v0.5.2
0.5.2
Merged PRs
- Add global start timeout #138 (@davidbrochart)
Contributors to this release
v0.5.1
0.5.1
Merged PRs
- Don't nest contexts in modules #137 (@davidbrochart)
Contributors to this release
v0.5.0
0.5.0
Merged PRs
- Support nested contexts #136 (@davidbrochart)
Contributors to this release
v0.4.2
0.4.2
Merged PRs
- Improve server start/stop #135 (@davidbrochart)
Contributors to this release
v0.4.1
0.4.1
Merged PRs
- Log failure to acquire value #134 (@davidbrochart)
- Fix
SharedValue.get()#133 (@davidbrochart)
Contributors to this release
v0.4.0
0.4.0
Merged PRs
- Split optional dependencies #132 (@davidbrochart)
- Make CLI optional #131 (@davidbrochart)
- Extract out server from
FastAPIModuletoServerModule#130 (@davidbrochart) - Add
ModuleAPI documentation #129 (@davidbrochart) - Use dependency groups for
testanddocs#128 (@davidbrochart)
Contributors to this release
v0.3.0
0.3.0
Merged PRs
- #126 (@davidbrochart), #127 (@davidbrochart).
- Add API documentation.
- Change
exclusiveargument ofSharedValue(),Context.put()andModule.put()tomax_boworrers. - Add
manageargument ofSharedValue()andContext.put()to use its context manager for setup/teardown. - Add
add_teardown_callback()method toContextandModuleto register a teardown callback. - Add
shared_valueargument ofContext.put()to share a value in multiple contexts. - Add
timeoutargument ofSharedValue.get()andContext.get(). - Add
teardown_callbackargument ofSharedValue()andModule.put(). - Remove
SharedValue.set_teardown_callback().
Contributors to this release
v0.2.2
0.2.2
Merged PRs
- Add Signal documentation #125 (@davidbrochart)
- Add Signal iterator #124 (@davidbrochart)
- Add Signal #123 (@davidbrochart)
Contributors to this release
v0.2.1
0.2.1
Merged PRs
- Export SharedValue #122 (@davidbrochart)
Contributors to this release
v0.2.0
0.2.0
Merged PRs
- Revert "Update to latest Jupyter Release Actions" #121 (@Zsailer)
- Update to latest Jupyter Release Actions #120 (@Zsailer)
- Add context documentation #119 (@davidbrochart)
- Convert repo to use releaser from repo #118 (@davidbrochart)
- Add optional
teardown_callbackparameter toContext.put()#117 (@davidbrochart) - Add Context #116 (@davidbrochart)
- Add concurrency test for tasks #115 (@davidbrochart)
- Add .gitignore #114 (@davidbrochart)