From f74da84c297f46a36490a4b93a1bab4f44c03c82 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Wed, 29 Jan 2020 15:44:40 -0500 Subject: [PATCH] 0.18.0 notes --- Release-Notes.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 440aace..564f526 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,9 +1,27 @@ # Release Notes -## 0.18.0 - UNRELEASED +## 0.18.0 -> This is a description of what is sitting in the stage branch that hasn't -> been released yet. +### Python 3.8 + +Python3.8 is now listed as a supported version because there has been some +success with it. Work continues on a **bacpypes3** replacement that is based +on async/await but it has not been released yet. + +### Module Updates + +* **app** - add additional "guard" so that applications have to provide an IOCB + when making confirmed service requests. +* **appservice** - fixe a segmentation bug with the initial sequence number. +* **basetypes** - floating and integer scales. +* **core** - stop supressing output. +* **object** - fixed length arrays for event message properties +* **service/cov** - fix an array encoding bug + +### HTTP Server Sample + +This sample application has been updated to work on Python3+ that moved the +locations of various libraries. ### Read Property Redis Sample