Skip to content

Releases: aerokube/selenoid

v1.3.9: tagged browsers logs and custom namespaces support

29 Oct 16:18
28a032c
Compare
Choose a tag to compare

New features

  • #199, #248 - tagging browsers logs with name capability when specified
  • #251 - ability to work with custom Docker namespace

Improvements

  • #250, #253 - documentation improvements

v1.3.8: browser container hosts entries via capabilities

16 Oct 16:34
Compare
Choose a tag to compare

New features

  • #233 - added session requests counter to /ping
  • #236 - ability to pass additional browser container hosts entries via capabilities

Improvements

  • #239 - more docs about starting Selenoid under Windows

v1.3.7: capturing driver process logs

29 Sep 09:34
Compare
Choose a tag to compare

New features

  • #68 - capture driver process logs
  • #217 - ability to link browser to application containers

Fixes

  • #218 - failed to upload two files sequentially

v1.3.6: ability to specify custom hosts entries

07 Sep 20:25
Compare
Choose a tag to compare

New features

  • #201 - ability to specify custom hosts entries in browser containers

Fixes

  • #203 - Selenoid crash fix

Improvements

  • #202 - migrated to Golang 1.9

v1.3.5: shmSize and timeZone capability

16 Aug 03:34
Compare
Choose a tag to compare

New features

  • #178 - ability to specify total number of session attempts
  • #179 - ability to specify container shmSize
  • #184 - ability to override container time zone in capability

Fixes

  • #87 - unable to launch browser when Selenoid is started in custom network

v1.3.4: ability to add custom name to sessions

31 Jul 10:17
Compare
Choose a tag to compare

New features

  • #164 - ability to add custom name to sessions
    From now, you can pass capability name with test name to differ sessions. Later it will can be filtered in UI for better-debugging experience. See more in latest docs
  • #168 - /ping handler

v1.3.3: custom environment variables

19 Jul 13:03
Compare
Choose a tag to compare

New features

  • #120 - add option to disable queueing
  • #129 - ability to set custom environment variables
  • #157 - ability to customize service startup timeout

Fixes

  • #104 - file upload fix

Improvements

  • #130 - latest-release tag support
  • #146, #159 - docs
  • #149 - show release version if possible
  • #154 - close VNC connection on container removal

v1.3.2: correctly working with old Firefox versions

17 Jun 09:03
Compare
Choose a tag to compare

Fixes

  • #109 - failed to start Firefox 22 and older

Improvements

  • #115, #126 - documentation improvements

v1.3.1: volumes support

08 Jun 08:06
Compare
Choose a tag to compare

New features

  • #108 - ability to mount volumes

Fixes

  • #111 - failing to start IE

v1.3.0: showing container logs

06 Jun 14:22
Compare
Choose a tag to compare

New features

  • #26 - proxy container logs
  • #82 - ability to show binary version
  • #96 - customizable session start and delete timeouts
  • #98 - ability to limit containers memory and cpu consumption

Fixes

  • #84 - Selenoid does not refuse nonexistent vnc connection immediately

Improvements

  • #70 - automatically matching path in container
  • #88, #90, #99 - better docs