File tree Expand file tree Collapse file tree 19 files changed +56
-54
lines changed
Fixture/ObfuscateEndpoints Expand file tree Collapse file tree 19 files changed +56
-54
lines changed Original file line number Diff line number Diff line change 33All notable changes to Ecotone will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
55
6+ ## [ 1.299.2] - 2026-02-08
7+
8+ ## What's Changed
9+ * data protection follow-up by @unixslayer in https://github.com/ecotoneframework/ecotone-dev/pull/625
10+
11+
12+ ** Full Changelog** : https://github.com/ecotoneframework/ecotone-dev/compare/1.299.1...1.299.2
13+
614## [ 1.299.1] - 2026-02-07
715
816** Full Changelog** : https://github.com/ecotoneframework/ecotone-dev/compare/1.299.0...1.299.1
Original file line number Diff line number Diff line change 4242 },
4343 "require" : {
4444 "ext-amqp" : " *" ,
45- "ecotone/enqueue" : " ~1.299.1 " ,
45+ "ecotone/enqueue" : " ~1.299.2 " ,
4646 "enqueue/amqp-ext" : " ^0.10.18" ,
4747 "enqueue/dsn" : " ^0.10.4" ,
4848 "enqueue/enqueue" : " ^0.10.0"
8484 },
8585 "extra" : {
8686 "branch-alias" : {
87- "dev-main" : " 1.299.1 -dev"
87+ "dev-main" : " 1.299.2 -dev"
8888 },
8989 "ecotone" : {
9090 "repository" : " amqp"
105105 "description" : " Allows to use Enterprise features of Ecotone. For more information please write to support@simplycodedsoftware.com"
106106 }
107107 },
108- "release-time" : " 2026-02-07 18:38:09 "
108+ "release-time" : " 2026-02-08 10:39:47 "
109109 },
110110 "config" : {
111111 "allow-plugins" : {
Original file line number Diff line number Diff line change 3737 },
3838 "require" : {
3939 "ext-openssl" : " *" ,
40- "ecotone/ecotone" : " ~1.299.1 " ,
41- "ecotone/jms-converter" : " ~1.299.1 " ,
40+ "ecotone/ecotone" : " ~1.299.2 " ,
41+ "ecotone/jms-converter" : " ~1.299.2 " ,
4242 "defuse/php-encryption" : " ^2.4"
4343 },
4444 "require-dev" : {
5757 },
5858 "extra" : {
5959 "branch-alias" : {
60- "dev-main" : " 1.299.1 -dev"
60+ "dev-main" : " 1.299.2 -dev"
6161 },
6262 "ecotone" : {
6363 "repository" : " data-protection"
7878 "description" : " Allows to use Enterprise features of Ecotone. For more information please write to support@simplycodedsoftware.com"
7979 }
8080 },
81- "release-time" : " 2026-02-07 18:38:09 "
81+ "release-time" : " 2026-02-08 10:39:47 "
8282 },
8383 "config" : {
8484 "allow-plugins" : {
Original file line number Diff line number Diff line change 22
33namespace Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints ;
44
5- use Ecotone \DataProtection \Attribute \Sensitive ;
65use Ecotone \DataProtection \Attribute \WithSensitiveHeader ;
76use Ecotone \Messaging \Attribute \Asynchronous ;
87use Ecotone \Messaging \Attribute \Parameter \Headers ;
Original file line number Diff line number Diff line change 22
33namespace Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints ;
44
5- use Ecotone \DataProtection \Attribute \Sensitive ;
65use Ecotone \DataProtection \Attribute \WithSensitiveHeader ;
76use Ecotone \Messaging \Attribute \Asynchronous ;
87use Ecotone \Messaging \Attribute \Parameter \Headers ;
Original file line number Diff line number Diff line change 1818use PHPUnit \Framework \TestCase ;
1919use Test \Ecotone \DataProtection \Fixture \AnnotatedMessage ;
2020use Test \Ecotone \DataProtection \Fixture \MessageReceiver ;
21- use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \CommandHandlerCalledWithRoutingKey ;
22- use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \CommandHandlerWithAnnotatedEndpoint ;
2321use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \CommandHandlerWithAnnotatedEndpointWithAlreadyAnnotatedMessage ;
2422use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \CommandHandlerWithAnnotatedEndpointWithSecondaryEncryptionKey ;
2523use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \CommandHandlerWithAnnotatedMethodWithoutPayload ;
2624use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \CommandHandlerWithAnnotatedPayloadAndHeader ;
27- use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \EventHandlerCalledWithRoutingKey ;
28- use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \EventHandlerWithAnnotatedEndpoint ;
2925use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \EventHandlerWithAnnotatedEndpointWithAlreadyAnnotatedMessage ;
3026use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \EventHandlerWithAnnotatedEndpointWithSecondaryEncryptionKey ;
3127use Test \Ecotone \DataProtection \Fixture \ObfuscateEndpoints \EventHandlerWithAnnotatedMethodWithoutPayload ;
Original file line number Diff line number Diff line change 3434 }
3535 },
3636 "require" : {
37- "ecotone/enqueue" : " ~1.299.1 " ,
37+ "ecotone/enqueue" : " ~1.299.2 " ,
3838 "doctrine/dbal" : " ^3.9|^4.0" ,
3939 "enqueue/dsn" : " ^0.10.4"
4040 },
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.299.1 " ,
49+ "ecotone/jms-converter" : " ~1.299.2 " ,
5050 "symfony/expression-language" : " ^6.4|^7.0|^8.0"
5151 },
5252 "scripts" : {
5959 },
6060 "extra" : {
6161 "branch-alias" : {
62- "dev-main" : " 1.299.1 -dev"
62+ "dev-main" : " 1.299.2 -dev"
6363 },
6464 "ecotone" : {
6565 "repository" : " dbal"
8080 "description" : " Allows to use Enterprise features of Ecotone. For more information please write to support@simplycodedsoftware.com"
8181 }
8282 },
83- "release-time" : " 2026-02-07 18:38:09 "
83+ "release-time" : " 2026-02-08 10:39:47 "
8484 },
8585 "config" : {
8686 "allow-plugins" : {
Original file line number Diff line number Diff line change 6767 },
6868 "extra" : {
6969 "branch-alias" : {
70- "dev-main" : " 1.299.1 -dev"
70+ "dev-main" : " 1.299.2 -dev"
7171 },
7272 "ecotone" : {
7373 "repository" : " ecotone"
8888 "description" : " Allows to use Enterprise features of Ecotone. For more information please write to support@simplycodedsoftware.com"
8989 }
9090 },
91- "release-time" : " 2026-02-07 18:38:09 "
91+ "release-time" : " 2026-02-08 10:39:47 "
9292 },
9393 "config" : {
9494 "sort-packages" : true ,
Original file line number Diff line number Diff line change 3333 }
3434 },
3535 "require" : {
36- "ecotone/ecotone" : " ~1.299.1 " ,
36+ "ecotone/ecotone" : " ~1.299.2 " ,
3737 "queue-interop/queue-interop" : " ^0.8" ,
3838 "enqueue/dsn" : " ^0.10.4"
3939 },
5656 },
5757 "extra" : {
5858 "branch-alias" : {
59- "dev-main" : " 1.299.1 -dev"
59+ "dev-main" : " 1.299.2 -dev"
6060 },
6161 "ecotone" : {
6262 "repository" : " enqueue"
7777 "description" : " Allows to use Enterprise features of Ecotone. For more information please write to support@simplycodedsoftware.com"
7878 }
7979 },
80- "release-time" : " 2026-02-07 18:38:09 "
80+ "release-time" : " 2026-02-08 10:39:47 "
8181 },
8282 "config" : {
8383 "allow-plugins" : {
Original file line number Diff line number Diff line change 3838 }
3939 },
4040 "require" : {
41- "ecotone/ecotone" : " ~1.299.1 " ,
41+ "ecotone/ecotone" : " ~1.299.2 " ,
4242 "jms/serializer" : " ^3.32" ,
4343 "symfony/cache" : " ^6.4|^7.0|^8.0"
4444 },
6060 },
6161 "extra" : {
6262 "branch-alias" : {
63- "dev-main" : " 1.299.1 -dev"
63+ "dev-main" : " 1.299.2 -dev"
6464 },
6565 "ecotone" : {
6666 "repository" : " jms-converter"
8181 "description" : " Allows to use Enterprise features of Ecotone. For more information please write to support@simplycodedsoftware.com"
8282 }
8383 },
84- "release-time" : " 2026-02-07 18:38:09 "
84+ "release-time" : " 2026-02-08 10:39:47 "
8585 },
8686 "config" : {
8787 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments