Releases: mycroes/Sally7
Releases · mycroes/Sally7
Sally7 0.14.7
Sally7 0.14.6
Release highlights:
- Dispose Requests on
JobPool.Dispose()
. Prevents stuck requests onS7Connection.Dispose()
.
Full Changelog: v0.14.4...v0.14.6
Sally7 0.14.4
Release highlights:
- fix: Pass ConvertToS7 value by reference to fix float/double conversion
Full Changelog: v0.14.3...v0.14.4
Sally7 0.14.3
Release highlights:
- fix: Prevent exception when ID is returned to job pool after connection dispose
Full Changelog: v0.14.2...v0.14.3
Sally7 0.14.2
Release highlights:
- Fix assembly version and informational version
Sally7 0.14.1
Release highlights:
- Ensure symbols get uploaded to nuget.org
Sally7 0.14.0
Release highlights:
- Remove broken ReceiveTimeout and SendTimeout
- Add RequestTimeout (default of 5 seconds)
- Force close connection on cancel during open
- Force close connection on cancel after send of request has started
- Internalize code analysis attributes
- Create reproducible builds
- Include readme and license in package
Sally7 0.13.0
Release highlights:
- Add cancellation support to OpenAsync, ReadAsync and WriteAsync
Sally7 0.12.0
Release highlights:
- Fix potential read past message in SocketTpktReader for netcore
- Improve FromS7Conversions for arrays by creating arrays using
base framework types that match the TValue size
Sally7 0.11.0
Release highlights:
- Multiple performance optimizations
- Net 5.0 target with additional optimizations
API changes:
- Use of ReadOnlySpan for dataItem arguments
- Removal of in keywords in several places
- Custom exception types thrown