Releases: aerokube/selenoid
Releases · aerokube/selenoid
v1.2.1: await logic fixes
Improvements
- #44 - use client.NewEnvClient() in Docker client init code
- #65, #71 - add documentation about VNC usage, migrated to ASCIIDoc
Fixes
- #66 - await logic panic fix
v1.2.0: VNC support
New features
- #52 - ability to proxy VNC port
Improvements
v1.1.1: container removal fixes
Fixes
- #14 - remove containers on user disconnect
- #16 - do several attempts to start container on failure
- #43 - chrome container don't deleted it test was failed
v1.1.0: custom screen resolution, timezone and fixes
New features
- #30 - ability to pass host machine timezone to Selenoid and browser containers
- #35 - ability to set custom screen resolution (via screenResolution capability)
Fixes
- #21 - correctly removing tmpfs volumes
- #25 - ability to work with latest Geckodriver (compliant to w3c webdriver spec)
- #27 - panic on driver process crash
- #29 - Docker image for PhantomJS
- #40 - Selenoid tries to remove previous session
Improvements
- #38, #39 - better docs in README.md
v1.0.0: initial release
New features
- #1 - statistics support
- #2 - capability to start custom process instead of container
- #3 - graceful restart capability
- #15 - capability to mount tmpfs
Fixes
- #17 - container is not removed on proxy request cancel