From 006b14144834231dd688eb442c26a27b0b889201 Mon Sep 17 00:00:00 2001 From: eclipse-thingweb-bot Date: Fri, 24 May 2024 10:44:02 +0000 Subject: [PATCH] chore(release): prepare release 0.32.0 Signed-off-by: eclipse-thingweb-bot --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a20322fd..d09937ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.32.0] - 2024-05-24 + +### Changed + +- Create separate module for protocol_interfaces ([a7d2b25](https://github.com/eclipse-thingweb/dart_wot/commit/a7d2b25c5ba8caab7b09246bf23ffce727338bdc)) +- Do not store ConsumedThings in InternalServient ([509969a](https://github.com/eclipse-thingweb/dart_wot/commit/509969ad5409c1a39014501db937f6c5fc9b8880)) +- Introduce ProtocolSubscription class ([380e203](https://github.com/eclipse-thingweb/dart_wot/commit/380e2039fb089feaf3155ceee74acd19c2e45604)) +- Use ProtocolSubscription as new base subscription base class ([d5ce0d7](https://github.com/eclipse-thingweb/dart_wot/commit/d5ce0d7c09a868c6ced6cfb6b5586b569ae061e3)) +- Don't store Subscriptions internally ([aab9e9b](https://github.com/eclipse-thingweb/dart_wot/commit/aab9e9b2cf70e7f47b181f3eeb553bbd748292ed)) + +### Fixed + +- Fix disconnect of client after reading a resource ([10c1f6d](https://github.com/eclipse-thingweb/dart_wot/commit/10c1f6d21b3ba8372943a5a6fc193bee7ca317be)) +- Fix typo in Subscription interface ([f891cad](https://github.com/eclipse-thingweb/dart_wot/commit/f891cad8feefa9fd9782bbcb6dfd7ea110b2d796)) + ## [0.31.1] - 2024-05-22 ### Changed @@ -1008,6 +1023,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove TODO from misc issue template ([f0281cf](https://github.com/eclipse-thingweb/dart_wot/commit/f0281cf91d3ab717fa18aef0576ddef5aaf9abcb)) +[0.32.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.1..v0.32.0 [0.31.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.0..v0.31.1 [0.31.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.30.1..v0.31.0 [0.30.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.30.0..v0.30.1 diff --git a/pubspec.yaml b/pubspec.yaml index 9c5d8c56..e0f74a5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_wot description: A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT. -version: 0.31.1 +version: 0.32.0 homepage: https://github.com/eclipse-thingweb/dart_wot environment: