Releases: microsoft/fsharplu
FSharpLu Release 0.11.6
Signed release 0.11.6
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 0ffaa25 Release 0.11.6
- 5ff9741 Add unit test for and fix bug #92
- bdbe498 Remove support for appveyor builds
- c47a3d0 Nuget package release notes point to the github RELEASENOTES.md file
- a2af444 Drop support for netstandard1.6 and net452
- 56742f4 Clarify error message when timing out on semaphore acquisition
- ae980d7 Upgrade to latest Azure SDK nuget packages
- 950b6b2 Minor log fixes in AzureVM
- 9281787 Sensitived arguments were not always masked in trace logging
- f89818b Azure Queue unit tests fixes
See More
This list of changes was auto generated.
FSharpLu Release 0.11.5
Signed release 0.11.5
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 4fe56e8 Fix Azure pipeline conditional template
- 19534b2 Release 0.11.5
- 9e21e47 Ability to return a value to the caller with CallReturn
- ec5ee40 Add
Call
transition with unit tests - cab8520 Workaround for F# compiler bug when building with
dotnet build
- 5e49382 File renaming
- 2466555 Refactoring of StateAgent and QueuingHandler
- 204f7a9 fslint styling
- f11edb8 YAML for non-signed PR validation build on Azure DevOps
This list of changes was auto generated.
FSharpLu Release 0.11.4
Signed release 0.11.4
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 4b53d96 Release 0.11.4
- 3700f78 Minor adjustments in OutcomeLogger and newQueue<,>
- f5ba320 Reduce unit test stdout verbosity
- e2dbda8 Upgrade to dotnet SDK 2.2.401 to build with F# 4.6 on Azure Devops
- 79f8270 Release notes for 0.11.3
- 6881c3c Under stressed condition
Async.AwaitEvent
could hang, causingstartProcessAsync
to hang - f8d9ec3 A repro unit test for the corner case hang in the startProcess logic
- c7ed052 Refactor and generalize state machine-based Queue Request Processor
- c9dcf11 add timestamps, remove
operations
argument from transition function - 5b7c65c Merge pull request #79 from microsoft/wiblum/hackathon
See more
- 1701adc Minor fixes and comments
- eef206d Throw NotSupportedException when ForkAndGoto gets empty spawn states
- 71f8fee Add Azure Table entry interface implementation
- d067544 Add a simple test machine
- 55626a4 Add
Fork
,WhenAll
andWhenAny
transitions to agent state machine - eca4264 New release and extract version from RELEASENOTES.md (#78)
- 8e03f02 Wait for redirect events to be signaled before returning (stdout/stderr could miss bytes if the process ends too quickly) (#77)
- 9462280 Add WMI helpers, Win32 management and HyperV modules (#74)
- 315e33f Sysprep.ps1 file should be copied to build output directory for any project referencing the FSharpLu nuget (#76)
- 0f001e3 CI YAML fix and nuget copyright for Azure module (#75)
- 8372f62 Move HttpCommunication to FSharpLu.
- 4f5dde5 Prepare release of FSharpLu.Azure, add license and author in FSharpLu.Azure nuget
- 4cc439a Clearing TokenCache when expiring tokens are found
- 8736e3e Build/test upgrades
- 4ca3e05 Promote changes from private utility project into FSharp.Lu
- f3a8500 Update ADO pipeline badge
- 50e4408 Bump up version for new release
- 39b23df add azure pipeline badge
- 2701cbe Write field-less union case name without formatting
This list of changes was auto generated.
FSharpLu Release 0.11.3
Signed release
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 79f8270 Release notes for 0.11.3
- 6881c3c Under stressed condition
Async.AwaitEvent
could hang, causingstartProcessAsync
to hang - f8d9ec3 A repro unit test for the corner case hang in the startProcess logic
- c7ed052 Refactor and generalize state machine-based Queue Request Processor
- c9dcf11 add timestamps, remove
operations
argument from transition function - 5b7c65c Merge pull request #79 from microsoft/wiblum/hackathon
- 1701adc Minor fixes and comments
- eef206d Throw NotSupportedException when ForkAndGoto gets empty spawn states
- 71f8fee Add Azure Table entry interface implementation
- d067544 Add a simple test machine
See more
- 55626a4 Add
Fork
,WhenAll
andWhenAny
transitions to agent state machine - eca4264 New release and extract version from RELEASENOTES.md (#78)
- 8e03f02 Wait for redirect events to be signaled before returning (stdout/stderr could miss bytes if the process ends too quickly) (#77)
- 9462280 Add WMI helpers, Win32 management and HyperV modules (#74)
- 315e33f Sysprep.ps1 file should be copied to build output directory for any project referencing the FSharpLu nuget (#76)
- 0f001e3 CI YAML fix and nuget copyright for Azure module (#75)
- 8372f62 Move HttpCommunication to FSharpLu.
- 4f5dde5 Prepare release of FSharpLu.Azure, add license and author in FSharpLu.Azure nuget
- 4cc439a Clearing TokenCache when expiring tokens are found
- 8736e3e Build/test upgrades
- 4ca3e05 Promote changes from private utility project into FSharp.Lu
- f3a8500 Update ADO pipeline badge
- 50e4408 Bump up version for new release
- 39b23df add azure pipeline badge
- 2701cbe Write field-less union case name without formatting
This list of changes was auto generated.
FSharpLu Release 0.11.2
Signed release 0.11.2
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- eca4264 New release and extract version from RELEASENOTES.md (#78)
- 8e03f02 Wait for redirect events to be signaled before returning (stdout/stderr could miss bytes if the process ends too quickly) (#77)
- 9462280 Add WMI helpers, Win32 management and HyperV modules (#74)
- 315e33f Sysprep.ps1 file should be copied to build output directory for any project referencing the FSharpLu nuget (#76)
- 0f001e3 CI YAML fix and nuget copyright for Azure module (#75)
- 8372f62 Move HttpCommunication to FSharpLu.
- 4f5dde5 Prepare release of FSharpLu.Azure, add license and author in FSharpLu.Azure nuget
- 4cc439a Clearing TokenCache when expiring tokens are found
- 8736e3e Build/test upgrades
- 4ca3e05 Promote changes from private utility project into FSharp.Lu
See more
- f3a8500 Update ADO pipeline badge
- 50e4408 Bump up version for new release
- 39b23df add azure pipeline badge
- 2701cbe Write field-less union case name without formatting
This list of changes was auto generated.
FSharpLu Release 0.11.1
Signed release 0.11.1
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 9d19628 UTF8 BOM marker broke the CI YAML
- 8372f62 Move HttpCommunication to FSharpLu.
- 4f5dde5 Prepare release of FSharpLu.Azure, add license and author in FSharpLu.Azure nuget
- 4cc439a Clearing TokenCache when expiring tokens are found
- 8736e3e Build/test upgrades
- 4ca3e05 Promote changes from private utility project into FSharp.Lu
- f3a8500 Update ADO pipeline badge
- 50e4408 Bump up version for new release
- 39b23df add azure pipeline badge
- 2701cbe Write field-less union case name without formatting
This list of changes was auto generated.
FSharpLu Release 0.11.0
Signed release 0.11.0
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 8736e3e Build/test upgrades
- 4ca3e05 Promote changes from private utility project into FSharp.Lu
- f3a8500 Update ADO pipeline badge
- 50e4408 Bump up version for new release
- 39b23df add azure pipeline badge
- 2701cbe Write field-less union case name without formatting
This list of changes was auto generated.
FSharpLu Release 0.10.33
Signed release 0.10.33
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 50e4408 Bump up version for new release
- 39b23df add azure pipeline badge
- 2701cbe Write field-less union case name without formatting
This list of changes was auto generated.
FSharpLu Release 0.10.32
Signed release 0.10.32
https://www.nuget.org/packages/Microsoft.FSharpLu/ https://www.nuget.org/packages/Microsoft.FSharpLu.Json/ https://www.nuget.org/packages/Microsoft.FSharpLu.Windows/
Changes:
- 4bd7d1c Create a release on github and push to Nuget
- 1eb778a Removing unnecessary dependency to System.Diagnostics.TextWriterTraceListener and co
- 9f93ac0 Extract and name constants
- e83dec7 Leave stream open after writing
- 0b1bad8 Add serializeToStream function to Compact, BackwardCompatible
- 5c12503 Fix unused file and obj parameter
This list of changes was auto generated.