From 0e38d56fb16088acc8efaa929417041c1d1d2d7f Mon Sep 17 00:00:00 2001 From: Aleksandr Izmailov Date: Thu, 11 Jul 2024 14:50:21 +0200 Subject: [PATCH] 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. --- reference_guide/api_changes_list_2024.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index ad7487214..f542b1a5a 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -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