Skip to content

Releases: cloudfoundry/java-buildpack-memory-calculator

v4.1.0

14 Jul 22:48
v4.1.0
791ba33
Compare
Choose a tag to compare

v4.0.0

07 Apr 17:54
v4.0.0
d1caa99
Compare
Choose a tag to compare
v4.0.0

v2.0.1.RELEASE: Improved Logging

27 Oct 16:50
Compare
Choose a tag to compare

Fix a bug in the logging of errors. In addition the version of Go has been updated to 1.5.1 and all of the dependencies have been updated to match.

v2.0.0.RELEASE: New configuration options

11 Aug 15:04
Compare
Choose a tag to compare

Configurable initial memory sizes and optional thread count for stack allocations. These changes have altered the default behavior of the memory calculator: initial memory switches are omitted unless new flag memoryInitials is specified. Releases from 2.0.0 onwards will be compressed tar files.

v1.1.1.RELEASE: Parameter bug fix

12 May 09:32
Compare
Choose a tag to compare

This release removes a problem, whereby an omitted -totMemory flag resulted in invalid memory switches being generated, with no warning. This case is now detected and reported as an error.

v1.1.0.RELEASE: Build Releases Script

08 May 13:43
Compare
Choose a tag to compare
This change adds a script that automates the creation of the
executables for all supported platforms.  After the build is complete,
the executables are renamed to be unique by platform.

v1.0.0.RELEASE

07 May 14:07
Compare
Choose a tag to compare
Add Travis Install Script

This change adds installation of godep to the installation stage of a
Travis CI run.