-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG.txt
56 lines (40 loc) · 1.51 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
1.11.1
Updated vulnerable dependency
1.11.0
Fix and ehn: replaced jsoniter with Gson due to some jsoniter deserialization issue and an unfixed severe security alert (CVE-2021-23441).
1.0.15
Fix: Updated logback dependency due to discovered vulnerability.
1.0.14
Fix: Replaced Jackson mapper dependency with JsonIter
1.0.13
Fix: Upgraded Jackson-databind dependency to fix new vulnerability
1.0.12
Fix: Upgraded Jackson-databind dependency to fix new vulnerability
1.0.11
Ehn: upgraded Jackson dependency to v 2.10.x to fix several vulnerabilities
Ehn: Minimum JDK requirement is now Java 7
1.0.10
Ehn: Set HTTPS as connection scheme
1.0.9
Ehn: Updated and improved Maven repo references in poms.
1.0.8
Fix: Some minor fixes to Servlet example
Enh: Removed references to brand_name/is_wireless_device from unit tests
1.0.7
Fix: Cache issue when detection is performed by getDeviceFromUserAgent
Fix: EhcachePremiumCloudCache and HashMapPremiumCloudCache unit tests
1.0.6
Add: EhcachePremiumCloudCache and HashMapPremiumCloudCache unit tests
Fix: SimpleCookieCache and SimpleCookieCache unit test
Fix: Headers sent to cloud server to correctly calculate Virtual Capabilities
Remove: CloudRequest and DefaultCloudRequest ( using HttpServletRequest directly )
1.0.5
Add: Make connection and read timeouts configurable in `wurflcloud.properties` file
1.0.4
Add: `getDeviceFromUserAgent` method
1.0.3
Open source release
1.0.2
Add: specific headers filtering to avoid network errors
1.0.1
Add: cloud client now supports proxy configuration