Releases: eclipse-thingweb/dart_wot
Releases · eclipse-thingweb/dart_wot
Version 0.37.0
0.37.0 - 2025-01-29
Changed
- Do not expose the TD ID via AugmentedForms (4471213)
- Expose resolvedHref as href (aef4bd1)
Removed
Version 0.36.2
0.36.2 - 2024-12-13
Added
- Add support for PEM root certificates (eb7d549)
Changed
- Allow for overriding the OpenSSL security level (c3c1e5f)
Version 0.36.1
0.36.1 - 2024-12-06
Added
- Add Adopters section and badge (7263fc5)
Version 0.36.0
0.36.0 - 2024-12-06
Added
- Add simple example for TDD discovery (d3e6b08)
Changed
- Slightly improve error message for invalid type (26921a7)
Fixed
- Let exploreDirectory continue when encountering invalid TDs (786db32)
- Fix error handling within ThingDiscovery class (49c754f)
Removed
- Remove support for cov:observe subprotocol (44059a1)
Version 0.35.3
0.35.3 - 2024-12-02
Added
- Add sse_channel dependency (45ec279)
- Add initial support for server-sent events (a31de5c)
Version 0.35.2
0.35.2 - 2024-11-04
Added
- Add withTrustedRoots config parameter (28fbb08)
Fixed
- Let HTTP client use the withTrustedRoots parameter (e7dc1fe)
Version 0.35.1
0.35.1 - 2024-11-04
Added
- Add possibility to define a custom SecurityContext (03796d6)
Changed
- Limit scope of HttpClientConfig import (c9674eb)
Version 0.35.0
0.35.0 - 2024-11-01
Added
- Add test for unnamed ThingDescription constructor (e698015)
- Add a missing period (f62c882)
Changed
- Make unnamed ThingDescription constructor public (7997967)
- Switch back to latest dart version on Windows (e776186)
Fixed
- Export context definitions (bf5aca3)
- Correctly serialize property affordances (3c69d8a)
Version 0.34.2
0.34.2 - 2024-10-23
Changed
- Introduce
startClientFactories
method (96e576a)
- Move server starting code into private method (a8f519f)
Version 0.34.1
0.34.1 - 2024-10-23
Fixed
- Resolve deprecation warning regarding whereNotNull (6cbbd6a)