Skip to content

Releases: upvestco/httpsignature-proxy

v1.3.2

02 Mar 06:45
bab7d30
Compare
Choose a tag to compare

Changelog

  • 688dd3d Brew formula update for httpsignature-proxy version v1.3.1
  • bab7d30 Incoming query parameters processing added
  • bbc323b runtime: forward also query parameters of incoming request
  • e9668a4 runtime: remove unnecessary comment

v1.3.1

08 Dec 10:55
35bc09f
Compare
Choose a tag to compare

Changelog

  • 6f7b26d Brew formula update for httpsignature-proxy version v1.3.0
  • 35bc09f Merge pull request #14 from areknoster/fix/dat-451-dont-exclude-accept-header
  • 0ce6161 runtime: remove accept header from exclude list

v1.3.0

09 Nov 14:41
b72818b
Compare
Choose a tag to compare

Changelog

95ab779 Brew formula update for httpsignature-proxy version v1.2.1
abcc8b2 multiple key config added
b72818b multiple key configs support added

v1.2.1

27 Oct 14:16
89ebe3e
Compare
Choose a tag to compare

Changelog

89ebe3e Bump github.com/spf13/viper from 1.8.1 to 1.9.0
44bc3d7 Bump github.com/spf13/viper from 1.8.1 to 1.9.0

v1.2.0

11 Oct 11:01
fe030df
Compare
Choose a tag to compare

Changelog

28b8213 Brew formula update for httpsignature-proxy version v1.1.3
fe030df signature generation updated to version 6; verbose mode added.

v1.1.3

01 Oct 14:10
f629954
Compare
Choose a tag to compare

Changelog

f971702 Brew formula update for httpsignature-proxy version v1.1.2
5734194 Correct binary name in example usage
f629954 Fixed url generation for GET request; README.md misspell fixes.
d0ac5a2 Update README.md

v1.1.2

28 Jul 07:12
090f939
Compare
Choose a tag to compare

Changelog

1aed215 Brew formula update for httpsignature-proxy version v1.1.1
ddcbe32 Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
090f939 Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
64179e6 Bump github.com/spf13/viper from 1.7.1 to 1.8.1
fa8f7c8 Dependency update for github.com/spf13/viper from 1.7.1 to 1.8.1
596f4db Fix README.md Add ed25519 key generation instructions Fix various typo.
56398f4 Merge pull request #7 from upvestco/feature/fix-readme-file

v1.1.1

03 Jun 13:52
2c33e8a
Compare
Choose a tag to compare

Changelog

2c33e8a Add exceptions for headers to be used in signing.
16bc945 Brew formula update for httpsignature-proxy version v1.1.0

v1.1.0

02 Jun 11:34
b9b3295
Compare
Choose a tag to compare

Changelog

8508ab6 Added install options to README.md Updated the Makefile
2441b18 Brew formula update for httpsignature-proxy version v1.0.0
b9b3295 Fixed key generation section in README.md

v1.0.0

27 May 15:42
Compare
Choose a tag to compare

Changelog

ec8d00c Added a Goreleaser GitHub Action to do a release on new v* tags.
f88308a Added a Homebrew recipe to Goreleaser-config.
b3bb364 Implemented the proxy logic and added usage instructions.
233a567 Initial commit
fc62199 Skeleton structure for the CLI-tool