Skip to content

Releases: mendix/cf-mendix-buildpack

v3.6.3: Merge pull request #279 from mendix/DEP-2001_HANA-db-url-format

27 Sep 08:01
a6f6f02
Compare
Choose a tag to compare
DEP-2001: Fix jdbc url regex for sap hana with optional slash

Fix using MxAgent in combination with Mendix 8

20 Sep 13:57
a7c9b15
Compare
Choose a tag to compare

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

13 Aug 10:15
26bdc26
Compare
Choose a tag to compare

Maintenance release with the following improvements

  • #273 - Don't print debugger password in default logging
  • #274 - Update Java version documentation
  • #275 - For local test run, add option to change app name prefix
  • #276 - URLDecode username and password from db credentials

support vcap, database url and runtime settings to configure database

01 Aug 14:04
35fc614
Compare
Choose a tag to compare

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

30 Jul 07:22
Compare
Choose a tag to compare

We are starting to collect session metrics for the free apps. The changes in this version involves:

  1. Updating code to collect required metrics for free apps.
  2. Tests are run against python version used in production 3.4.3

Mendix 8 beta 3 support

08 Jul 05:11
82d2e13
Compare
Choose a tag to compare

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

17 Jun 07:33
Compare
Choose a tag to compare

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

21 May 12:31
6ab4de9
Compare
Choose a tag to compare
Merge pull request #254 from mendix/DEP-1665_NonRootUser

Fix non-root-user for the docker buildpack

urllib update

21 May 12:30
ea422fe
Compare
Choose a tag to compare
Merge pull request #252 from mendix/urllib_update

Update urllib to v1.24.2

Fix Datadog integration with runtime version 7.23

08 May 09:02
0057180
Compare
Choose a tag to compare

This release fixes a bug in runtime 7.23 which doesn't accept the logger port number as integer input.