Skip to content

Commit 630d8db

Browse files
chore(release): prepare release 0.33.0
Signed-off-by: eclipse-thingweb-bot <[email protected]>
1 parent 5fd0f1c commit 630d8db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.33.0] - 2024-05-29
9+
10+
### Changed
11+
12+
- Use base instead of interface for ProtocolClient class ([26a8075](https://github.com/eclipse-thingweb/dart_wot/commit/26a807506ee9024ad04b3e256224ef76581aa885))
13+
- Make DiscoveryConfiguration class immutable ([9981a2d](https://github.com/eclipse-thingweb/dart_wot/commit/9981a2da4be461cdcca71c47779034b6a9aaeb68))
14+
- Move hasMulticastAddress extension to core package ([405757d](https://github.com/eclipse-thingweb/dart_wot/commit/405757d1a39536b124826c545cc05f6e89b79957))
15+
- Rework discoverer APIs ([44bb791](https://github.com/eclipse-thingweb/dart_wot/commit/44bb7917a3144c6288d6ad7ce83c747c44c876f3))
16+
- Introduce new MQTT discovery method ([fc3cc5c](https://github.com/eclipse-thingweb/dart_wot/commit/fc3cc5ca04e98f85d8488f6e3e46bd99641be46d))
17+
18+
### Removed
19+
20+
- Remove discoveryContentType constant ([96f76e4](https://github.com/eclipse-thingweb/dart_wot/commit/96f76e44afe588b1c756828dde44d6baec4cbc0f))
21+
822
## [0.32.1] - 2024-05-24
923

1024
### Added
@@ -1037,6 +1051,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10371051

10381052
- Remove TODO from misc issue template ([f0281cf](https://github.com/eclipse-thingweb/dart_wot/commit/f0281cf91d3ab717fa18aef0576ddef5aaf9abcb))
10391053

1054+
[0.33.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.32.1..v0.33.0
10401055
[0.32.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.32.0..v0.32.1
10411056
[0.32.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.1..v0.32.0
10421057
[0.31.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.0..v0.31.1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_wot
22
description: A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT.
3-
version: 0.32.1
3+
version: 0.33.0
44
homepage: https://github.com/eclipse-thingweb/dart_wot
55

66
environment:

0 commit comments

Comments
 (0)