All Versions
12
Latest Version
Avg Release Cycle
49 days
Latest Release
1552 days ago

Changelog History
Page 1

  • v1.10.0 Changes

    January 16, 2020

    🆕 New features

    • 👍 #450 - firstMatch support in capabilities

    👌 Improvements

    • #771 - always dropping selenoid:options when proxying requests
    • 📚 #795, #843, #846 - documentation improvements
  • v1.9.3 Changes

    October 27, 2019

    🆕 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 Changes

    July 02, 2019

    🆕 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 Changes

    March 14, 2019

    🆕 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
  • v1.9.0 Changes

    January 12, 2019

    💥 Breaking Changes

    🚀 Starting from this release saving log files works exactly the same way as video files - it is turned off by default and saving the log is enabled by a new capability - enableLogs. Old behavior when logs are saved for all sessions can be enabled with -save-all-logs flag.

    🆕 New features

    • #607 - ability to proxy Chrome Devtools Protocol
    • 📇 #632 - ability to use long session ID in S3 and metadata
    • 🔊 #633 - capability to save browser logs

    🛠 Fixes

    • #636 - $sessionId and $fileName are lowercased in S3 keys

    👌 Improvements

    • 📚 #640 - documentation improvements
    • 🔧 #645 - loading logging configuration file only when flag is specified explicitly
  • v1.8.4 Changes

    December 28, 2018

    🆕 New features

    • 🐳 #619 - ability to access applications in another Docker network

    🛠 Fixes

    • #598 - panic in abort handler

    👌 Improvements

    • 🌲 #594 - correctly logging http: proxy error: context canceled
  • v1.8.3 Changes

    December 14, 2018

    🆕 New features

    • 📇 #583 - ability to save sessions metadata
    • 💅 #614 - added -s3-force-path-style flag
    • #615 - passing correct MIME type with S3 uploaded files

    🛠 Fixes

    • 🛠 #605 - fixed S3 logging when skipping files
    • 🐳 #620 - panic when running Selenoid as a binary with Docker
  • v1.8.2 Changes

    November 12, 2018

    🆕 New features

    • #595 - ability to use $date placeholder for S3
    • #599 - ability to upload only some files to S3

    👌 Improvements

    • ⚡️ #602 - updated Docker client to support Docker API 1.40
  • v1.8.1 Changes

    October 29, 2018

    🆕 New features

    • #580 - S3 key pattern as capability

    🛠 Fixes

    • #492 - correctly processing slices and maps in extension capabilities
    • #578 - killing video container after session delete timeout

    👌 Improvements

    • #573 - migrated to go mod
    • 📚 #585, #587 - documentation improvements
    • 🚀 #589 - use selenoid/video-recorder:latest-release by default
  • v1.8.0 Changes

    October 15, 2018

    💥 Breaking Changes

    Some capabilities have changed their format.

    Capability Name Value Before Actual Value
    sessionTimeout 60 (seconds) "60s" or "1m" or "2m10s" or "1h"

    🆕 New features

    • #528 - added skin and videoCodec capabilities
    • 🛠 #533 - support deleting files via /download API (fixed in images)
    • #550 - ability to get clipboard value for each session (new /clipboard API)
    • #567 - use Golang duration for sessionTimeout capability

    🛠 Fixes

    • 🏁 #329 - problems with video recordings on Windows host
    • 🐳 #333, #556 - issues with new Docker API 1.39
    • 🚚 #552 - video containers are still not removed