Skip to content

Releases: ChadBurggraf/blue-collar

v1.3.2

18 May 16:22
Compare
Choose a tag to compare

Emergency patch fixing release of non-signed binary.

v1.3.1

18 May 15:22
Compare
Choose a tag to compare

Don't crash when logging a probing failure.

v1.3.0

14 Nov 23:26
Compare
Choose a tag to compare

Only invoke a single application's entry/exit point.

v1.2.0

09 Jul 00:13
Compare
Choose a tag to compare

Eagerly invoke entry and exit points in target applications when they are web applications, instead of lazily.

v1.1.0

20 May 16:40
Compare
Choose a tag to compare

Adds support for invoking HTTP application entry and exit points. Before the first job is about to run, any discovered Application_Start or similar method (typically found in Global.asax) will be invoked.

Similarly, when AppDomains are unloaded, any discovered Application_End or similar method will be invoked.