Skip to content

Commit 29b2f57

Browse files
author
flow-php
committed
1 parent c3c0be0 commit 29b2f57

186 files changed

Lines changed: 1831 additions & 175 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"wasm\/php.js": "\/assets\/wasm\/php-854edac03a51f967b58c16849625fb22.js",
160160
"wasm\/php.wasm": "\/assets\/wasm\/php-2c153f5537d6d5ef169b6c07f35bd236.wasm",
161161
"wasm\/phpcsfixer.php.wasm": "\/assets\/wasm\/phpcsfixer.php-65bf51f1ea90e4896971e11e62efef0b.wasm",
162-
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-666ad95749955f2a862ab72c408ee124.phar",
162+
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-d68188a10db8a03f7ebf828db9c66e7e.phar",
163163
"wasm\/tools\/php-cs-fixer.phar": "\/assets\/wasm\/tools\/php-cs-fixer-de55dbd75a08d2eac0f0435d4168e6bc.phar",
164164
"wasm\/vendor\/autoload.php.wasm": "\/assets\/wasm\/vendor\/autoload.php-901f7714ee4a437fea3a9d6638722933.wasm"
165165
}

assets/wasm/tools/flow-666ad95749955f2a862ab72c408ee124.phar renamed to assets/wasm/tools/flow-d68188a10db8a03f7ebf828db9c66e7e.phar

3.39 MB
Binary file not shown.

changelog/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,10 @@ <h1 class="mt-3 text-4xl font-bold tracking-tight">Changelog</h1>
580580
<p class="mt-3 muted">Every release of Flow PHP, in chronological order.</p>
581581
</section>
582582
<section id="changelog" class="mx-auto max-w-3xl px-4 sm:px-6 lg:px-8 mt-8 mb-16">
583-
<h2><a id="unreleased---2026-06-22" href="#unreleased---2026-06-22" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2026-06-22</h2>
583+
<h2><a id="unreleased---2026-06-23" href="#unreleased---2026-06-23" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2026-06-23</h2>
584584
<h3><a id="added" href="#added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
585585
<ul>
586+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2480">#2480</a> - <strong>flow-php/symfony-filesystem-cache-bridge - accept an optional PSR-20 clock</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
586587
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2477">#2477</a> - <strong>flow-php/psr3-telemetry-bridge - interpolate {placeholder} tokens in telemetry log messages</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
587588
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2477">#2477</a> - <strong>flow-php/monolog-telemetry-bridge - interpolate {placeholder} tokens in telemetry log messages</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
588589
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2475">#2475</a> - <strong>flow-php/symfony-postgresql-bundle - Flow Migrations profiler panel showing executed/pending/unavailable migrations per connection</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -635,6 +636,8 @@ <h3><a id="changed" href="#changed" class="mr-2" aria-hidden="true" title="Perma
635636
</ul>
636637
<h3><a id="fixed" href="#fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
637638
<ul>
639+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2480">#2480</a> - <strong>flow-php/etl - respect limit push-down across non-expanding processors</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
640+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2480">#2480</a> - <strong>flow-php/postgresql - migration status checks no longer create the tracking table</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
638641
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2477">#2477</a> - <strong>flow-php/symfony-telemetry-bundle - DBAL spans now emitted regardless of bundle registration order</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
639642
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2476">#2476</a> - <strong>DBALTelemetryPass is now registered at priority 10 to guarantee it runs before DoctrineBundle's MiddlewaresPass, fixing silent DBAL tracing failure when DoctrineBundle precedes FlowTelemetryBundle in the kernel.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/darenas31415">@darenas31415</a></li>
640643
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2467">#2467</a> - <strong>flow-php/telemetry-otlp-bridge - telemetry lost in long-running workers when requests stalled between messages</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

0 commit comments

Comments
 (0)