Sourced from github.com/elazarl/goproxy's releases.
v1.2.1
What's Changed
- Move image manipulation tests to its external package by
@ErikPelli
in elazarl/goproxy#579- Replace charset lib by
@ErikPelli
in elazarl/goproxy#580- Add example for SOCKS proxy chaining by
@yuisofull
in elazarl/goproxy#573- Remove copy warning that adds no information by
@ErikPelli
in elazarl/goproxy#582- Integrate fixes from Stripe fork by
@ErikPelli
in elazarl/goproxy#585- Move http handler in another file by
@ErikPelli
in elazarl/goproxy#586- Close non persistent connection after first request by
@ErikPelli
in elazarl/goproxy#587- Use original close conn value by
@ErikPelli
in elazarl/goproxy#588- Fix error writer target in accept handler by
@ErikPelli
in elazarl/goproxy#589- Fix prefix match by
@ErikPelli
in elazarl/goproxy#590- Fix prefix match by
@ErikPelli
in elazarl/goproxy#591- Fix HTML public conditions by
@ErikPelli
in elazarl/goproxy#594- Update pipelines by
@ErikPelli
in elazarl/goproxy#595- Add missing linting changes by
@ErikPelli
in elazarl/goproxy#596- Close the connection used by https by
@YushiIso
in elazarl/goproxy#256- Add tests from Stripe fork by
@ErikPelli
in elazarl/goproxy#597- Add error handling documentation by
@ErikPelli
in elazarl/goproxy#598New Contributors
@yuisofull
made their first contribution in elazarl/goproxy#573@YushiIso
made their first contribution in elazarl/goproxy#256Full Changelog: https://github.com/elazarl/goproxy/compare/v1.2...v1.2.1
v1.2: First release after a while
What's Changed
- Fixed some typos in the README.md by
@flowonyx
in elazarl/goproxy#313- Golint fixes by
@disc
in elazarl/goproxy#315- Add status text based on status code on new HTTP responses by
@jgiannuzzi
in elazarl/goproxy#303- Add go.mod to make project Go modules compatible by
@hmarr
in elazarl/goproxy#331- Added logger interface to allow usage of custom loggers by
@mbilski
in elazarl/goproxy#323- Pluggable certificate storage (following on from #284) by
@hmarr
in elazarl/goproxy#332- Update README.md by
@lived-tw
in elazarl/goproxy#337- Update return response example to follow current API by
@y-yagi
in elazarl/goproxy#347- Add support for signing with ecdsa keys by
@johnerikhalse
in elazarl/goproxy#340- Issue: #345 - fixes resp == nil: by
@azak-azkaran
in elazarl/goproxy#348- set RemoteAddr to CONNECT request on trasparent example by
@odg0318
in elazarl/goproxy#354- Random cert serial by
@dmjones
in elazarl/goproxy#355- WebSocket Support (cherry-picked from coreos/goproxy) by
@skoot
in elazarl/goproxy#360- improvement: more general support for half-closable connections by
@onokonem
in elazarl/goproxy#369- Make project pass
go vet
. by@bartle-stripe
in elazarl/goproxy#370- Export ProxyHttpServer by
@kimor79
in elazarl/goproxy#371- Update references to now-exported Proxy by
@kimor79
in elazarl/goproxy#373- Fix
proxy
typo compile error by@baislsl
in elazarl/goproxy#378- Don't return http 200 for ConnectHijack actions by
@riraccuia
in elazarl/goproxy#377- Add StatusCodeIs response condition by
@n-i-x
in elazarl/goproxy#380- Forgot that this isn't a library like it was in my fork by
@n-i-x
in elazarl/goproxy#382- Enable github actions ci by
@hoozecn
in elazarl/goproxy#383
... (truncated)