forked from bonigarcia/webdrivermanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
156 lines (82 loc) · 4.32 KB
/
changelog
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
webdrivermanager (1.4.6)
+ Handle exceptions when parsing URLs, reading next if necessary
+ Use unTarGz method if needed
-- Boni Garcia <[email protected]> Fri, 1 Jul 2016 19:22:00 +0200
webdrivermanager (1.4.5)
+ Support for multiple binary names (caused by geckodriver)
+ Bug-fix: correct support for Marionette in generic manager
+ Improve the way of handling the version number of Edge driver
+ Key wdm.forceCache to force using the latest version of binaries in cache
-- Boni Garcia <[email protected]> Sun, 12 Jun 2016 06:38:00 +0200
webdrivermanager (1.4.4)
+ Include several HTTP headers to connect with server in downloads
+ Include token/secret configuration keys for GitHub credentials
-- Boni Garcia <[email protected]> Sun, 5 Jun 2016 19:56:00 +0200
webdrivermanager (1.4.3)
+ Exception for seeking PhantomJS in the binary cache
-- Boni Garcia <[email protected]> Tue, 10 May 2016 10:11:00 +0200
webdrivermanager (1.4.2)
+ Check that repository target folder exits (otherwise create)
+ Honor property (wdm.*Url) if available for driver version
+ Bug-fix issue #24: search driver in cache by architecture
-- Boni Garcia <[email protected]> Tue, 5 Apr 2016 20:25:00 +0200
webdrivermanager (1.4.1)
+ Bug-fix issue #19: WDM is unable to download the 64-bit IEDriverServer
+ Bug-fix issue #20: PhantomJsDriverManager exception
+ Change URL to download Edge driver (exe instead of msi)
+ Improve compatibility with Microsoft Windows and Mac OS X
+ Improve test coverage
-- Boni Garcia <[email protected]> Wen, 12 Mar 2016 16:03:00 +0200
webdrivermanager (1.4.0)
+ Add PhantomJS support (pull request #13 from wilx/master-phantomjs)
+ Add Marionette support (pull request #14 from rosolko:master)
+ Improve tests
-- Boni Garcia <[email protected]> Wen, 13 Jan 2016 20:09:00 +0200
webdrivermanager (1.3.1)
+ Check that existing binaries are valid before exporting variable
+ Change log level of important messages to INFO
+ Retries when seeking remote URL to find out latest version of binaries
-- Boni Garcia <[email protected]> Sat, 07 Nov 2015 18:03:00 +0200
webdrivermanager (1.3.0)
+ Support for Microsoft Edge
-- Boni Garcia <[email protected]> Tue, 01 Nov 2015 09:48:00 +0200
webdrivermanager (1.2.4)
+ Assess that binary exists in cache to avoid seeking remote server
-- Boni Garcia <[email protected]> Tue, 20 Oct 2015 15:03:00 +0200
webdrivermanager (1.2.3)
+ Bug-fix: redirection of setup call to the proper method
-- Boni Garcia <[email protected]> Tue, 01 Sep 2015 10:52:00 +0200
webdrivermanager (1.2.2)
+ Improved automatic discover of latest version to be downloaded (GitHub issue #5)
+ Improved test coverage
+ Changed log level to DEBUG
-- Boni Garcia <[email protected]> Wed, 19 Aug 2015 10:29:00 +0200
webdrivermanager (1.2.1)
+ Improved driver version management
+ Added getter to read the downloaded version
-- Boni Garcia <[email protected]> Fri, 14 Aug 2015 01:18:00 +0200
webdrivermanager (1.2.0)
+ Thread safe download. Pull request thanks to Ivan Gracia ([email protected])
-- Boni Garcia <[email protected]> Tue, 7 Jul 2015 13:18:40 +0200
webdrivermanager (1.1.2)
+ Manager classes as singlentons
-- Boni Garcia <[email protected]> Mon, 6 Jul 2015 15:02:15 +0200
webdrivermanager (1.1.1)
+ Added provided scope to slf4j-simple
+ Bug-fix: store binary in path using version instead of LATEST
-- Boni Garcia <[email protected]> Tue, 23 Jun 2015 11:42:01 +0200
webdrivermanager (1.1.0)
+ Changed log dependency from slf4j-log4j12 to slf4j-simple
+ Changed setup from static method to instantiation of DriverManager
+ Added parameter to force the use of a concrete WebDriver binary version
-- Boni Garcia <[email protected]> Tue, 23 Jun 2015 00:44:11 +0200
webdrivermanager (1.0.1)
+ Bug-fix: Wrong chromedriver version downloaded (GitHub issue #1)
-- Boni Garcia <[email protected]> Tue, 9 Jun 2015 00:02:31 +0200
webdrivermanager (1.0.0)
+ Automated download of WebDriver binaries
+ Automated export of WebDriver binaries path
+ Supported WebDriver binaries: Chrome, Opera, Internet Explorer
+ Customizable configuration parameters using Java system properties
+ Capability to force WebDriver binary architecture (32/64 bits)
-- Boni Garcia <[email protected]> Thu, 19 Mar 2015 20:06:14 +0200