Skip to content

Releases: mycroes/Sally7

Sally7 0.14.7

21 Oct 12:12
Compare
Choose a tag to compare

Release highlights:

  • Add support for struct in value conversions

Full Changelog: v0.14.6...v0.14.7

Sally7 0.14.6

12 Mar 21:21
Compare
Choose a tag to compare

Release highlights:

  • Dispose Requests on JobPool.Dispose(). Prevents stuck requests on S7Connection.Dispose().

Full Changelog: v0.14.4...v0.14.6

Sally7 0.14.4

12 Feb 11:18
Compare
Choose a tag to compare

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

30 Nov 08:09
Compare
Choose a tag to compare

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

09 May 17:40
39564d3
Compare
Choose a tag to compare

Release highlights:

  • Fix assembly version and informational version

Sally7 0.14.1

09 May 12:53
6f2e32d
Compare
Choose a tag to compare

Release highlights:

  • Ensure symbols get uploaded to nuget.org

Sally7 0.14.0

09 May 10:51
5dfbe0d
Compare
Choose a tag to compare

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

03 Feb 15:35
52fa77e
Compare
Choose a tag to compare

Release highlights:

  • Add cancellation support to OpenAsync, ReadAsync and WriteAsync

Sally7 0.12.0

03 Nov 19:47
ba11c34
Compare
Choose a tag to compare

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

15 Oct 19:51
e250d37
Compare
Choose a tag to compare

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