Skip to content

Commit

Permalink
Add release 8.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 28, 2024
1 parent 0372b6e commit 68da4ce
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 50 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/8-41-1-Release.md
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[]`.

Loading

0 comments on commit 68da4ce

Please sign in to comment.