Skip to content

Commit b7b827d

Browse files
author
flow-php
committed
1 parent 51146e1 commit b7b827d

177 files changed

Lines changed: 178 additions & 170 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
@@ -164,7 +164,7 @@
164164
"wasm\/php.js": "\/assets\/wasm\/php-854edac03a51f967b58c16849625fb22.js",
165165
"wasm\/php.wasm": "\/assets\/wasm\/php-2c153f5537d6d5ef169b6c07f35bd236.wasm",
166166
"wasm\/phpcsfixer.php.wasm": "\/assets\/wasm\/phpcsfixer.php-65bf51f1ea90e4896971e11e62efef0b.wasm",
167-
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-5a8eb6b0105d7d16ca9bcaa241d99d2c.phar",
167+
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-105c507c5dd03b16f3c50e5a06edcbd9.phar",
168168
"wasm\/tools\/php-cs-fixer.phar": "\/assets\/wasm\/tools\/php-cs-fixer-de55dbd75a08d2eac0f0435d4168e6bc.phar",
169169
"wasm\/vendor\/autoload.php.wasm": "\/assets\/wasm\/vendor\/autoload.php-901f7714ee4a437fea3a9d6638722933.wasm"
170170
}

assets/wasm/tools/flow-5a8eb6b0105d7d16ca9bcaa241d99d2c.phar renamed to assets/wasm/tools/flow-105c507c5dd03b16f3c50e5a06edcbd9.phar

3.4 MB
Binary file not shown.

changelog/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,9 @@ <h1 class="mt-3 text-4xl font-bold tracking-tight">Changelog</h1>
583583
<h2><a id="unreleased---2026-07-04" href="#unreleased---2026-07-04" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2026-07-04</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/2504">#2504</a> - <strong>code&gt;flow-php/etl - support for brick/math 0.18</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
587+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2504">#2504</a> - <strong>flow-php/etl - ValidationContext and MismatchedDefinition value objects with schema diff rendering via ValidationContext::toString()</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
588+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2504">#2504</a> - <strong>flow-php/etl - SchemaValidationException::context() accessor</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
586589
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2503">#2503</a> - <strong>flow-php/symfony-telemetry-bundle - messenger.span_naming option (transport/message_name/message_fqcn) to control messenger span names.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
587590
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2503">#2503</a> - <strong>flow-php/telemetry - Telemetry::registerShutdownFunction() that shuts transports down at real process end.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
588591
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2501">#2501</a> - <strong>flow-php/telemetry - Shared SemConvAttributes and SemConvMetrics constants for OTel semantic conventions.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -593,6 +596,9 @@ <h3><a id="added" href="#added" class="mr-2" aria-hidden="true" title="Permalink
593596
</ul>
594597
<h3><a id="changed" href="#changed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Changed</h3>
595598
<ul>
599+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2504">#2504</a> - <strong>flow-php/etl - SchemaValidator::isValid() replaced by validate() returning ValidationContext</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
600+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2504">#2504</a> - <strong>flow-php/etl - schema_validate() returns ValidationContext instead of bool</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
601+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2504">#2504</a> - <strong>flow-php/etl - allowed brick/math ^0.18</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
596602
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2503">#2503</a> - <strong>flow-php/symfony-telemetry-bundle - terminate events now flush telemetry; transport shutdown happens once at process end.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
597603
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2503">#2503</a> - <strong>flow-php/telemetry - registerShutdownFunction() holds a weak reference so garbage-collected instances are not shut down.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
598604
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2501">#2501</a> - <strong>flow-php/symfony-telemetry-bundle - Simplify messenger tracing to true/false and auto-inject the middleware into all buses.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -608,6 +614,8 @@ <h3><a id="changed" href="#changed" class="mr-2" aria-hidden="true" title="Perma
608614
</ul>
609615
<h3><a id="fixed" href="#fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
610616
<ul>
617+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2504">#2504</a> - <strong>flow-php/etl - SchemaValidationException message no longer lists FROM_NULL columns accepted by the validator</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
618+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2504">#2504</a> - <strong>flow-php/etl - SchemaValidationException message renders the nullable ? marker on expected types</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
611619
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/commit/7b585d4b6e0e795f89788bd315f9909ede38976c">7b585d</a> - <strong>failing scheduled tests</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
612620
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2503">#2503</a> - <strong>flow-php/symfony-telemetry-bundle - nested console commands no longer shut telemetry down mid-worker.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
613621
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2503">#2503</a> - <strong>flow-php/symfony-telemetry-bundle - request spans are named from the route when the response is produced before the controller.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
-1.22 KB
Binary file not shown.
-1.75 KB
Binary file not shown.
1.22 KB
Binary file not shown.
1.75 KB
Binary file not shown.

pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.5.2","languages":{"en":{"hash":"en_34945b7d68","wasm":"en","page_count":997}},"include_characters":["_","","","","","","","","","_"]}
1+
{"version":"1.5.2","languages":{"en":{"hash":"en_3a778dbff0","wasm":"en","page_count":997}},"include_characters":["_","","","","","","","","","_"]}

playground/aggregations/aggregating_functions/average/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
data-playground-share-is-example-value="true"
578578
data-wasm-php-js-value="/assets/wasm/php-854edac03a51f967b58c16849625fb22.js"
579579
data-wasm-php-wasm-value="/assets/wasm/php-2c153f5537d6d5ef169b6c07f35bd236.wasm"
580-
data-wasm-resources-value="{&quot;code.php&quot;:&quot;\/assets\/wasm\/code.php-adea9d165ff134819809e92c908e0b90.wasm&quot;,&quot;tools\/flow.phar&quot;:&quot;\/assets\/wasm\/tools\/flow-5a8eb6b0105d7d16ca9bcaa241d99d2c.phar&quot;,&quot;tools\/php-cs-fixer.phar&quot;:&quot;\/assets\/wasm\/tools\/php-cs-fixer-de55dbd75a08d2eac0f0435d4168e6bc.phar&quot;,&quot;vendor\/autoload.php&quot;:&quot;\/assets\/wasm\/vendor\/autoload.php-901f7714ee4a437fea3a9d6638722933.wasm&quot;,&quot;.php-cs-fixer.php&quot;:&quot;\/assets\/wasm\/phpcsfixer.php-65bf51f1ea90e4896971e11e62efef0b.wasm&quot;,&quot;bin\/cs-fixer.php&quot;:&quot;\/assets\/wasm\/bin\/cs-fixer.php-ac4974a6fd6684a03a024047ab1f831c.wasm&quot;,&quot;data\/orders.xml&quot;:&quot;\/assets\/wasm\/data\/orders-8ee52a57261a7825213f3d66b9109591.xml&quot;,&quot;data\/orders.json&quot;:&quot;\/assets\/wasm\/data\/orders-09429d88a4f65d938de30e5b8d9aa706.json&quot;,&quot;data\/orders.csv&quot;:&quot;\/assets\/wasm\/data\/orders-a23572d02c810fc9b709f09b0b8c92ef.csv&quot;,&quot;data\/orders.jsonl&quot;:&quot;\/assets\/wasm\/data\/orders-3e60eb6ace02a2e0460d359280e24937.jsonl&quot;,&quot;data\/orders.parquet&quot;:&quot;\/assets\/wasm\/data\/orders-e8777869fbcc2f3ff6a1471b5978db98.parquet&quot;}"
580+
data-wasm-resources-value="{&quot;code.php&quot;:&quot;\/assets\/wasm\/code.php-adea9d165ff134819809e92c908e0b90.wasm&quot;,&quot;tools\/flow.phar&quot;:&quot;\/assets\/wasm\/tools\/flow-105c507c5dd03b16f3c50e5a06edcbd9.phar&quot;,&quot;tools\/php-cs-fixer.phar&quot;:&quot;\/assets\/wasm\/tools\/php-cs-fixer-de55dbd75a08d2eac0f0435d4168e6bc.phar&quot;,&quot;vendor\/autoload.php&quot;:&quot;\/assets\/wasm\/vendor\/autoload.php-901f7714ee4a437fea3a9d6638722933.wasm&quot;,&quot;.php-cs-fixer.php&quot;:&quot;\/assets\/wasm\/phpcsfixer.php-65bf51f1ea90e4896971e11e62efef0b.wasm&quot;,&quot;bin\/cs-fixer.php&quot;:&quot;\/assets\/wasm\/bin\/cs-fixer.php-ac4974a6fd6684a03a024047ab1f831c.wasm&quot;,&quot;data\/orders.xml&quot;:&quot;\/assets\/wasm\/data\/orders-8ee52a57261a7825213f3d66b9109591.xml&quot;,&quot;data\/orders.json&quot;:&quot;\/assets\/wasm\/data\/orders-09429d88a4f65d938de30e5b8d9aa706.json&quot;,&quot;data\/orders.csv&quot;:&quot;\/assets\/wasm\/data\/orders-a23572d02c810fc9b709f09b0b8c92ef.csv&quot;,&quot;data\/orders.jsonl&quot;:&quot;\/assets\/wasm\/data\/orders-3e60eb6ace02a2e0460d359280e24937.jsonl&quot;,&quot;data\/orders.parquet&quot;:&quot;\/assets\/wasm\/data\/orders-e8777869fbcc2f3ff6a1471b5978db98.parquet&quot;}"
581581
data-playground-package-icon-value="/assets/images/icons/package-30016a0b8b16a09f8bd0e0c19768ce6e.svg"
582582
data-playground-link-icon-value="/assets/images/icons/link-dd3acd183ca5fd1d06ddf52b258a2359.svg"
583583
data-playground-example-icon-value="/assets/images/icons/flow-cafc61a123235340b0846daa351952ee.svg"

0 commit comments

Comments
 (0)