Skip to content

Releases: dborgards/eds-dcf-net

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:07
Immutable release. Only release title and notes can be modified.

1.10.0 (2026-07-14)

✨ Features

  • api: expose CanOpenNodeId constants and range helper publicly (#346) (88136bb), closes #333
  • validation: async validation with cooperative cancellation (#356) (f49a23d), closes #326

🐛 Bug Fixes

  • api: remove [Obsolete] from CanOpenReaderBase members without public replacement (#362) (#382) (8691d61)
  • api: restore 1.9.x constructor behavior for null delegates (#358) (#379) (490fd45)
  • run legacy async write validation synchronously on caller thread (#373) (4577ddc), closes #361
  • throw ArgumentNullException for null model in write guard (#367) (417f941)
  • validation: restore sync/async validation parity for external subclasses (#357) (#380) (2abcd7d)
  • validation: restore synchronous validation exceptions for async writes (#359) (#381) (699c0d9), closes #380 #380 #380

⏪ Reverts

  • Revert "fix(validation): restore synchronous validation exceptions for async writes (#359)" (#383) (e3ff1fc), closes #380

📚 Documentation

v1.10.0-beta.9

v1.10.0-beta.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:59
Immutable release. Only release title and notes can be modified.

1.10.0-beta.9 (2026-07-05)

⏪ Reverts

  • Revert "fix(validation): restore synchronous validation exceptions for async writes (#359)" (#383) (e3ff1fc), closes #380

v1.10.0-beta.8

v1.10.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:34
Immutable release. Only release title and notes can be modified.

1.10.0-beta.8 (2026-07-05)

🐛 Bug Fixes

v1.10.0-beta.7

v1.10.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:18
Immutable release. Only release title and notes can be modified.

1.10.0-beta.7 (2026-07-05)

🐛 Bug Fixes

  • api: remove [Obsolete] from CanOpenReaderBase members without public replacement (#362) (#382) (8691d61)

v1.10.0-beta.6

v1.10.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:11
Immutable release. Only release title and notes can be modified.

1.10.0-beta.6 (2026-07-05)

🐛 Bug Fixes

  • api: restore 1.9.x constructor behavior for null delegates (#358) (#379) (490fd45)

v1.10.0-beta.5

v1.10.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:59
Immutable release. Only release title and notes can be modified.

1.10.0-beta.5 (2026-07-05)

🐛 Bug Fixes

  • validation: restore sync/async validation parity for external subclasses (#357) (#380) (2abcd7d)

v1.10.0-beta.4

v1.10.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 19:07
Immutable release. Only release title and notes can be modified.

1.10.0-beta.4 (2026-07-04)

🐛 Bug Fixes

  • run legacy async write validation synchronously on caller thread (#373) (4577ddc), closes #361

v1.10.0-beta.3

v1.10.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:25
Immutable release. Only release title and notes can be modified.

1.10.0-beta.3 (2026-07-04)

🐛 Bug Fixes

  • throw ArgumentNullException for null model in write guard (#367) (417f941)

v1.10.0-beta.2

v1.10.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:13
Immutable release. Only release title and notes can be modified.

1.10.0-beta.2 (2026-07-04)

✨ Features

  • validation: async validation with cooperative cancellation (#356) (f49a23d), closes #326

📚 Documentation

v1.10.0-beta.1

v1.10.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 21:00
Immutable release. Only release title and notes can be modified.

1.10.0-beta.1 (2026-07-03)

✨ Features

  • api: expose CanOpenNodeId constants and range helper publicly (#346) (88136bb), closes #333

📚 Documentation

  • add public API compatibility pre-merge checklist (#343) (2b0b46f), closes #329
  • utilities: document lenient fallback semantics in ParseAccessType and ParseBoolean (#345) (03f1265), closes #341 #336