Releases: mendix/cf-mendix-buildpack
v3.6.3: Merge pull request #279 from mendix/DEP-2001_HANA-db-url-format
DEP-2001: Fix jdbc url regex for sap hana with optional slash
Fix using MxAgent in combination with Mendix 8
Fixed starting Mendix Runtime with the Mendix Agent, which is used for collecting metrics from your application.
Upgraded the agent to v0.12.0.
Maintenance release 3.6.1
support vcap, database url and runtime settings to configure database
To add additional flexibility in configuring database changes are made to support all mechanisms available properly. VCAP environment variables are provided by service brokers and read by the build pack to configure the Mendix Runtime. For manual configuration DATABASE_URL which is available to configure the build pack supported databases. If other database config is needed the Mendix Custom Runtime Settings can also be used now. See README for examples.
Pushing session metrics for free apps
We are starting to collect session metrics for the free apps. The changes in this version involves:
- Updating code to collect required metrics for free apps.
- Tests are run against python version used in production 3.4.3
Mendix 8 beta 3 support
This release adds support for Mendix 8 Beta 3 which uses Java 11 and Mono 5. Deploying Beta1 and Beta2 is no longer possible.
Changes
- Update Java to AdoptOpenJDK 11.0.3
- Update Mono to 5.20.1
- Print full Java version in the logs during start
- Copy native folder for mxbuild
Clean up container logging
With this release we cleaned up the container logging from the build pack. Instead of printing text into the log file we add an incremental counter as long as the container is running. For apps that are not actively logging these heartbeat log lines can help identifying app state for points in time.
Fix running docker container as non-root user
Merge pull request #254 from mendix/DEP-1665_NonRootUser Fix non-root-user for the docker buildpack
urllib update
Merge pull request #252 from mendix/urllib_update Update urllib to v1.24.2
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.