Changes by Kind
Bug
- Fix shared default options mutation across http agents.
NewAgent()previously returned agents all pointing to the same options struct, so calling anyWith*()method on one agent would mutate all agents. (#182, @saschagrunert) [SIG Release]
Feature
Other (Cleanup or Flake)
Dependencies
Added
- github.com/cespare/xxhash/v2: v2.3.0
Changed
- github.com/clipperhouse/displaywidth: v0.6.2 → v0.10.0
- github.com/clipperhouse/uax29/v2: v2.3.0 → v2.6.0
- github.com/olekukonko/errors: v1.1.0 → v1.2.0
- github.com/olekukonko/ll: 9e59c22 → v0.1.6
- github.com/olekukonko/tablewriter: v1.1.3 → v1.1.4
Removed
Nothing has changed.