|
| 1 | +v4.15.0 |
| 2 | +====== |
| 3 | + |
| 4 | +* Fixed the characteristics of the collector |
| 5 | +* Marked Client Config version field as final. (#12941) |
| 6 | +* Removed use of guava from browser packages |
| 7 | +* Removed use of guava from devtools (#12943) |
| 8 | +* Do not set browser binary if it is an empty string (#12738) |
| 9 | +* Allow setting proxy for all http client instances (#12940) |
| 10 | +* Ensure request can be modified while intercepting (#12930) |
| 11 | +* Add BiDi browsing contexts events related to navigation and user prompt |
| 12 | +* Update Actions.java as removed modifier keys (#12903) |
| 13 | +* Removed the unused netty domain socket client and dependencies |
| 14 | +* Removed the guava reference from os, manager, bidi package |
| 15 | +* Removed the unused sockets test base |
| 16 | +* Removed most usages of guava from the support package |
| 17 | +* Copy SM binary to cache folder and use it from there (#11359) (#12539) |
| 18 | +* Prevent browser to be created and unused in case a short session-request-timeout is set (#12848) |
| 19 | +* Add BiDi request data types from Network module |
| 20 | +* Remove the http2-settings header in the reverse proxy |
| 21 | +* Add BiDi network response data type, network initiator type |
| 22 | +* Add value key to delete downloadFile response per w3c convention (#13025) |
| 23 | +* Add BiDi BeforeRequestSent type |
| 24 | +* Add BiDi mechanism to listen to network event - beforeRequestSent |
| 25 | +* Fix bug in downloading files by ensuring browser vendor options in capabilities (#13024) |
| 26 | +* Add BiDi network module events - onResponseStarted and onResponseCompleted |
| 27 | +* Fixed processing continuation frames #12962 |
| 28 | +* Remove CDP version dependencies in the server (#12502) |
| 29 | +* Add placeholder for BiDi script module commands and events |
| 30 | +* Add BiDi script types, remote reference types, and local value types for script module |
| 31 | +* Change local value method name for BiDi serialization |
| 32 | +* Fixed the invalid session id response #12655 |
| 33 | +* Add BiDi channel value type, remote value type and evaluate result types |
| 34 | +* Add BiDi call script command, evaluate function command, disown command, get realms command |
| 35 | +* Open the selenium-manager to the selenium-json package for the Java Module System |
| 36 | +* Add message to exception error for downloads error |
| 37 | +* Add BiDi command to add and remove preload script |
| 38 | +* Add CDP v119 and remove v116 |
| 39 | +* Implement file downloads (#12979) |
| 40 | + |
1 | 41 | v4.14.1
|
2 | 42 | ======
|
3 | 43 | * Add print, activate and set viewport commands to Browsing Context
|
|
0 commit comments