All notable changes to this project will be documented in this file. For change log formatting, see http://keepachangelog.com/
- Adds
safe-regex2to check for unsafe regexes in SampleStream filter input - Throws an error on lines bigger than 1KB to prevent potential resource exhaustion
- Adds option to include given headers in requests
- Released under the
@mapbox/aws-log-replaynamespace. - Replace
requestretrywithgotfor the HTTP client #57 - Test on Node 16 and 18
- Remove unused dependencies
- Use github actions for running tests
- Include request method in stream when generating a path. This will introduce a breaking change. More info in the #55 PR description
- Request method will be used if passed to RequestStream. Only
GETorHEADrequests are allowed to be replayed
- Bumped
requestretryfrom 2.0.0 to 7.1.0
- Adds option to include referer in stream when generating a path
- If referer header is passed in to RequestStream, will include referer in request
- Allow timestamps in url paths
- RequestStream strictSSL option to optionally disable SSL cert checking
- RequestStream return all HTTP status codes
- Last release without a changelog