File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.35.3] - 2024-11-27
9
+
10
+ ### Added
11
+
12
+ - Add sse_channel dependency ([ 45ec279] ( https://github.com/eclipse-thingweb/dart_wot/commit/45ec279ef71e8564eedd0a7ffb4f2092235bf733 ) )
13
+ - Add initial support for server-sent events ([ a31de5c] ( https://github.com/eclipse-thingweb/dart_wot/commit/a31de5ca06890641342b9928f0fdbefe7be2bec9 ) )
14
+
8
15
## [ 0.35.2] - 2024-11-04
9
16
10
17
### Added
@@ -1129,6 +1136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1129
1136
1130
1137
- Remove TODO from misc issue template ([ f0281cf] ( https://github.com/eclipse-thingweb/dart_wot/commit/f0281cf91d3ab717fa18aef0576ddef5aaf9abcb ) )
1131
1138
1139
+ [ 0.35.3 ] : https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.2..v0.35.3
1132
1140
[ 0.35.2 ] : https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.1..v0.35.2
1133
1141
[ 0.35.1 ] : https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.0..v0.35.1
1134
1142
[ 0.35.0 ] : https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.2..v0.35.0
Original file line number Diff line number Diff line change 1
1
name : dart_wot
2
2
description : A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT.
3
- version : 0.35.2
3
+ version : 0.35.3
4
4
homepage : https://github.com/eclipse-thingweb/dart_wot
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments