Skip to content

Releases: ktmitton/Mittons.Fixtures

v1.0.0-rc.3

17 Apr 18:09
1f06557
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

This release candidate focuses on cleaning up our exposed API's so we aren't supporting functionality we didn't intend to. Additionally, it includes a bugfix for the healthattribute that was defined with invalid types.

v1.0.0-rc.2

16 Apr 02:35
d0fe3a9
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

This is the second release candidate for this package before the 1.0 release. The minimum requirements were to implement an Sftp server that could be stood up for testing, and allow files to be added or removed as needed.

The focus of this release was to clean up exposed api's before our first release.

Changes since the last release include:

  • Replacing KeyValuePair with an Option class
  • Separated Container and Network gateway functionality
  • Added a boolean to the Run attribute to signify whether the test environment should be torn down after the tests complete
  • Implemented our own IAsyncLifetime so we could drop the Xunit dependency from the main library
  • Optimized tests to run quicker
  • Added ConfigureAwait(false) to awaits to avoid deadlocks

v1.0.0-rc.1

09 Apr 21:02
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

This is the first release candidate for this package before the 1.0 release. The minimum requirements were to implement an Sftp server that could be stood up for testing, and allow files to be added or removed as needed.

v1.0.0-prerelease.3

09 Apr 03:48
e3c51d9
Compare
Choose a tag to compare
v1.0.0-prerelease.3 Pre-release
Pre-release
Merge pull request #54 from ktmitton/packable

updated proj file to allow packing

v1.0.0-prerelease.2

07 Apr 02:27
8cd48b6
Compare
Choose a tag to compare
v1.0.0-prerelease.2 Pre-release
Pre-release
Merge pull request #24 from ktmitton/sftpConnectionSettings

Added sftp connection settings to the sftp container

v1.0.0-prerelease.1

06 Apr 20:38
42629db
Compare
Choose a tag to compare
v1.0.0-prerelease.1 Pre-release
Pre-release
Create codeql-analysis.yml