Skip to content

Commit

Permalink
docs: release notes for beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Nov 11, 2021
1 parent b0e1b2c commit c864824
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file.

## v1.0.0-beta.17 (2021-11-11)

### Breaking Changes

- Remove 'suiteparams' CLI option which was depreacted in the previous releases.
Use `--params` instead [#406](https://github.com/elastic/synthetics/pull/406)

### Features

- Add support for `--playwright-options` CLI flag that lets user specify all
browser and context options that Playwright supports in addition to passing it
via `synthetics.config.js` file [#405](https://github.com/elastic/synthetics/pull/405)

### Bug fixes

- Timestamp of `journey/end` event reflects the time when the event happens instead
of the time event was written to the output stream. This fixes issue when
duration is calculated based on `journey/start` and `journey/end` [#409](https://github.com/elastic/synthetics/pull/409)
- Rewrite screenshot timestamp based on when screenshot was taken instead of
when the screenshot was processed and reconstructed [#411](https://github.com/elastic/synthetics/pull/411)

## v1.0.0-beta.16 (2021-10-19)

### Bug fixes
Expand Down

0 comments on commit c864824

Please sign in to comment.