Skip to content

Commit

Permalink
Merge pull request #23381 from hlouzada/add-remoteclient-file-service
Browse files Browse the repository at this point in the history
PR: Add remote filesystem API to the Remote client plugin
  • Loading branch information
ccordoba12 authored Jan 27, 2025
2 parents 0a187a7 + b842020 commit 5912587
Show file tree
Hide file tree
Showing 24 changed files with 1,751 additions and 457 deletions.
14 changes: 14 additions & 0 deletions changelogs/Spyder-6.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# History of changes for Spyder 6

## Version 6.1.0 (Unreleased)

### API changes

* Add `early_return` and `return_awaitable` kwargs to `AsyncDispatcher` constructor.
* Add `register_api` and `get_api` methods to `RemoteClient` plugin in order to
get and register new rest API modules for the remote client.
* Add `get_file_api` method to `RemoteClient` to get the
`SpyderRemoteFileServicesAPI` rest API module to manage remote file systems.

----

## Version 6.0.4 (Unreleased)

### API changes

* Add `give_focus` kwarg to the `create_client_for_kernel` method of the
IPython console plugin.

----

## Version 6.0.3 (2024/12/10)

### Important fixes
Expand Down
4 changes: 2 additions & 2 deletions external-deps/spyder-remote-services/.gitrepo

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions external-deps/spyder-remote-services/pyproject.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 18 additions & 6 deletions external-deps/spyder-remote-services/spyder_remote_services/app.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Loading

0 comments on commit 5912587

Please sign in to comment.