Open
Conversation
275e356 to
4c145d2
Compare
f13d55b to
fdd1713
Compare
063f883 to
626cf56
Compare
b8cc2cc to
d97ec59
Compare
00a95c5 to
4aa992e
Compare
f3d8b25 to
0a5395c
Compare
25e0c15 to
fe13cdf
Compare
71b077f to
8f8d8aa
Compare
79aea3b to
9c797e6
Compare
ba9430c to
d4c60a5
Compare
baccbd0 to
788f927
Compare
0ed8da0 to
4dfb741
Compare
7bfb0e2 to
1b344ad
Compare
d5d17a7 to
963fb60
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.14.3→8.14.41.12.2→1.14.83.7.3→3.7.80.4.3→0.5.07.25.4→7.27.7-prerelease-CME-5375.5.1→5.60.10.7→0.11.03.7.11→3.8.44.9.3→4.9.83.2.2→3.2.34.5.0→4.5.12.8.13→2.8.164.6.17→4.6.204.6.17→4.6.204.6.17→4.6.204.6.17→4.6.204.0.28→4.0.314.0.28→4.0.314.0.28→4.0.311.18.42→1.18.441.13.4→1.14.31.13.4→1.14.31.13.4→1.14.35.13.4→5.14.35.13.4→5.14.35.13.4→5.14.32025.0.0→2025.1.10.12.67→0.12.683.5.8→3.5.137.1.0.6387→7.2.3.775512.1.3→12.2.01.15.0→1.19.00.51.0→0.53.04.6.18→4.6.20Release Notes
gradle/gradle (gradle)
v8.14.4Compare Source
hashicorp/terraform (hashicorp/terraform)
v1.14.8Compare Source
1.14.8 (March 25, 2026)
BUG FIXES:
v1.14.7Compare Source
1.14.7 (March 11, 2026)
NOTES:
v1.14.6Compare Source
1.14.6 (February 25, 2026)
BUG FIXES:
v1.14.5Compare Source
1.14.5 (February 11, 2026)
BUG FIXES:
v1.14.4Compare Source
1.14.4 (January 28, 2026)
BUG FIXES:
backend: Fix nil pointer dereference crash during
terraform initwhen the destination backend returns an error (#38027)Fixes an issue where any warning diagnostics generated during terraform query execution failed to render in the cloud backend session (#38040)
actions in modules without instances failed the plan graph (#38089)
v1.14.3Compare Source
1.14.3 (December 17, 2025)
BUG FIXES:
v1.14.2Compare Source
v1.14.1Compare Source
1.14.1 (December 3, 2025)
BUG FIXES:
test: allow ephemeral outputs in root modules (#37813)
Combinations of replace_triggered_by and -replace could result in some instances not being replaced (#37833)
providers lock: include providers required by terraform test (#37851)
Set state information in the proto request for the
GenerateResourceConfigRPC (#37896)actions: make after_create & after_update actions run after the resource has applied (#37936)
v1.14.0Compare Source
1.14.0 (November 19, 2025)
NEW FEATURES:
List Resources: List resources can be defined in
*.tfquery.hclfiles and allow querying and filterting existing infrastructure.A new Terraform command
terraform query: Executes list operations against existing infrastructure and displays the results. The command can optionally generate configuration for importing results into Terraform.A new GenerateResourceConfiguration RPC allows providers to create more precise configuration values during import. (#37515)
New top-level Actions block: Actions are provider defined and meant to codify use cases outside the normal CRUD model in your Terraform configuration. Providers can define Actions like
aws_lambda_invokeoraws_cloudfront_create_invalidationthat do something imparative outside of Terraforms normal CRUD model. You can configure such a side-effect with an action block and have actions triggered through the lifecycle of a resource or through passing the-invokeCLI flag. (#37553)ENHANCEMENTS:
terraform test: expected diagnostics will be included in test output when running in verbose mode" (#37362)
terraform test: ignore prevent_destroy attribute during when cleaning up tests" (#37364)
terraform stackscommand support for-helpflag (#37645)query: support offline validation of query files via -query flag in the validate command (#37671)
Updates to support the AWS European Sovereign Cloud (#37721)
BUG FIXES:
Retrieve all workspace variables while doing a
terraform import, include variables inherited from variable sets but not overwritten by the workspace. (#37241)Fix OSS backend proxy support by adding a proxy layer for OSS backend operations. Resolves #36897. (#36897)
console and test: return explicit diagnostics when referencing resources that were not included in the most recent operation. (#37663)
query: generate unique resource identifiers for results of expanded list resources (#37681)
The CLI now summarizes the number of actions invoked during
terraform apply, matching the plan output. (#37689)Allow filesystem functions to return inconsistent results when evaluated within provider configuration (#37854)
query: improve error handling for missing identity schemas (#37863)
UPGRADE NOTES:
The parallelism of Terraform operations within container runtimes may be reduced depending on the CPU bandwidth limit setting. (#37436)
Building Terraform 1.14 requires macOS Monterey or later (due to being built on Go 1.25 which imposes these requirements) (#37436)
Previous Releases
For information on prior major and minor releases, refer to their changelogs:
v1.13.5Compare Source
1.13.5 (November 5, 2025)
BUG FIXES:
impure functions could cause templatefile to incorrectly fail consistency checks (#37807)
Allow filesystem functions to return inconsistent results when evaluated within provider configuration (#37854)
v1.13.4Compare Source
1.13.4 (October 15, 2025)
BUG FIXES:
v1.13.3Compare Source
1.13.3 (September 17, 2025)
BUG FIXES:
v1.13.2Compare Source
1.13.2 (September 10, 2025)
BUG FIXES:
test: Fix the order of execution of cleanup nodes (#37546)
apply: hide sensitive inputs when values have changed between plan and apply (#37582)
v1.13.1Compare Source
1.13.1 (August 27, 2025)
BUG FIXES:
Fix regression that caused
terraform testwith zero tests to return a non-zero exit code. (#37477)terraform test: prevent panic when resolving incomplete references (#37484)
v1.13.0Compare Source
1.13.0 (August 20, 2025)
NEW FEATURES:
terraform stacksexposes some stack operations through the cli. Useterraform stacks -usageto see available commands. (#36931)ENHANCEMENTS:
Filesystem functions are now checked for consistent results to catch invalid data during apply (#37001)
Allow successful init when provider constraint matches at least one valid version (#37137)
Performance fix for evaluating high cardinality resources (#37154)
TF Test: Allow parallel execution of teardown operations (#37169)
terraform test: Test authors can now specify definitions for external variables that are referenced within test files directly within the test file itself. (#37195)terraform test: File-level variable blocks can now reference run outputs and other variables." (#37205)skip redundant comparisons when comparing planned set changes (#37280)
type checking: improve error message on type mismatches. (#37298)
BUG FIXES:
Added a missing warning diagnostic that alerts users when child module contains an ignored
cloudblock. (#37180)Nested module outputs could lose sensitivity, even when marked as such in the configuration (#37212)
workspace: Updated validation to reject workspaces named "" (#37267)
workspace: Updated the
workspace deletecommand to reject""as an invalid workspace name (#37275)plan: truncate invalid or dynamic references in the relevant attributes (#37290)
Test run Parallelism of 1 should not result in deadlock (#37292)
static validation: detect invalid static references via indexes on objects. (#37298)
Fixes resource identity being dropped from state in certain cases (#37396)
NOTES:
terraform rpcapiis now generally available. It is not intended for public consumption, but exposes certain Terraform operations through an RPC interface compatible with go-plugin. (#37067)UPGRADE NOTES:
terraform test: External variables referenced within test files should now be accompanied by avariabledefinition block within the test file. This is optional, but users with complex external variables may see error diagnostics without the additional variable definition. (#37195)Previous Releases
For information on prior major and minor releases, refer to their changelogs:
microsoft/ApplicationInsights-Java (microsoft/ApplicationInsights-Java)
v3.7.8Compare Source
(#4648,
#4632,
#4631)
(#4592)
(#4608)
v3.7.7Compare Source
Enhancements
(#4511)
(#4559)
(#4575)
v3.7.6Compare Source
Enhancements
(#4495, #4494)
v3.7.5Compare Source
Enhancements
(#4429)
(#4458)
v3.7.4Compare Source
Bug fixes
(#4377)
(Azure/azure-sdk-for-java#46001)
(#4378)
assertj/assertj-vavr (org.assertj:assertj-vavr)
v0.5.0Compare Source
What's Changed
assertj-parent-pomwithassertj-parent3.27.6 by @scordio in #243New Contributors
Full Changelog: assertj/assertj-vavr@v0.4.3...v0.5.0
hmcts/ccd-test-definitions (com.github.hmcts:ccd-test-definitions)
v7.27.7-prerelease-CME-537Compare Source
v7.27.1-prerelease-CME-537Compare Source
v7.27.0-prerelease-CME-537Compare Source
v7.26.7-prerelease-CCD-5329Compare Source
CCD-5329 - Gradle modified
v7.25.5_CCD-6146_1Compare Source
CCD-6146: FT changes
and addition to publish to Azure Artifacts
apache/httpcomponents-client (org.apache.httpcomponents.client5:httpclient5)
v5.6This is the first ALPHA release in the 5.6 release series. It adds several features
such as transport content decompression and content compression for the async transport,
support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme,
and Micrometer/OTel observations & metrics.
Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get
wired into the execution pipeline only if present on the classpath.
Notable changes and features included in the 5.6 series:
Unix domain socket support.
Support for pluggable content codecs via Commons-Compress in the classic transport.
(optional).
Support for transparent content decompression and content compression with
deflate,gzip,zstd(optional), andbrotli(optional) codecs in the async transport.Micrometer/OTel observations & metrics (optinal).
Off-lock connection disposal by the classic pooling connection manager. Experimental.
SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.
Request Priority support (RFC 9218). Experimental.
Compatibility notes:
As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating
host verification to JSSE security manager. One must explicitly configure the TLS strategy
to continue using the hostname verifier shipped with HttpClient.
Five-second TCP keep-alive is now enabled by default.
vavr-io/vavr (io.vavr:vavr)
v0.11.0Compare Source
The day has come - Vavr 0.11.0 is out, marking the first minor release in several years.
From here on, the focus shifts toward Vavr 1.0.0, starting with a significant Java version bump.
The 0.11.x line will continue to receive bugfixes and maintenance updates, but no new features are planned. Roadmap details can be found here.
Huge thanks to everyone who contributed in any form.
Significant Additions
Lazy
For()Comprehension (#3085)The for-comprehension API has been expanded with lazy, evaluation-friendly signatures that accept functions instead of eagerly-evaluated objects:
JSpecify Integration (#3113)
Vavr now integrates JSpecify annotations, enhancing null-safety support in IDEs and modern static analysis tools.
Better Future Cancellation (#3107)
As a result of internal refactoring, cancellation is now possible for Futures that have not yet started execution.
Various API Additions
Either/Validation.cond()Value.mapTo(U)andValue.mapToVoid()Try.toEither(Throwable -> L)What's Changed
.mapTo(U)and.mapToVoid()for Value by @adamkopec in #3086, #3090Try.toEither(Throwable -> L)by @adamkopec in #3088New Contributors
Full Changelog: vavr-io/vavr@v0.10.7...v0.11.0
reactor/reactor-core (io.projectreactor:reactor-core)
v3.8.4Reactor Core3.8.4is part of the2025.0.4Release Train.What's Changed
✨ New features and improvements
📖 Documentation
Full Changelog: reactor/reactor-core@v3.8.3...v3.8.4
v3.8.3Reactor Core3.8.3is part of the2025.0.3Release Train.What's Changed
✨ New features and improvements
NullAwayto0.13.0andErrorProneto2.46.0by @chemicL in #4187ByteBuddyfrom1.18.3to1.18.4by @dependabot[bot] in #4183Micrometerto1.16.3andMicrometer Tracingto1.6.3by @chemicL in #4202Full Changelog: reactor/reactor-core@v3.8.2...v3.8.3
v3.8.2Reactor Core3.8.2is part of the2025.0.2Release Train.What's Changed
✨ New features and improvements
ByteBuddyfrom1.18.2to1.18.3by @dependabot[bot] in #4169BlockHoundfrom1.0.15.RELEASEto1.0.16.RELEASEby @chemicL in #4181Micrometerfrom1.16.1to1.16.2by @chemicL in #4182Full Changelog: reactor/reactor-core@v3.8.1...v3.8.2
v3.8.1Reactor Core3.8.1is part of2025.0.1Release Train.What's Changed
✨ New features and improvements
ByteBuddyfrom1.17.8to1.18.2by @dependabot[bot] in #4144 and #4149Micrometertov1.16.1by @chemicL in #4164🐞 Bug fixes
Mono#doOnSuccessConsumernullability by @chemicL in #4155Full Changelog: reactor/reactor-core@v3.8.0...v3.8.1
v3.8.0Reactor Core3.8.0is part of2025.0.0Release Train.3.8.0 Highlights
Enhanced Null Safety using JSpecify
🦺 Reactor Core 3.8.0 introduces JSpecify annotations for comprehensive null safety, replacing the legacy JSR 305-based annotations with a modern, properly specified standard that prevents
NullPointerExceptions through build-time checks. This upgrade provides enhanced IDE support, seamless Kotlin integration with automatic translation to Kotlin's null safety system, and more precise nullability declarations including support for arrays, varargs, and generic types — making Reactor APIs safer and more developer-friendly across the entire ecosystem.reactor.util.annotationhave been deprecated in favour of JSpecify annotations.📖 Check the refreshed reference documentation section on Null Safety.
Repeat Spec
Repeat functionality from
Reactor Addonshas been ported toReactor Coreunder theRepeatSpecclass and can be used in conjunction with theFlux#repeatWhen()andMono#repeatWhen()operators. Make sure to check out the Javadoc.Reactor Core Micrometer version aligned with Reactor Core version
The
reactor-core-micrometerlibrary, which is part of thereactor-corerepository is always released together withreactor-core, hence we decided to align their versions starting from3.8.0(the previous line was1.2.xcorresponding with3.7.xofreactor-core).What's Changed
✨ New features and improvements
Micrometerto1.16.0by @chemicL infedfdd2Context Propagationto1.2.0by @chemicL infedfdd2repeatWhenoperator by @kwondh5217 in #4027 and refinement by @chemicL inb313f57Hooks#isAutomaticContextPropagationEnabledby @sdeleuze in #4090reactor.util.Loggervararg nullability by @chemicL in #4098Monomethods:fromCallableandfromSuppliernullability by @chemicL in #4116StepVerifiernullability by @chemicL in #4126StepVerifiernullability reflecting non-nullPublishervalues by @chemicL in #4132🐞 Bug fixes
RetryBackoffSpecmultiplier handling of fractional values by @chemicL in #4048Flux#mapmapper to disallownullreturn values by @chemicL in #4103📖 Documentation
tapoperator by @ttddyy in #4009New Contributors
Full Changelog: reactor/reactor-core@v3.7.3...v3.8.0
v3.7.17Reactor Core3.7.17is part of the2024.0.16Release Train.What's Changed
✨ New features and improvements
📖 Documentation
Full Changelog: reactor/reactor-core@v3.7.16...v3.7.17
If you want to rebase/retry this PR, check this boxv3.7.16This PR was generated by Mend Renovate. View the repository job log.