Skip to content

Commit 2a8bc02

Browse files
dgafkagithub-actions[bot]
authored andcommitted
Release 1.297.1
1 parent b64ff89 commit 2a8bc02

File tree

16 files changed

+54
-46
lines changed

16 files changed

+54
-46
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to Ecotone will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

6+
## [1.297.1] - 2026-01-28
7+
8+
## What's Changed
9+
* bugfix/ ProjectionV2 and Isolated Kafka Consumers by @dgafka in https://github.com/ecotoneframework/ecotone-dev/pull/622
10+
11+
12+
**Full Changelog**: https://github.com/ecotoneframework/ecotone-dev/compare/1.297.0...1.297.1
13+
614
## [1.297.0] - 2026-01-25
715

816
## What's Changed

packages/Amqp/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"require": {
4444
"ext-amqp": "*",
45-
"ecotone/enqueue": "~1.297.0",
45+
"ecotone/enqueue": "~1.297.1",
4646
"enqueue/amqp-ext": "^0.10.18",
4747
"enqueue/dsn": "^0.10.4",
4848
"enqueue/enqueue": "^0.10.0"
@@ -84,7 +84,7 @@
8484
},
8585
"extra": {
8686
"branch-alias": {
87-
"dev-main": "1.297.0-dev"
87+
"dev-main": "1.297.1-dev"
8888
},
8989
"ecotone": {
9090
"repository": "amqp"
@@ -105,7 +105,7 @@
105105
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
106106
}
107107
},
108-
"release-time": "2026-01-25 18:13:33"
108+
"release-time": "2026-01-28 20:09:11"
109109
},
110110
"config": {
111111
"allow-plugins": {

packages/Dbal/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"ecotone/enqueue": "~1.297.0",
37+
"ecotone/enqueue": "~1.297.1",
3838
"doctrine/dbal": "^3.9|^4.0",
3939
"enqueue/dsn": "^0.10.4"
4040
},
@@ -46,7 +46,7 @@
4646
"doctrine/cache": "^1.0.0|^2.0",
4747
"doctrine/annotations": "^1.13|^2.0",
4848
"wikimedia/composer-merge-plugin": "^2.1",
49-
"ecotone/jms-converter": "~1.297.0",
49+
"ecotone/jms-converter": "~1.297.1",
5050
"symfony/expression-language": "^6.4|^7.0|^8.0"
5151
},
5252
"scripts": {
@@ -59,7 +59,7 @@
5959
},
6060
"extra": {
6161
"branch-alias": {
62-
"dev-main": "1.297.0-dev"
62+
"dev-main": "1.297.1-dev"
6363
},
6464
"ecotone": {
6565
"repository": "dbal"
@@ -80,7 +80,7 @@
8080
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8181
}
8282
},
83-
"release-time": "2026-01-25 18:13:33"
83+
"release-time": "2026-01-28 20:09:11"
8484
},
8585
"config": {
8686
"allow-plugins": {

packages/Ecotone/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"extra": {
6969
"branch-alias": {
70-
"dev-main": "1.297.0-dev"
70+
"dev-main": "1.297.1-dev"
7171
},
7272
"ecotone": {
7373
"repository": "ecotone"
@@ -88,7 +88,7 @@
8888
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8989
}
9090
},
91-
"release-time": "2026-01-25 18:13:33"
91+
"release-time": "2026-01-28 20:09:11"
9292
},
9393
"config": {
9494
"sort-packages": true,

packages/Enqueue/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"ecotone/ecotone": "~1.297.0",
36+
"ecotone/ecotone": "~1.297.1",
3737
"queue-interop/queue-interop": "^0.8",
3838
"enqueue/dsn": "^0.10.4"
3939
},
@@ -56,7 +56,7 @@
5656
},
5757
"extra": {
5858
"branch-alias": {
59-
"dev-main": "1.297.0-dev"
59+
"dev-main": "1.297.1-dev"
6060
},
6161
"ecotone": {
6262
"repository": "enqueue"
@@ -77,7 +77,7 @@
7777
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
7878
}
7979
},
80-
"release-time": "2026-01-25 18:13:33"
80+
"release-time": "2026-01-28 20:09:11"
8181
},
8282
"config": {
8383
"allow-plugins": {

packages/JmsConverter/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require": {
41-
"ecotone/ecotone": "~1.297.0",
41+
"ecotone/ecotone": "~1.297.1",
4242
"jms/serializer": "^3.32",
4343
"symfony/cache": "^6.4|^7.0|^8.0"
4444
},
@@ -60,7 +60,7 @@
6060
},
6161
"extra": {
6262
"branch-alias": {
63-
"dev-main": "1.297.0-dev"
63+
"dev-main": "1.297.1-dev"
6464
},
6565
"ecotone": {
6666
"repository": "jms-converter"
@@ -81,7 +81,7 @@
8181
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8282
}
8383
},
84-
"release-time": "2026-01-25 18:13:33"
84+
"release-time": "2026-01-28 20:09:11"
8585
},
8686
"config": {
8787
"sort-packages": true,

packages/Kafka/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"ext-rdkafka": "*",
36-
"ecotone/ecotone": "~1.297.0"
36+
"ecotone/ecotone": "~1.297.1"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "^10.5|^11.0",
@@ -52,7 +52,7 @@
5252
},
5353
"extra": {
5454
"branch-alias": {
55-
"dev-main": "1.297.0-dev"
55+
"dev-main": "1.297.1-dev"
5656
},
5757
"ecotone": {
5858
"repository": "kafka"
@@ -73,7 +73,7 @@
7373
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
7474
}
7575
},
76-
"release-time": "2026-01-25 18:13:33"
76+
"release-time": "2026-01-28 20:09:11"
7777
},
7878
"config": {
7979
"allow-plugins": {

packages/Kafka/tests/Integration/KafkaChannelAdapterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Ecotone\Kafka\Configuration\KafkaPublisherConfiguration;
1212
use Ecotone\Kafka\Configuration\TopicConfiguration;
1313
use Ecotone\Kafka\Outbound\MessagePublishingException;
14-
use Ecotone\Modelling\Attribute\QueryHandler;
1514
use Ecotone\Lite\EcotoneLite;
1615
use Ecotone\Lite\Test\FlowTestSupport;
1716
use Ecotone\Messaging\Channel\SimpleMessageChannelBuilder;
@@ -24,6 +23,7 @@
2423
use Ecotone\Messaging\MessageHeaders;
2524
use Ecotone\Messaging\MessagePublisher;
2625
use Ecotone\Modelling\AggregateMessage;
26+
use Ecotone\Modelling\Attribute\QueryHandler;
2727
use Ecotone\Test\LicenceTesting;
2828
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
2929
use PHPUnit\Framework\TestCase;
@@ -400,7 +400,7 @@ public function test_kafka_consumer_works_without_explicit_configuration(): void
400400
{
401401
$topicName = 'test_topic_no_config_' . Uuid::uuid4()->toString();
402402

403-
$consumer = new class {
403+
$consumer = new class () {
404404
private array $messages = [];
405405

406406
#[KafkaConsumer('ordersConsumer', 'orders')]

packages/Laravel/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require": {
41-
"ecotone/ecotone": "~1.297.0",
41+
"ecotone/ecotone": "~1.297.1",
4242
"laravel/framework": "^9.5.2|^10.0|^11.0|^12.0|^13.0"
4343
},
4444
"require-dev": {
@@ -51,7 +51,7 @@
5151
"symfony/expression-language": "^6.4|^7.0|^8.0",
5252
"nesbot/carbon": "^2.71|^3.0",
5353
"moneyphp/money": "^4.1.0",
54-
"ecotone/dbal": "~1.297.0",
54+
"ecotone/dbal": "~1.297.1",
5555
"timacdonald/log-fake": "^2.0"
5656
},
5757
"extra": {
@@ -61,7 +61,7 @@
6161
]
6262
},
6363
"branch-alias": {
64-
"dev-main": "1.297.0-dev"
64+
"dev-main": "1.297.1-dev"
6565
},
6666
"ecotone": {
6767
"repository": "laravel"
@@ -82,7 +82,7 @@
8282
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8383
}
8484
},
85-
"release-time": "2026-01-25 18:13:33"
85+
"release-time": "2026-01-28 20:09:11"
8686
},
8787
"scripts": {
8888
"tests:phpstan": "vendor/bin/phpstan",

packages/LiteApplication/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"require": {
39-
"ecotone/ecotone": "~1.297.0",
40-
"ecotone/jms-converter": "~1.297.0",
39+
"ecotone/ecotone": "~1.297.1",
40+
"ecotone/jms-converter": "~1.297.1",
4141
"php-di/php-di": "^7.0.5"
4242
},
4343
"require-dev": {
@@ -50,7 +50,7 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-main": "1.297.0-dev"
53+
"dev-main": "1.297.1-dev"
5454
},
5555
"ecotone": {
5656
"repository": "lite-application"
@@ -71,7 +71,7 @@
7171
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
7272
}
7373
},
74-
"release-time": "2026-01-25 18:13:33"
74+
"release-time": "2026-01-28 20:09:11"
7575
},
7676
"scripts": {
7777
"tests:phpstan": "vendor/bin/phpstan",

0 commit comments

Comments
 (0)