github aerokube/selenoid 1.6.0
v1.6.0: ability to host downloaded files

latest releases: 1.11.2, 1.11.1, 1.11.0...
5 years ago

Breaking changes

Some capabilities have changed their format.

Capability Name Value Before Actual Value
applicationContainers "myapp:alias,secondapp" ["myapp:alias", "secondapp"]
hostsEntries "192.168.0.1:example.com,192.168.0.2:test.com" ["192.168.0.1:example.com", "192.168.0.2:test.com"]
labels "key1:value1,key2:value2" {"key1": "value1", "key2": "value2"}

New features

  • #354 - ability to host downloaded files
  • #405 - ability to pass environment variables via capabilities

Fixes

  • #404 - panic in /log API

Improvements

  • #394 - ability to skip waiting in queue (improves request distribution behind Ggr)

Don't miss a new selenoid release

NewReleases is sending notifications on new releases.