Releases: ktmitton/Mittons.Fixtures
v1.0.0-rc.3
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
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
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
Merge pull request #54 from ktmitton/packable updated proj file to allow packing
v1.0.0-prerelease.2
Merge pull request #24 from ktmitton/sftpConnectionSettings Added sftp connection settings to the sftp container
v1.0.0-prerelease.1
Create codeql-analysis.yml