2019-02-03 00:52:13 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
Make sure to have a look at [UPDATING](Updating.md) to see any required steps for updating
|
|
|
|
major versions.
|
|
|
|
|
|
|
|
## [unreleasd]
|
|
|
|
|
|
|
|
#### Changed
|
|
|
|
- Split Bind container into internal DNS and autoDNS: #248
|
|
|
|
- This fixes various issues with Docker Toolbox and DNS resolution: #119
|
|
|
|
|
|
|
|
|
|
|
|
## v1.0.0-alpha1 [unreleased]
|
|
|
|
|
|
|
|
#### Changed
|
|
|
|
- Use Docker volumes instead of directory mounts for stateful data (MySQL, PgSQL and MongoDB)
|
|
|
|
- This fixes various mount issues on Windows: #175 #382
|
|
|
|
- This improves general performance
|
|
|
|
|
|
|
|
|
|
|
|
## v0.15.0 [unreleased]
|
|
|
|
|
|
|
|
#### Added
|
|
|
|
- [CHANGELOG](CHANGELOG.md) by the standard of: https://keepachangelog.com
|
|
|
|
- [UPDATING](UPDATING.md) provides information how to update between major versions
|
|
|
|
- HTTP/2 support
|
|
|
|
- Reverse Proxy support
|
|
|
|
- Autostart scripts
|
|
|
|
- Allow to enable/disable PHP modules
|
2019-03-04 07:52:37 +00:00
|
|
|
- Allow to set Nginx worker_processes via .env
|
|
|
|
- Allow to set Nginx worker_connections via .env
|
2019-02-03 00:52:13 +00:00
|
|
|
- Intranet vendors
|
|
|
|
- PHPRedMin
|
2019-03-09 10:10:03 +00:00
|
|
|
- PHPMemcachedAdmin
|
2019-02-03 00:52:13 +00:00
|
|
|
- Mount options for volumes
|
|
|
|
- Docker Compose images:
|
|
|
|
- PHP 5.2
|
|
|
|
- PHP 5.3
|
|
|
|
- PHP 7.4
|
|
|
|
- Alpine images where possible
|
|
|
|
- Docker Compose overwrite images:
|
|
|
|
- Blackfire
|
2019-02-23 11:14:15 +00:00
|
|
|
- ELK (Elastic Search, Logstash and Kibana)
|
2019-02-03 00:52:13 +00:00
|
|
|
- MailHog
|
2019-03-06 13:11:25 +00:00
|
|
|
- Ngrok
|
2019-02-03 00:52:13 +00:00
|
|
|
- RabbitMQ
|
|
|
|
- Solr
|
2019-02-16 20:13:20 +00:00
|
|
|
- Varnish
|
2019-02-27 13:20:34 +00:00
|
|
|
- HAProxy
|
2019-02-03 00:52:13 +00:00
|
|
|
- New binaries
|
|
|
|
- `blackfire`
|
|
|
|
- `dep` (Deployer)
|
|
|
|
- `drush6`
|
|
|
|
- `drush7`
|
|
|
|
- `drush8`
|
|
|
|
- `php-cs-fixer`
|
|
|
|
- `rsync`
|
|
|
|
- `unzip`
|
|
|
|
- `wkhtmltopdf`
|
|
|
|
- `zip`
|
|
|
|
- `zsh`
|
|
|
|
- New PHP modules
|
|
|
|
- `blackfire`
|
|
|
|
- `ffi`
|
|
|
|
- `ioncube`
|
|
|
|
- `oci8`
|
|
|
|
- `phalcon`
|
|
|
|
- `pdo_oci`
|
|
|
|
- `pdo_sqlsrv`
|
|
|
|
- `rdkafka`
|
|
|
|
- `sqlsrv`
|
|
|
|
- Framework documentation:
|
|
|
|
- Codeignitor
|
2019-03-07 15:38:55 +00:00
|
|
|
- Contao CMS
|
2019-02-03 00:52:13 +00:00
|
|
|
- Craft CMS
|
|
|
|
- NodeJS Reverse proxy
|
2019-03-07 15:38:55 +00:00
|
|
|
- Photon CMS
|
|
|
|
- Presta Shop
|
|
|
|
- Shopware CMS
|
2019-02-03 00:52:13 +00:00
|
|
|
- Sphinx documentation Reverse proxy
|
2019-03-07 15:38:55 +00:00
|
|
|
- Typo3
|
2019-02-03 00:52:13 +00:00
|
|
|
- GitHub Issue templates
|
|
|
|
- Discourse forum link: https://devilbox.discourse.group
|
|
|
|
|
|
|
|
#### Changed
|
|
|
|
- Use semantic versioning
|
|
|
|
- This allows for faster releases
|
|
|
|
- This allows for better visibility of breaking changes (note that breaking changes might still occur before release v1.0.0)
|
|
|
|
- Autologin for phpMyAdmin
|
|
|
|
- Autologin for phpPgAdmin
|
|
|
|
- Intranet to show vhost and vhost-gen overwrite config per vhost
|
|
|
|
- Allow to specify Redis startup arguments (e.g.: password)
|
|
|
|
- Fixed hostnames for all Docker container
|
|
|
|
- PHP-FPM workers changed from `dynamic` to `ondemand`
|
|
|
|
- Allow Apache to server underscore domains
|
2019-03-04 07:52:37 +00:00
|
|
|
- Changed Nginx `client_max_body_size` to `0` to be in sync with Apache
|
2019-02-03 00:52:13 +00:00
|
|
|
|
|
|
|
#### Fixed
|
|
|
|
- break on errors in wrong vhost-gen overwrite
|
|
|
|
- XSS vulnerability in email display
|
|
|
|
- Various fixes in Documentation
|
|
|
|
- vhost-gen fixes
|
|
|
|
|