Skip to content

Releases: DataBooster/PS-WebApi

PSWebApi.OwinSample.1.2.0.1

29 Sep 19:12
Compare
Choose a tag to compare

Support RedirectStandardInput for CMD - from request body

Content-Type:

  • application/stdin
    or
  • text/stdin
    or
  • application/standardinput
    or
  • text/standardinput
    or
  • application/redirectstandardinput
    or
  • text/redirectstandardinput

for executable call or batch file call.

PSWebApi.OwinSample.1.1.9.0

22 Sep 03:51
Compare
Choose a tag to compare

Change: PowerShell RunspacePool.SetMaxRunspaces = ThreadPool.GetMaxThreads

PSWebApi.OwinSample.1.1.8.2

23 Jul 04:22
Compare
Choose a tag to compare

Updated sample Startup.cs with web.config

PSWebApi.OwinSample.1.1.8.1

13 Jan 05:05
Compare
Choose a tag to compare
Added NotFound handling

PSWebApi.OwinSample.1.1.6-beta

15 Dec 18:50
Compare
Choose a tag to compare
Pre-release

1.1.6-beta

Added Asynchronous Methods with CancellationToken support.

  • public async static Task<HttpResponseMessage> InvokePowerShellAsync(this ApiController apiController, string scriptPath, IEnumerable<KeyValuePair<string, object>> parameters, CancellationToken cancellationToken)
    Allow to stop a long running execution of the pipeline.
  • public static async Task<HttpResponseMessage> InvokeCmdAsync(this ApiController apiController, string scriptPath, string arguments, CancellationToken cancellationToken)
    Allow to kill a long running process.

PSWebApi.OwinSample.1.1.0-alpha

14 Nov 05:00
Compare
Choose a tag to compare
Pre-release

1.1.0-alpha

PSWebApi.OwinSample.1.0.11-alpha

30 Oct 04:51
Compare
Choose a tag to compare
Pre-release

1.0.11-alpha