-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
76 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 8.41.1 release (2024-11-28) | ||
|
||
:::info | ||
This changelog only shows what recipes have been added, removed, or changed. OpenRewrite may do releases that do not include these types of changes. To see these changes, please go to the [releases page](https://github.com/openrewrite/rewrite/releases). | ||
::: | ||
|
||
## New Recipes | ||
|
||
* [org.openrewrite.apache.httpclient5.MigrateRequestConfig](https://docs.openrewrite.org/recipes/apache/httpclient5/migraterequestconfig): Migrate `RequestConfig` to httpclient5. | ||
* [org.openrewrite.apache.httpclient5.UsernamePasswordCredentials](https://docs.openrewrite.org/recipes/apache/httpclient5/usernamepasswordcredentials): Change the password argument going into `UsernamePasswordCredentials` to be a `char[]`. | ||
|
Oops, something went wrong.