Skip to content

Releases: liamqma/beanstalkify

Use AWS SDK Version 3 and Modernise Build

20 Oct 22:53
Compare
Choose a tag to compare

Use AWS SDK Version 3 and Modernise Build #27

v2.4.0

01 Apr 02:02
Compare
Choose a tag to compare

Allow updates to solution stack name when update an environment with different version.

v2.3.0

08 Apr 10:28
Compare
Choose a tag to compare

Add tier option so you can create a 'Worker'

application.deploy(
{
    ...,
    tier: 'Worker'
}

v2.2.0

07 Jul 07:49
Compare
Choose a tag to compare

Add ability to tag Elasticbeanstalk Envrionment

v2.1.0

01 Jun 03:37
Compare
Choose a tag to compare

Put to sleep for 1 second between each application version deletion

v2.0.1

11 May 05:02
Compare
Choose a tag to compare

Change HEALTHY_TIMEOUT from 120 (seconds) to 300 (seconds)

v2.0.0

30 Mar 11:16
Compare
Choose a tag to compare

Set minimal node version as 4.4.1 and remove babel-polyfill

v1.5.0

22 Mar 10:56
Compare
Choose a tag to compare

waitForHealthy waits until Health is Green and Status is Ready

v1.4.0

29 Feb 05:56
Compare
Choose a tag to compare

During health check, if the environment is terminated for some reason (e.g. terminated manually by user), do not wait and throw error immediately.

v1.3.0

29 Feb 04:48
Compare
Choose a tag to compare

Remove 'use strict' in pre-compiled code, because es2015 module is in strict mode by default.