Releases: mendix/cf-mendix-buildpack
Fix Datadog integration with runtime version 7.23
This release fixes a bug in runtime 7.23 which doesn't accept the logger port number as integer input.
update java certificate file
This version updates the Java certificate file with the CA file of Mozilla. It contains the common trusted CA and extends the default java provided cacert file.
support for custom headers
This version adds support for setting custom response headers. See https://github.com/mendix/cf-mendix-buildpack/blob/master/README.md#configuring-http-headers.
nginx update
Update nginx version to version 1.15.10
update java
Update Java version to use Java 8u202
Add Custom Error pages for online applications
Merge pull request #215 from mendix/DEP-913 Intercept proxy errors for specific paths
cf-mendix-buildpack v2.2.3
Fixes a bug where the mendix-log-filter might crash, causing logging from the mendix runtime to not be emitted to stdout. We now ensure that when the log filter crashes, then we restart it.
cf-mendix-buildpack v2.2.1
See #202 for changes.
Upgrade buildpack to python3
Also includes a fix for instadeploy which was broken in v2.0.0.
Upgrade buildpack to python3
Merge pull request #112 from mendix/python3 DEP-62 Convert buildpack to Python3