Releases: mycroes/Sally7
Releases · mycroes/Sally7
v0.15.0
What's Changed
- Serialize Tpkt, Data and Header using Unsafe.WriteUnaligned by @mycroes in #38
- Add GithubActionsTestLogger by @mycroes in #41
- Test targets by @mycroes in #42
- Data serialization by @mycroes in #40
- Code style by @mycroes in #43
- fix: Prevent exception on return of job ID to disposed pool by @mycroes in #48
- Update actions by @mycroes in #54
- Hotfix conversion of float/double by @mycroes in #49
- Dispose requests on JobPool Dispose by @mycroes in #53
- net8 support by @mycroes in #55
- Fix workflow by @mycroes in #59
- Add .NET Framework 4.8 and 4.8.1 to project, by @AndreDrubig in #58
- Support structs in value conversions by @mycroes in #57
- Cleanup by @mycroes in #45
- Communication captures by @mycroes in #44
New Contributors
- @AndreDrubig made their first contribution in #58
Full Changelog: v0.14.7...v0.15.0
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