This repository was archived by the owner on Jul 20, 2026. It is now read-only.
Releases: microsoft/vscode-docker-extensibility
Releases · microsoft/vscode-docker-extensibility
Release list
microsoft-vscode-docker-registries v0.2.1
Fixed
- Fixed an issue where
serviceandscopeparameters for OAuth requests were being sent as headers, when they should have been sent as query parameters. #279
microsoft-vscode-processutils v0.1.1
microsoft-vscode-container-client v0.4.1
microsoft-vscode-processutils v0.1.0
NOTE!
Sorry everyone this release is literally broken. See #280
Added
- Initial release. This contains the command line building, shell, and process execution features previously in
@microsoft/vscode-container-client.
microsoft-vscode-container-client v0.4.0
microsoft-vscode-container-client v0.3.0
microsoft-vscode-container-client v0.2.2
microsoft-vscode-container-client v0.2.1
Added
- Added the container stats command. This would previously always throw a
CommandNotSupportedError. However, the typing has changed to aVoidCommandResponse. #254
microsoft-vscode-container-client v0.2.0
Added
- Added a client for Podman. #221
Changed
- Some properties on certain objects have become optional, due to Podman not containing them. For example, network ID on network listing is not present on Podman v3.
microsoft-vscode-docker-registries v0.2.0
Fixed
- Fixes an issue that would cause infinite looping on registries that used paging in tags listing. #243
- The above required a breaking alteration to the
RegistryV2RequestOptionsinterface.