API changes notes for IDEA-261957 (#359)

Rename `com.intellij.ws` package to `com.intellij.httpClient` in HTTP Client plugin
This commit is contained in:
Aleksandr Izmaylov 2021-02-15 17:24:51 +03:00 committed by GitHub
parent c4cdcc249e
commit 4b8b3da976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,3 +97,14 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
`com.jetbrains.performancePlugin.CommandProvider.getCommands(Project)` method parameter `Project` removed
: Project is now only accessible via `com.intellij.openapi.ui.playback.PlaybackContext.getProject()` since it may change during script execution.
`com.intellij.ws.rest.client` package removed
: Replaced by `com.intellij.httpClient.execution` in HTTP Client plugin
`com.intellij.ws.actions` package removed
: Replaced by `com.intellij.httpClient.actions` in HTTP Client plugin
`com.intellij.ws.converters` package removed
: Replaced by `com.intellij.httpClient.converters` in HTTP Client plugin
`com.intellij.ws.http.request` package removed
: Replaced by `com.intellij.httpClient.http.request` in HTTP Client plugin