1
0

- Update to 2.7.2

* accessing API version should not count as activity #1315
    (@minrk)
  * Make kernel_id as a conditional optional field #1300
    (@allstrive)
  * Reference current_user to detect auth #1294 (@bhperry)
  * send2trash now supports deleting from different filesystem
    type(#1290) #1291 (@wqj97)
- Release 2.7.0
  * Add missing events to gateway client #1288 (@allstrive)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=71
This commit is contained in:
2023-08-26 13:23:52 +00:00
committed by Git OBS Bridge
parent 4f3fef44c0
commit d3e6a215ba
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Aug 26 13:06:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2.7.2
* accessing API version should not count as activity #1315
(@minrk)
* Make kernel_id as a conditional optional field #1300
(@allstrive)
* Reference current_user to detect auth #1294 (@bhperry)
* send2trash now supports deleting from different filesystem
type(#1290) #1291 (@wqj97)
- Release 2.7.0
* Add missing events to gateway client #1288 (@allstrive)
-------------------------------------------------------------------
Sun Jun 11 20:34:14 UTC 2023 - Ben Greiner <code@bnavigator.de>