Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions networks/release-notes/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
**TESTNET UPDATED: JUNE 25, 2026**
</Check>

<!-- highlights: TODO - add a "### Release highlights" paragraph and a "What's new in Release v0.75?" accordion above the build block -->
{/* highlights: TODO - add a "### Release highlights" paragraph and a "What's new in Release v0.75?" accordion above the build block */}

### [**Build 0.75.1**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.75.1)

Expand Down Expand Up @@ -120,7 +120,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
* stabilize GetScheduledInfoTest non-existent schedule tests by using virtual time [#25073](https://github.com/hiero-ledger/hiero-consensus-node/pull/25073) by [@AlexKehayov](https://github.com/AlexKehayov)
* use lenient stubs for race-dependent watchKey mocks in testConfigWatcher_randomError [#25072](https://github.com/hiero-ledger/hiero-consensus-node/pull/25072) by [@AlexKehayov](https://github.com/AlexKehayov)
* prevent hollow account fuzzing test to fail due to stale account registry entries [#25056](https://github.com/hiero-ledger/hiero-consensus-node/pull/25056) by [@Evdokia-Georgieva](https://github.com/Evdokia-Georgieva)
* isolate HAPI subtask logs into per-task subdirectories, regroup subtasks in sets of <30mins (#24888, #24880) by [@AlexKehayov](https://github.com/AlexKehayov)
* isolate HAPI subtask logs into per-task subdirectories, regroup subtasks in sets of \<30mins (#24888, #24880) by [@AlexKehayov](https://github.com/AlexKehayov)
* stabilize blck001...004ReturnsCorrectBlockProperties by not deferring first call's status [#25031](https://github.com/hiero-ledger/hiero-consensus-node/pull/25031) by [@AlexKehayov](https://github.com/AlexKehayov)
* ensure xfersScenario transfers reach consensus before record assertion [#25057](https://github.com/hiero-ledger/hiero-consensus-node/pull/25057) by [@AlexKehayov](https://github.com/AlexKehayov)
* 25065 Decrease log level for CompactionV3 log statements [#25066](https://github.com/hiero-ledger/hiero-consensus-node/pull/25066) by [@imalygin](https://github.com/imalygin)
Expand All @@ -139,7 +139,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio

* bump org.assertj:assertj-core from 3.27.3 to 3.27.7 in /hiero-dependency-versions [#23910](https://github.com/hiero-ledger/hiero-consensus-node/pull/23910) by @dependabot[bot]
* bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.8 in /hiero-dependency-versions [#23793](https://github.com/hiero-ledger/hiero-consensus-node/pull/23793) by @dependabot[bot]
* add -PrunUntilFailure=<maxRetries> to check tests for flakiness [#25257](https://github.com/hiero-ledger/hiero-consensus-node/pull/25257) by [@jjohannes](https://github.com/jjohannes)
* add -PrunUntilFailure=\<maxRetries> to check tests for flakiness [#25257](https://github.com/hiero-ledger/hiero-consensus-node/pull/25257) by [@jjohannes](https://github.com/jjohannes)
* Apply changes from #26072 to release/0.75 [#26078](https://github.com/hiero-ledger/hiero-consensus-node/pull/26078) by [@rbarker-dev](https://github.com/rbarker-dev)
* previewnet jumpstart application.properties [#25882](https://github.com/hiero-ledger/hiero-consensus-node/pull/25882) by [@derektriley](https://github.com/derektriley)
* Testnet jumpstart application properties and remove previewnet [#25792](https://github.com/hiero-ledger/hiero-consensus-node/pull/25792) by [@derektriley](https://github.com/derektriley)
Expand Down Expand Up @@ -177,7 +177,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
* remove internal package in consensus-concurrent module [#25238](https://github.com/hiero-ledger/hiero-consensus-node/pull/25238) by [@netopyr](https://github.com/netopyr)
* Increase VirtualLeafBytes parse max size [#24951](https://github.com/hiero-ledger/hiero-consensus-node/pull/24951) by [@derektriley](https://github.com/derektriley)
* 25223: A typo in DataFileReader when allocating local read buffers [#25224](https://github.com/hiero-ledger/hiero-consensus-node/pull/25224) by [@artemananiev](https://github.com/artemananiev)
* Various quality of life changes around CN <-> BN communication [#25203](https://github.com/hiero-ledger/hiero-consensus-node/pull/25203) by [@timfn-hg](https://github.com/timfn-hg)
* Various quality of life changes around CN \<-> BN communication [#25203](https://github.com/hiero-ledger/hiero-consensus-node/pull/25203) by [@timfn-hg](https://github.com/timfn-hg)
* extract event stream writer [#25187](https://github.com/hiero-ledger/hiero-consensus-node/pull/25187) by [@netopyr](https://github.com/netopyr)
* Update test constructor invocation to fix compile error [#25198](https://github.com/hiero-ledger/hiero-consensus-node/pull/25198) by [@mhess-swl](https://github.com/mhess-swl)
* Update HederaEvmTransaction mapping [#25145](https://github.com/hiero-ledger/hiero-consensus-node/pull/25145) by [@lukasz-hashgraph](https://github.com/lukasz-hashgraph)
Expand Down
Loading