Releases: elastic/synthetics
Releases · elastic/synthetics
v1.0.0-beta.16
v1.0.0-beta.15
v1.0.0-beta.15 (2021-10-14)
Breaking Changes
- Drop support for Node 12 #397
Features
- Enable trace events when invoked via Heartbeat, enables step level metrics
like FCP, LCP and other performance metrics for all journeys #387 - Use network events from playwright context which captures network requests
from iframes, new tabs, etc. #372 - Add default network emulation for journeys to be able to capture performance
measurements more effectively. Default is 5Mbps download, 3Mbps Upload and 20ms latency.
Users can control network throttling with--throttling '10d/2u/30l'
flag or
can disable the throttling via--no-throttling
flag #284 - Add
Elastic/Synthetics
user-agent identifier to all network
requests. This enables users to analyze traffic from Elastic Synthetic
monitoring platform #232 - Introduce more assetion commands to formatter #385
Bug fixes
- Account for page closing while capturing network events #398
v1.0.0-beta.14
Bug fixes
- Bring back
--suite-params
flag support to support Heartbeat 7.15 #379
v1.0.0-beta.13
- Add step level tracing API which enables capturing performance metrics (core
web vitals) for each navigation as part of the journey #369 - Capture all page errors and unhandled exceptions as part of the journeys #374
- Introduce synthetics script generator which can transform the recorder actions
into code #375
v1.0.0-beta.12
v1.0.0-beta.11
v1.0.0-beta.10
v1.0.0-beta.9
v1.0.0-beta.8
Bug fixes
- Capture screenshots correctly when using device emulation #340