Skip to content

Releases: aerokube/selenoid

v1.10.6: file upload compatible with Selenium 4

10 Nov 09:48
069df4a
Compare
Choose a tag to compare

Fixes

  • #1079 - file upload is not compatible with Selenium 4 client

v1.10.5: more Host header improvements

06 Sep 11:05
f601da3
Compare
Choose a tag to compare

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

23 Jul 10:22
2ca42dd
Compare
Choose a tag to compare

Fixes

  • #1070 - correctly working with new Safaridriver
  • #1123 - correctly handing Content-Type header

Improvements

v1.10.3: correctly passing extension capabilities

28 Mar 06:49
c6ca859
Compare
Choose a tag to compare

Fixes

  • #1077 - correctly passing extension capabilities other than selenoid:options

v1.10.2: timeout improvements

24 Mar 07:33
a6ae0c7
Compare
Choose a tag to compare

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

19 Jan 04:12
e89b7ab
Compare
Choose a tag to compare

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

16 Jan 11:27
8d4ee5c
Compare
Choose a tag to compare

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

27 Oct 06:12
47e262a
Compare
Choose a tag to compare

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

02 Jul 10:20
a30263c
Compare
Choose a tag to compare

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

14 Mar 10:12
a73c846
Compare
Choose a tag to compare

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