Skip to content

0.3.0

Compare
Choose a tag to compare
@csandanov csandanov released this 18 Dec 11:40

Changes since 0.2.0

  • Varnish:
    • ⭐️ Varnish 6.0 added
    • We now compile varnish from sources, Alpine Linux updated to 3.8
    • Patch updates: 4.1.10
    • GeoIP module added and imported by default
    • Added 9 additional modules, not imported by default
    • ⭐️ We now detect country code and currency (USD, EUR) and pass it to backend in headers, you can optionally uniquify cache per country or currency
    • ⭐️ You can now personify cache additionally by setting cookies starting with VCKEY-
    • fbclid added to stripped query params
    • Adjusted order of included files wodby/varnish#7
    • Bugfix: duplications in X-Forwarded-for
    • Bugfix: Bugfix: Drupal private files auth did not work wodby/varnish#7
  • Nginx:
    • Patch updates: 1.15.7, 1.14.2
    • ⭐️ Added ModSecurity with OWASP CRS (disabled by default) wodby/nginx#13, wodby/nginx#14
    • PageSpeed is now dynamic module, disabled by default
    • $NGINX_FASTCGI_INDEX added to separate from index file wodby/nginx#11
    • $NGINX_LOG_FORMAT_SHOW_REAL_IP deleted in favor of $NGINX_SET_REAL_IP_FROM
    • Bugfix: txt was missing from the default list of static extensions
    • Bugfix: deprecated env vars weren't converted to new
  • PostgreSQL
    • ⭐️ Added PostgreSQL 11
    • Patch updates: 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25
  • MariaDB:
    • innodb_default_row_format is now configurable and set to dynamic fo all versions by default
    • Patch updates: 10.3.11, 10.2.19
  • Redis:
    • ⭐️ Added Redis 5.0, dropped 3.0
    • Patch updates: 4.0.12
  • Patch updates:
    • Memcached: 1.5.12
    • Node: 10.14.2, 8.14.0, 6.15.1
    • Elasticsearch/Kibana: 5.6.14
  • Added Solr 7.5
  • Adminer updated to 4.7.0
  • Webgrind and adminer rebased to the latest PHP image
  • Project name prefix added to traefik.backend labels so you can now run multiple projects on different ports without conflicts wodby/docker4drupal#343
  • Default uid in docker-sync.yml set to macOS's 501
  • Apache patch update: 2.4.37 wodby/apache#5
  • MariaDB patch update: 10.1.37 wodby/mariadb#10

Update instructions

  • Update your .env and docker-compose.yml files
  • If you used Nginx pagespeed module, add $NGINX_PAGESPEED_ENABLED=1, if you had $NGINX_PAGESPEED=on you can delete it since it's on by default