All Versions
12
Latest Version
Avg Release Cycle
49 days
Latest Release
1555 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