Add HTTP Client changes to api_changes_list_2024.md (#1348)

There is a change in internal method, that was accidentally made public. It cannot be reverted because it breaks compatibility anyway, because it also throws a checked exception now. And this exception is necessary for new functionality.
This commit is contained in:
Aleksandr Izmailov 2024-07-11 14:50:21 +02:00 committed by GitHub
parent 31b661da18
commit 0e38d56fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,6 +120,11 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.database.datagrid.DataGrid.adaptForNewQuery()` abstract method added
: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation.
### HTTP Client Plugin 2024.2
`com.intellij.httpClient.http.request.HttpRequestPsiConverter.toRequestConfig(HttpRequest)` method visibility changed from `public` to `private`
: This method is an implementation detail.
## 2024.1
### IntelliJ Platform 2024.1