We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20141d9 commit 24c6914Copy full SHA for 24c6914
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# **Changelog for PG3 Python Interface**
2
3
+### 3.3.18
4
+- Added addScope to the oAuth options
5
+- access token is refreshed automatically 60 seconds before expiry
6
+
7
### 3.3.17
8
- getAccessToken is now thread safe
9
udi_interface/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.3.17'
+__version__ = '3.3.18'
__description__ = 'UDI Python Interface for Polyglot version 3'
__url__ = 'https://github.com/UniversalDevicesInc/udi_python_interface'
__author__ = 'Universal Devices Inc.'
0 commit comments