1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

0.18.0 notes

Joel Bender 2020-01-29 15:44:40 -05:00
parent 6fd62538fd
commit f74da84c29

@ -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