8.81.0 release (2026-04-27)
Total recipe count: 4335
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.
Corresponding CLI version
- Stable CLI version
v3.57.16 - Staging CLI version:
v3.57.16
New Recipes
- org.openrewrite.gitlab.MigrateTemplateToComponent: Replace a GitLab
template:include with acomponent:include, as recommended by GitLab's CI/CD Catalog migration guides. - org.openrewrite.gitlab.MigrateTerraformTemplateToOpenTofuComponent: Replace the deprecated
Terraform/Base.latest.gitlab-ci.ymltemplate include with the OpenTofu CI/CD component, per the GitLab catalog migration guide. - org.openrewrite.java.migrate.util.UsePredicateNot: Replace
((Predicate<T>) lambdaOrMethodRef).negate()withPredicate.not(lambdaOrMethodRef)as of Java 11.