Releases: spryker/propel
Releases · spryker/propel
3.18.0
Included commits: 3.17.0...3.18.0
Adjustments
- Adjusted
PropelSchemaMerger
so now it usesPropelToUtilTextServiceInterface
instead ofUtilTextService
3.17.0
Included commits: 3.16.1...3.17.0
Improvements
- Introduced a new
Spryker\Zed\Propel\Communication\Plugin\HealthCheck\DatabaseHealthCheckPlugin
to check the availability of database service for Zed application. - Introduced a new
PropelFacadeInterface::executeDatabaseHealthCheck()
to check the availability of database service for Zed application.
3.16.1
Included commits: 3.16.0...3.16.1
Bugfixes
- Fixed bug that prevents projects from removing a core index definition.
3.16.0
Included commits: 3.15.0...3.16.0
Improvements
- Added possibility for projects to override index definitions from the core.
3.15.0
Included commits: 3.14.0...3.15.0
Improvements
- Adjusted
PropelCommandInputBuilder::buildInput()
with a command name not to rely on a global$_SERVER
variable for resolving an option.
3.14.0
Included commits: 3.13.1...3.14.0
Improvements
- Introduced
PropelConfig::getProcessTimeout()
. - Adjusted
ExportMySqlDatabase
to use the value returned byPropelConfig::getProcessTimeout()
asProcess
timeout value. - Adjusted
ImportMySqlDatabase
to use the value returned byPropelConfig::getProcessTimeout()
asProcess
timeout value. - Adjusted
CreatePostgreSqlDatabase
to use the value returned byPropelConfig::getProcessTimeout()
asProcess
timeout value. - Adjusted
DropPostgreSqlDatabase
to use the value returned byPropelConfig::getProcessTimeout()
asProcess
timeout value. - Adjusted
ExportPostgreSqlDatabase
to use the value returned byPropelConfig::getProcessTimeout()
asProcess
timeout value. - Adjusted
ImportPostgreSqlDatabase
to use the value returned byPropelConfig::getProcessTimeout()
asProcess
timeout value. - Adjusted
AdapterFactory
to use the value returned byPropelConfig::getProcessTimeout()
asProcess
timeout value.
3.13.1
Included commits: 3.13.0...3.13.1
Bugfixes
- Adjust
PropelInstallConsole
to filter out non-registered commands.
3.13.0
Included commits: 3.12.0...3.13.0
Improvements
- Introduced
custom_datatypes.xsd
. - Introduced
schema-01.xsd
.
Adjustments
- Adjusted the
PropelSchemaMerger::createNewXml()
return string with thespryker:schema-01
namespace.
3.12.0
Included commits: 3.11.0...3.12.0
Improvements
- Introduced
EntityTransferGeneratorConsole
to generate Propel schema based entity transfers. - Added
PropelToTransferFacadeInterface
to dependencies. - Adjusted composer with dependency on Transfer module.
- Adjusted
PropelInstallConsole
to callEntityTransferGeneratorConsole
command.
3.11.0
Included commits: 3.10.2...3.11.0
Improvements
- Added PropelApplicationPlugin.
- Deprecated PropelServiceProvider.