Skip to content

Commit

Permalink
Prepare Release 3.1.5-alpha7
Browse files Browse the repository at this point in the history
  • Loading branch information
natepage committed Jul 5, 2021
1 parent 17fed9f commit c037175
Show file tree
Hide file tree
Showing 21 changed files with 290 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/split_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
mapping: '${{ fromJson(needs.provide_packages_json.outputs.matrix) }}'
tag:
- 3.1.5-alpha6
- 3.1.5-alpha7
name: 'Split ${{ matrix.mapping.dir }}'
env:
DIR: 'packages/${{ matrix.mapping.dir }}'
Expand Down
256 changes: 255 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,256 @@
<!-- changelog-linker -->

## [3.1.5-alpha6]

- [#625] [EasyBatch] Use transform in repository
- [#626] [EasyBugsnag] Use cache channel for bugsnag session cache
- [#617] [EasyCore] DeferredEntityEventDispatcher service, Thanks to [@vlukiashka]
- [#622] [EasyWebhook] Fixed the DataCollector template path, Thanks to [@itorgov]

## [3.1.5-alpha5]

- [#623] [EasyBugsnag] Implement session tracking using cache

## [3.1.5-alpha4]

- [#621] [EasyBugsnag] Cache app version in env var once resolved

## [3.1.5-alpha3]

- [#620] [EasyBugsnag] Handle errors in aws ecs fargate configurator

## [3.1.5-alpha2]

- [#619] [EasyBugsnag] Fix symfony integration for aws ecs fargate

## [3.1.5-alpha1]

- [#616] [EasyBugsnag] Support Symfony Messenger Message info
- [#614] [EasyBugsnag] Improve session tracking
- [#618] [EasyBugsnag] Implement AWS ECS Fargate integration
- [#601] [EasyErrorHandler] Improve docs, Thanks to [@nick-lc]

## [3.1.4] - 2021-06-30

- [#610] [EasyBatch] Fix the typo in the binded parameter name, Thanks to [@ERuban]
- [#611] [EasyBugsnag] Fix session_tracking enable in Laravel

## [3.1.3] - 2021-06-30

- [#608] [EasyHttpClient] Create package
- [#609] [EasyWebhook] Fix status when result not attempted

## [3.1.2] - 2021-06-28

- [#606] [EasyBugsnag] Improve handled/unhandled flag logic
- [#605] [EasyBugsnag] Implement session tracking

## [3.1.2-alpha4]

- [#602] [EasyCore] Add getVersion to api-platform data collector decorator
- [#603] [EasyWebhook] Explicitly use http 1.1 in default http client
- [#604] [EasyBatch] Fix BatchItem::$message serialization

## [3.1.2-alpha3]

- [#598] [EasyLock] Add monolog.logger tag to lock service for symfony for dedicated channel
- [#600] [EasyBatch] Fix BatchRepository select for update sql query
- [#599] [EasyBatch] Remove fromAlias for batch items paginator

## [3.1.2-alpha2]

- [#597] [EasyBatch] Fix repositories service definitions + batch item per page config in extension

## [3.1.2-alpha1]

- [#587] [EasyErrorHandler] Add Symfony Profiler DataCollector, Thanks to [@ERuban]
- [#596] [EasyBatch] Support ordered batches

## [3.1.1] - 2021-06-22

- [#595] [EasyBankFiles] Fix BAI parsing for long text

## [3.1.1-alpha2]

- [#590] [EasyBatch] Clean up

## [3.1.1-alpha1]

- [#589] [EasyBatch] Create package

## [3.1.0] - 2021-06-11

- [#584] [EasyAsync] Implement approval for batch items
- [#588] [EasyAsync] Fix batch status resolving for failed batch on its update., Thanks to [@ERuban]

## [3.1.0-rc2]

- [#583] [EasyWebhook] Prevent extra results to be stored

## [3.1.0-rc1]

- [#582] [EasyWebhook] Rework middleware order for consistent failure handling

## [3.0.30] - 2021-06-01

- [#581] [EasyWebhook] Fix send after trigger logic for real

## [3.0.29] - 2021-06-01

- [#579] [EasyPaginator] Fix getTotalItems for Doctrine paginator when no fromAlias
- [#580] [EasyWebhook] Fix send after trigger logic

## [3.0.28] - 2021-05-31

- [#578] [EasyWebhook] Fix SendDueWebhooksCommand logic

## [3.0.27] - 2021-05-28

- [#576] [EasyAsync] Implement custom Messenger Message Serializer
- [#577] [EasyAsync] Dispatch BatchCompletedEvent

## [3.0.26] - 2021-05-26

- [#565] [EasyCore] Doctrine helpers, Thanks to [@vlukiashka]
- [#572] [EasyErrorHandler] Map log level to bugsnag severity

## [3.0.25] - 2021-05-21

- [#567] [easy-monorepo] Remove EasyStandard and add EasyQuality for quality checks, Thanks to [@ERuban]
- [#569] [EasyCore] Improve DoctrineOrmDataPersister and replace default one
- [#562] [EasyWebhook] Implement HandleExceptionMiddleware
- [#564] Update release example in readme.md
- [#571] [EasyBugsnag] Make shutdown strategy consistent + fix notify in laravel queue
- [#570] [EasyCore] Fix di for chain simple data persister
- [#563] [EasyWebhook] Fix illuminate/database version for security

## [3.0.24] - 2021-04-30

- [#559] [EasyWebhook] Move SendAfterMiddleware to core after middleware so http client options are populated

## [3.0.23] - 2021-04-29

- [#558] [EasyPagination] Fix doGetItemsUsingPrimaryKeys for doctrine/dbal

## [3.0.22] - 2021-04-27

- [#556] [EasyAsync] Improve ShouldKillWorkerSubscriber log
- [#555] [EasyAsync] ManagersSanityChecker - fetchAllAssociative instead of executeStatement
- [#557] [EasySecurity] Do not use event in SecurityContextFactory

## [3.0.21] - 2021-04-27

- [#550] hotfix/easy-async-issue-with-default-all-managers-logic, Thanks to [@buddyshontogan]
- [#549] [EasyApiToken] Fix ChainDecoder to use CollectorHelper::filterByClassArray, Thanks to [@dextercampos]

## [3.0.20] - 2021-04-22

- [#546] [EasyAsync] Fix composer autoload for Symfony bridge

## [3.0.19] - 2021-04-16

- [#542] [EasyAsync] ShouldKillWorker + DoctrineManagersSanityCheck in Laravel
- [#541] [EasyAsync] Symfony Messenger DoctrineSanityCheck + ShouldKillWorker
- [#543] [EasyAsync] Doctrine Managers Clearer
- [#545] [EasyLogging] Require monolog
- [#538] [EasyStandard] Implement LinebreakAfterEqualsSignSniff, Thanks to [@ERuban]

## [3.0.18] - 2021-04-15

- [#540] [EasyWebhook] Fix core middleware not tagged in Laravel

## [3.0.17] - 2021-04-14

- [#532] [EasyRandom] Automatically resolve uuid v4 generator when possible
- [#534] [EasyWebhook] Recover webhook extra from dbal store
- [#536] Refactor Laravel ServiceProviders Closures
- [#535] Fix WebProfiler integration for new bundles names

## [3.0.16] - 2021-04-13

- [#529] Support Carbon V1

## [3.0.15] - 2021-04-12

- [#520] [EasyErrorHandler] Add convenient methods to set log level on exception
- [#526] [EasyErrorHandler] EasyWehbook Bridge
- [#525] [EasyWebhook] Introduce DataCleanerInterface
- [#517] [EasyWebhook] Implement synchronous retries
- [#516] [EasyStandard] Fix title block for Sniffs, Thanks to [@nick-lc]
- [#521] [EasyErrorHandler] Remove SeverityAwareExceptionTrait.php

## [3.0.14] - 2021-03-26

- [#513] [EasySecurity] Allow to control security voter priority
- [#511] [EasyWebhook] Disable async properly if Messenger not installed
- [#512] [EasyWebhook] Don't send webhook-id header if default id
- [#488] [EasyWebhook] Improve docs, Thanks to [@nick-lc]
- [#515] [EasyWebhook] Fix method config in laravel

## [3.0.14-alpha3]

- [#509] [EasyLock] Default lock store connection to flock

## [3.0.14-alpha2]

- [#508] [EasyWebhook] Override getContainerExtension for EasyWebhook bundle

## [3.0.14-alpha1]

- [#505] [EasyUtils] Add MathInterface
- [#506] [EasyPagination] Flex compatibility for bundle to be installed auto
- [#507] Improve Symfony Flex integration

## [3.0.12] - 2021-03-19

- [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger

## [3.0.11] - 2021-03-19

- [#503] Feature/git subtree for split 1

## [3.0.10] - 2021-03-18

- [#500] [EasyStandard] Hotfix/Fix AlphabeticallySortedArrayKeysSniff, Thanks to [@DKeeper]
- [#499] [EasyStandard] Hotfix/Fix PhpDocCommentRector, Thanks to [@DKeeper]

## [3.0.9] - 2021-03-18

- [#502] [EasyWebhook] Clean up

## [3.0.7] - 2021-03-17

- [#497] [CI] Use symfonycorp security checker action
- [#496] [EasyAsync] Implement Batch
- [#501] [EasyWebhook] Refactor statements provider to use dbal schema

## [3.0.6] - 2021-03-11

- [#495] [EasyCore] Delete unused config, Thanks to [@ERuban]

## [3.0.5] - 2021-03-10

- [#494] Merge 2.x into 3.x

## [3.0.5-alpha4]

- [#493] [EasyWebhook] Implement rewind on stack

## [3.0.5-alpha3]

- [#492] [EasySecurity] Fix symfony bridge for context service

## [2.5.33] - 2021-03-09

- [#477] [EasyStandard] Implement PhpDocCommentRector & SingleLineCommentRector, Thanks to [@DKeeper]

## 3.1.5-alpha7 - 2021-07-05

- [#628] [EasyHttpClient] Add Symfony config to decorate default http client
- [#627] [EasyHttpClient] Fix Symfony DI config file locator



## [3.1.5-alpha5]

- [#623] [EasyBugsnag] Implement session tracking using cache
Expand Down Expand Up @@ -232,7 +483,7 @@

- [#492] [EasySecurity] Fix symfony bridge for context service

## 3.1.5-alpha6 - 2021-07-05
## [3.1.5-alpha6] - 2021-07-05

- [#625] [EasyBatch] Use transform in repository
- [#626] [EasyBugsnag] Use cache channel for bugsnag session cache
Expand Down Expand Up @@ -9485,3 +9736,6 @@
[#617]: https://github.com/eonx-com/easy-monorepo/pull/617
[@itorgov]: https://github.com/itorgov
[3.1.5-alpha5]: https://github.com/eonx-com/easy-monorepo/compare/3.1.5-alpha3...3.1.5-alpha5
[#628]: https://github.com/eonx-com/easy-monorepo/pull/628
[#627]: https://github.com/eonx-com/easy-monorepo/pull/627
[3.1.5-alpha6]: https://github.com/eonx-com/easy-monorepo/compare/3.1.5-alpha4...3.1.5-alpha6
4 changes: 2 additions & 2 deletions packages/EasyApiToken/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"phpunit/phpunit": "^8.4 || ^9.5",
"ext-openssl": "^7.1",
"firebase/php-jwt": "^5.0",
"eonx-com/easy-psr7-factory": "^3.1",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-psr7-factory": "^3.1.5",
"eonx-com/easy-utils": "^3.1.5",
"auth0/auth0-php": "^5.4",
"psr/container": "^1.0",
"laravel/lumen-framework": "^5.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyAsync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-event-dispatcher": "^3.1",
"eonx-com/easy-pagination": "^3.1",
"eonx-com/easy-random": "^3.1",
"eonx-com/easy-event-dispatcher": "^3.1.5",
"eonx-com/easy-pagination": "^3.1.5",
"eonx-com/easy-random": "^3.1.5",
"nette/utils": "^3.1",
"nesbot/carbon": "^1.39 || ^2.22"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyAwsCredentialsFinder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.1.5",
"symfony/process": "^4.4 || ^5.1.5",
"symplify/package-builder": "^8.3.41",
"symplify/autowire-array-parameter": "^8.3.41",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyBankFiles/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"nette/utils": "^3.1",
"eonx-com/easy-error-handler": "^3.1",
"eonx-com/easy-error-handler": "^3.1.5",
"monolog/monolog": "~1.22 || ~2.0"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyBatch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-event-dispatcher": "^3.1",
"eonx-com/easy-pagination": "^3.1",
"eonx-com/easy-random": "^3.1",
"eonx-com/easy-event-dispatcher": "^3.1.5",
"eonx-com/easy-pagination": "^3.1.5",
"eonx-com/easy-random": "^3.1.5",
"nesbot/carbon": "^1.39 || ^2.22"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyBugsnag/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"bugsnag/bugsnag": "^3.19",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.1.5",
"nesbot/carbon": "^1.39 || ^2.22",
"nette/utils": "^3.1",
"symfony/filesystem": "^4.4 || ^5.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyCore/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"elasticsearch/elasticsearch": "^7.8",
"eonx-com/easy-error-handler": "^3.1",
"eonx-com/easy-error-handler": "^3.1.5",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyDecision/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.1.5",
"symfony/expression-language": "^4.4 || ^5.1.5"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyErrorHandler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-logging": "^3.1",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-logging": "^3.1.5",
"eonx-com/easy-utils": "^3.1.5",
"nesbot/carbon": "^1.39 || ^2.22"
},
"require-dev": {
"eonx-com/easy-bugsnag": "^3.1",
"eonx-com/easy-bugsnag": "^3.1.5",
"phpunit/phpunit": "^8.4 || ^9.5",
"laravel/lumen-framework": "^5.5",
"symfony/symfony": "^4.4 || ^5.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyHttpClient/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-event-dispatcher": "^3.1",
"eonx-com/easy-event-dispatcher": "^3.1.5",
"nesbot/carbon": "^1.39 || ^2.22"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyLogging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.1.5",
"monolog/monolog": "~1.22 || ~2.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit c037175

Please sign in to comment.