Skip to content

Releases: xenOs76/https-wrench

0.8.0

07 Oct 10:43

Choose a tag to compare

Changelog

  • 06790e0 build: update go dependencies before building
  • a335438 bump: version 0.7.0 → 0.8.0
  • ae9ec12 feat: exclude system CA pool when using custom CA Bundle
  • c189e41 feat: improve details in Certificate view
  • 597cb70 refactor: deep exit
  • 731b757 refactor: deep exit
  • f60ceda refactor: error format, error variable shadowing
  • ce10184 refactor: line length
  • 7481068 refactor: multiplication of durations
  • addf139 refactor: remove time globals
  • 0a27a8a refactor: unecessary conversion
  • c3dd71a refactor: unexport error vars
  • 499a065 refactor: unexport structs
  • 4cadfa3 refactor: var naming
  • 037edb1 refactor: var naming, unused var

0.7.0

27 Sep 20:18

Choose a tag to compare

Changelog

  • c0a3740 bump: version 0.6.0 → 0.7.0
  • fb7c59d feat(certinfo): read encrypted private keys
  • 494c319 test(certinfo): load encrypted private keys using password from env or stdin

0.6.0

25 Sep 16:23

Choose a tag to compare

Changelog

  • 65f8d1b build: add go dependencies
  • 5cf5002 build: update go dependencies
  • 35bec59 bump: version 0.5.0 → 0.6.0
  • 14a8b21 feat(certinfo): add labels to PrintData function
  • 456ffae feat(requests): add syntax highlight to response body display
  • 83b2ca2 fix: error strings
  • 7485f21 test(requests): add tests for body syntax highlight

0.5.0

21 Sep 08:57

Choose a tag to compare

Changelog

  • 28970aa bump: version 0.4.0 → 0.5.0
  • 590162d feat: add certinfo command

0.4.0

13 Sep 16:18

Choose a tag to compare

Changelog

  • 0e71f96 bump: version 0.3.0 → 0.4.0
  • 6aee4e8 chore: disable git hook detect-aws-credentials
  • 130285e feat: add responseBodyMatchRegexp option
  • 5660add test(schema.json): the property enableProxyProtocolV2 requires transportOverrideUrl

0.3.0

08 Sep 09:56

Choose a tag to compare

Changelog

  • ebb10dc build(goreleaser): reenable docker images
  • adb55ef build: disable docker image upload
  • 419d752 bump: version 0.2.0 → 0.3.0
  • 4e8748a feat: add insecure option
  • a3e266c fix: typo in proxyProtoHeaderFromRequest

0.2.0

07 Sep 17:32

Choose a tag to compare

Changelog

  • 498af95 bump: version 0.1.0 → 0.2.0
  • a2015cb feat: add enableProxyProtocolV2 to request options

0.1.0

06 Sep 16:31

Choose a tag to compare

Changelog

  • 2e7a427 add POST request method example to embedded configuration
  • 696d17d add ca-bundle flag
  • a320cd5 add config file for devenv local webserver
  • 82f2ab3 add devenv config files
  • 8f43598 add nix-shell example
  • b77609e build(devenv.nix): add Nginx to local processes
  • 10805f5 build: update go dependencies and set goreleaser config for devenv
  • e4af7aa bump: version 0.0.4 → 0.1.0
  • 856df69 feat: add caBundle option to Yaml configuration
  • fe5b065 fix user agent reset to default value
  • 3af9dd6 nix flake update
  • 1e44a47 style: add EOF spaces, restore flake.nix
  • 5691a66 test(devenv): add a script for testing the caBundle configuration option
  • 6f157ea update Nix section of README

0.0.4

29 Aug 08:58

Choose a tag to compare

Changelog

  • 24ce1e3 fix dialer timeout in case of transport override. Move request and style related functions into dedicated handler files

0.0.3

28 Aug 15:16

Choose a tag to compare

Changelog

  • 0243ca3 add printResponseCertificates option