Releases: aerokube/selenoid
Releases · aerokube/selenoid
v1.3.9: tagged browsers logs and custom namespaces support
New features
- #199, #248 - tagging browsers logs with
name
capability when specified
- #251 - ability to work with custom Docker namespace
Improvements
v1.3.8: browser container hosts entries via capabilities
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
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
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
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
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
New features
- #120 - add option to disable queueing
- #129 - ability to set custom environment variables
- #157 - ability to customize service startup timeout
Fixes
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
Fixes
- #109 - failed to start Firefox 22 and older
Improvements
v1.3.1: volumes support
New features
- #108 - ability to mount volumes
Fixes
- #111 - failing to start IE
v1.3.0: showing container logs
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