opendxl added a new version:
QuoteOpenDXL Python Client 4.1.0.185 Release
Release notes:
- Fixed command line issues on Python 3 when invalid arguments were specified
opendxl added a new version:
QuoteOpenDXL Python Client 4.1.0.185 Release
Release notes:
- Fixed command line issues on Python 3 when invalid arguments were specified
opendxl added a new version:
QuoteRelease notes:
- Now compatible with Python 3.4+
- Python 2.7.9 is now the minimum supported version (Python 2.7.8 is no longer supported)
- Distributed as a universal wheel package (single package which can be installed on either Python 2.7.9+ or Python 3.4.0+)
- Distribution (.zip file) no longer includes .egg files
- An optional
languageVersion
setting was added to both theclient-template
andapplication-template
for generation. The value provided for the setting controls Python-version specific references in packaging and documentation. Supported values are "2" (for Python 2.x only), "3" (for Python 3.x only), or "universal" (both Python 2.x and Python 3.x). The value defaults to "2", if not specified.
opendxl added a new version:
QuoteOpenDXL Python Client 4.1.0.184 Release
Release notes:
- Python 3 support (Python 3.4+), while retaining the ability to run under Python 2.7
- Python 2.7.9 is the minimum Python 2.7 version supported (no longer compatible with 2.7.8)
- MessagePack and Paho-MQTT are no longer embedded as part of the library (added as dependencies)
- Distributed as a universal wheel package (single package which can be installed on either Python 2.7.9+ or Python 3.4.0+)
- "String" type fields for incoming DXL Messages will now be decoded to a text/Unicode type string (unicode on Python 2, str on Python 3). For Python 2, these fields had previously been decoded to the byte string str type. The Message.payload field will continue to be decoded to the byte string str type on Python 2 and as bytes on Python 3
- Distribution zip files will no longer include .egg files
- Miscellaneous test fixes
opendxl added a new version:
QuoteRelease (0.1.3):
- Added binaries for python3 and pip3 (default is still python2)
- Adjusted default VIM editor size
opendxl added a new version:
QuoteRelease (0.1.2):
- Updated dxlclient to 4.0.0.418
- Updated to include Twine (for publishing to PyPI)
- Added installation of VIM by default
opendxl added a new version:
QuoteOpenDXL Python Client 4.0.0.418 Release
Release notes:
- Bug fixes
- Overlapping disconnect calls could lead to blocking/hanging
- Overlapping register/unregister service calls could lead to unregistration failure
- Fixed issue where exception was thrown if unsubscribe invoked on subscription that does not exist
- Fixed issue where exception was thrown if remove callback invoked for callback that does not exist
- Improvements to test cases
opendxl added a new version:
QuoteRelease (0.1.2):
- Updated dxlconsole to 0.1.3
opendxl added a new version:
QuoteOpenDXL Console 0.1.3 release
- Added port mapping information to Docker documentation
- Updated to be compatible with the latest version of the tornado library
opendxl added a new version:
QuoteOpenDXL Console 0.1.2 release
- Modified dependencies to require a version of Tornado less than 5
opendxl added a new version:
QuoteRelease (0.1.1):
- Updated dxlclient to 4.0.0.417
opendxl added a new version:
QuoteRelease (0.1.1):
- Updated dxlconsole to 0.1.2