-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
31 lines (26 loc) · 1.08 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2.3.1 - Oct 28th, 2024
-------------------------------------
- Fixed README
2.3.0
-------------------------------------
- Deprecated set_requested_capabilites() method
2.2.0
-------------------------------------
- This version introduces backward compatibility for Python 2.7 version by:
- replaces @lru_cache native python 3.x-only decorator with pylru external lib
- replaces pycurl (which has abandones python 2.7 support since September 2020) with urllib3
- Adds set_cache_size and get_actual_cache_size (the latter replaces the cache info call from @lru_cache)
2.1.0
-------------------------------------
- Added lookup_headers(dict) method to WM client. Added tests.
- improved client destroy() function
2.0.0
-------------------------------
- First version of the Python client:
- lookup_useragent
- lookup_request (uses requests library Request object)
- lookup_device_id
- enumerator methods (all device OSes, all device makers, all version for OS, all models for brand)
- get_info method
- set_requested_capabilites filter methods
- has_capability method