Skip to content

Commit

Permalink
build: release v0.45.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Nov 20, 2024
1 parent aad98a8 commit 659edaa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.45.0] - 2024-11-20
### Added
- feat: proxy can capture request body and headers.

### Changed
- chore(deps): bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.24.5
- chore(deps): bump golang.org/x/mod from 0.8.0 to 0.22.0
- chore: bumps engine test version to 4.2.2.
- docs: describes request body and header capture flags.
- refactor: removes dependency on golang.org/x/mod package for semver comparison.
- test: improves coverage of media type detector.
- test: improves coverage of proxy recorder.

## [0.44.1] - 2024-11-17
### Changed
- build: adds dependabot config.
Expand Down

0 comments on commit 659edaa

Please sign in to comment.