Skip to content

Latest commit

 

History

History
92 lines (48 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

92 lines (48 loc) · 1.99 KB

gocurl changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.5 - 2023-09-15

Added

  • Added the changelog.

Changed

  • Added more debug logging to all request stages.

Fixed

  • Fixed the way --connect-to works when a proxy is specified. Before this change gocurl could only redirect the proxy connection, but not the one that goes through proxy. This behavior is now fixed.

See changes.

1.0.4 - 2023-09-12

Fixed

  • Fixed the issue with the output being written not to stdout by default.

See changes.

1.0.3 - 2023-09-12

Fixed

  • Minor improvements.

See changes.

1.0.2 - 2023-09-12

Added

  • Automate the release process.

See changes.

1.0.1 - 2023-09-12

Fixed

  • Logging improvements.

See changes.

1.0.0 - 2023-09-12

Added

  • The first version with base functionality.