Releases: aerokube/selenoid
Releases · aerokube/selenoid
v1.10.6: file upload compatible with Selenium 4
Fixes
- #1079 - file upload is not compatible with Selenium 4 client
v1.10.5: more Host header improvements
Fixes
- #1112 - better timeout logic for
/download
and similar APIs
- #1128 - setting
Host
header when creating new session too
Improvements
- #1138 - documentation improvements
v1.10.4: webdriver communication improvements
Fixes
- #1070 - correctly working with new Safaridriver
- #1123 - correctly handing
Content-Type
header
Improvements
v1.10.3: correctly passing extension capabilities
Fixes
- #1077 - correctly passing extension capabilities other than
selenoid:options
v1.10.2: timeout improvements
Fixes
- #916 -
selenoid:options
capability still passed to upstream
Improvements
- #867 - restart session timeout on
/devtools
and other requests
- #1072 - bump Golang to 1.16
- #1073 - documentation improvements
v1.10.1: better /status API
New features
- #1031 - added
started
to /status API
Fixes
- #998 - increasing "pending" queue counter on opening "/wd/hub/session" route
Improvements
- #902, #927, #929 - documentation improvements
- #903 - migrate to Github Actions
- #904 - migrate to Golang 1.14
- #954 - documentation about running on Yandex.Cloud
- #957 - updated gorilla/websocket
- #970 - migrate to Golang 1.15
- #971 - bump Alpine version to 3.12
v1.10.0: firstMatch support and dropping vendor-specific Selenoid capabilities
New features
- #450 -
firstMatch
support in capabilities
Improvements
- #771 - always dropping
selenoid:options
when proxying requests
- #795, #843, #846 - documentation improvements
v1.9.3: welcome message
New features
- #804 - showing welcome message on
/
- #304 - video recording for non-container browsers
Fixes
- #785 - /status API returns empty browser name with deviceName capability
Improvements
- #743 - code snippets about downloading files
- #805 - cloud deployment documentation
v1.9.2: video and log files listing as JSON
New features
- #750 - return video and log files lists as JSON
Fixes
- #597 - video containers are still not removed
- #700 - can not connect to Devtools API with puppeteer
Improvements
- #705 - mount volumes with
:Z
flag
- #754 - support Docker API 1.41
- #755 - update AWS client library
- #757 - devtools documentation improvements
v1.9.1: per-image CPU and memory settings
New features
- #654 - per-image CPU and memory settings
Fixes
- #647 - saving correct video and log name in metadata
- #665 - panic in drivers mode under CentOS
Improvements
- #408 - improved graceful shutdown
- #649 - setting
ENABLE_VIDEO
environment variable when enabled
- #690 - reorganized documentation