Skip to content

Releases: JoelBender/bacpypes

Hotfix

12 Jun 14:31
Compare
Choose a tag to compare

There was a bug in the network service element for IAmRouterToNetwork responses, this "hot fix" clears up the bug.

Foreign Devices, Segmentation, Device Info

27 May 02:17
Compare
Choose a tag to compare

A lot of work has gone into the segmentation state machine code which has changed the DeviceInfoCache usage. A list of the kinds of behaviors and changes in applications is in the release notes.

ListOf, RouterInfo, LocalDeviceObject Shuffle

10 Apr 14:09
Compare
Choose a tag to compare

See the Release Notes in the project wiki

Massive Bugs Squashed

17 Feb 03:54
Compare
Choose a tag to compare

This release has lots of community contributions and cleans up many bugs, inconsistencies, and omissions, check out the list of closed issues! The next release is going to introduce some API changes.

Hotfix

08 Dec 14:42
Compare
Choose a tag to compare

This is a hotfix release to fix a typo reponse() call that should have been response()

Bug fixes

07 Dec 02:41
Compare
Choose a tag to compare

Releases fixes to issues #143, #145, and #147. Includes additional contributions, thank you!

Bugs and stuff

08 Oct 04:15
Compare
Choose a tag to compare

This release includes fixes for #139, #141, #142 for various BACneteers.

Device Communication and More

26 Sep 02:08
Compare
Choose a tag to compare

After I closed the milestone with the same name as this release I can't seem to find the issues I associated with it, and I was relying on that to help make a release description! This at least includes #126, #131, #136, #137 and #78 so there are lots of bug fixes, contributions (thank you!) and DCC functionality.

Hotfix

16 Aug 19:42
Compare
Choose a tag to compare

This is a hot fix release in the iocb module that changes the Remove() function call, which used the old naming convention, to remove(), which is what it should have been.

Streams of blocking bugs

12 May 04:13
Compare
Choose a tag to compare

This is a minor update to the bacpypes.tcp module to handle connection timeouts like idle timeouts. The problem with the last release is that by setting the socket timeout using settimeout() it made the socket blocking, which is bad. This update keeps the sockets non-blocking.