All notable changes to this project will be documented in this file. For change log formatting, see http://keepachangelog.com/
- Adds option to include given headers in requests
- Released under the
@mapbox/aws-log-replay
namespace. - Replace
requestretry
withgot
for 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
GET
orHEAD
requests are allowed to be replayed
- Bumped
requestretry
from 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