Skip to content

Releases: winsw/winsw

WinSW v2.6.2

26 Feb 16:15
2d1ffba
Compare
Choose a tag to compare

🐛 Bug fixes

  • Revert CLI behaviors in non-interactive mode (regression in 2.6.0) (#420) @NextTurn

WinSW v2.6.1

18 Feb 05:50
24d7ef1
Compare
Choose a tag to compare

🐛 Bug fixes

  • #411 - Disable MMI in .NET Core 3.1 bundles to fix the Microsoft.Management.Infrastructure assembly loading failures (regression in 2.6.0) (#414) @NextTurn

WinSW v2.6.0

16 Feb 20:34
8025a8e
Compare
Choose a tag to compare

🚀 New features and improvements

  • Enable TLS 1.1/1.2 in .NET2 and .NET4 packages on Windows 7 and Windows Server 2008 R2 (#394) @NextTurn
  • Parallelize downloads in .NET 4.6.1 and .NET Core bundles (#367) @NextTurn
  • Treat "not running" as success for stop command (#387) @NextTurn
  • Improve CLI behaviors with empty arguments (#374) @NextTurn

🐛 Bug fixes

  • Fix stdout/stderr redirection when log disabled (#391) @NextTurn
  • Treat "already running" as success for start command (#385) @NextTurn
  • Throw correct exceptions for IO errors in file move/replace operations (#405) @NextTurn
  • Implement atomic file movement (#395) @NextTurn

👻 Maintenance

WinSW v2.5.0

01 Feb 22:32
04540f5
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug fixes

  • Fix Runaway Process Killer extension so that it does not kill wrong processes with the same PID on startup (#359, #393) @NextTurn
  • Fix executable path and XML config file resolution on .NET Core (#389) @NextTurn

👻 Maintenance

  • Produce ready-to-publish artifacts in build phase for AppVeyor (#383) @NextTurn

WinSW v2.4.0

26 Jan 19:51
9e830f9
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug fixes

  • Fix archiving of old logs in the roll-by-size-time mode (#354) @NextTurn

📝 Documentation updates

👻 Maintenance

WinSW v2.3.0

19 Aug 09:21
b97a370
Compare
Choose a tag to compare
  • Prevent application crash when roll-by-size-time is enabled (#315)
  • Add a new hidewindow option to suppress windows popup on legacy platforms (#321)
  • Fix duplicate startup log entries (#330)
  • Documentation cleanup (#299, #303, #311, #316, #318)

Internal changes

  • Add a Release Drafter configuration for the repository. Will be enabled in the future (#331)

WinSW v2.2.0

06 Jan 20:25
39af5e1
Compare
Choose a tag to compare
  • Intoduce new logging configuration options to allow renaming and disabling logs
    (logname, outfiledisabled, errfiledisabled, outfilepattern, errfilepattern) (#247)
  • Add support of archiving old log files to the 'roll-by-size-time' log appender
    (zipOlderThanNumDays and zipDateFormat options) (#259)
  • Improve logging for process termination by Runaway Process Killer (#239)
  • Performance: prevent double loading of the service descriptors on startup (#254)

WinSW v2.1.2

08 Jul 16:29
Compare
Choose a tag to compare

Bug fixes

  • Runaway Process Killer extension was not using the stopTimeoutMs parameter. (#228)

WinSW v2.1.1

12 Jun 07:45
Compare
Choose a tag to compare

Bug fixes

  • Prevent printing of log entries in the status command. (#214)
  • Prevent hanging of the stopexecutable when its logs are not being drained do the parent process. (#220, #224)

WinSW v2.1.0

18 Apr 23:37
Compare
Choose a tag to compare

Improvements

  • Add support of the Delayed Automatic Start mode definition in config XML.
    More Info. (#205)
  • Add support of BASIC and SSPI authentication in the <download> action.
    More Info. (#194, #203)
  • Introduce the failOnError option in the <download> action.
    More Info. (#195)