**Features** 234: Update Room V3 API to Pin/Unpin a message
**Bug fixes** 235: When getting text content, we now extract the escaped content and then unescape characters
**Documentation** 232: Wrote migration guide from BDK 1.x to BDK 2.0 229: Cleaned up readme file and documentation after 2.0.0 release
2.0.0
2.0b6
2.0b5
Beta release for the Python BDK 2.0
Bug fixes 208 : Remove html entities before xml parsing messages
Documentation 203 / 204 : Update documentation for certificate authentication
Installation
$ pip install sym-api-client-python==2.0b5
2.0b4
Beta release for the Python BDK 2.0
New features 194: Support of multiple bot instances 197: Built-in help command
Bug fixes 195: Check for duplicated bot commands 200: Removed test credentials used in unit tests 201: Passed bot service account information in RealTimeEventListener.is_accepting_event (fixed failures for messages sent in external rooms in the datafeed loop)
Documentation 198: Fixed broken links in documentation
Installation
$ pip install sym-api-client-python==2.0b4
2.0b3
Beta release for the Python BDK 2.0
New features 180: Retry mechanism 187: Message class to ease the sending of a complex message
Bug fixes 184: Asyncio usage with proxy on Windows 185 191: Fixes of security issues 190: Removed legacy folder (as code in master branch) 189: Made bot username and app id mandatory in configuration
Documentation 181: Documented Slash commands 182: Documented how to solve self-signed certificate issues 183: Documented UserJoinedRoomActivity