Skip to content

Commit

Permalink
release 1..5.3 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Jun 7, 2020
1 parent 4de3ca9 commit 8a8d609
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/user/MQTTSubscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
import weeutil
from weeutil.weeutil import option_as_list, to_bool, to_float, to_int, to_sorted_string

VERSION = '1.5.3-rc06b'
VERSION = '1.5.3'
DRIVER_NAME = 'MQTTSubscribeDriver'
DRIVER_VERSION = VERSION

Expand Down
20 changes: 20 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
V1.5.3
Enhancements/Fixes
- Added support for ignoring fields (#63).
- Support mixed units in json and keyword payloads (#58).
- Support for full_topic_fieldname with json payload (#71).
- Support cacheing of archive record fields (service only) (#68)
- Fixed bug with nested json (#60).
- Fixed bug with wind data across multiple individual topics (#59).
- Fix driver defaulting the archive inal to 300 (#64).
- Cleaned up/improved logging.
- Add support for python 3.5.
- Add support back to WeeWX 3.7.1.

Internal Improvements
- Better identification ('naming') of build jobs.
- Improved test infrastructure to make debugging tests easier.
- Improved the integration test infrastructure.
- Run tests against multiple versions of Ubuntu.
- Fixed sonar build error.

V1.5.2
Internal Improvements
- Improved log messages to easily differentiate between loop and archive processing.
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
else:
from io import StringIO

VERSION = '1.5.3-rc06a'
VERSION = '1.5.3'

MQTTSUBSCRIBESERVICE_CONFIG = """
[MQTTSubscribeService]
Expand Down

0 comments on commit 8a8d609

Please sign in to comment.