Releases: lukaszbudnik/yosoy
Releases · lukaszbudnik/yosoy
v3.0.1
What's Changed
- [🚀 new feature] implemented support for custom timeout parameter for ping/reachability analyzer by @lukaszbudnik in #84
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- [🚀 new feature] implemented ping and reachability analyzer functionality by @lukaszbudnik in #83
- updated deprecated API by @lukaszbudnik in #82
- Bump golang from 1.19-alpine to 1.21-alpine by @dependabot in #77
- Bump alpine from 3.17 to 3.18 by @dependabot in #71
- numerous @dependabot automatic updates
Full Changelog: v2.2.0...v3.0.0
v2.2.0
v2.2.0 is a maintenance release and contains the following changes:
- updated go lang to 1.19
- updated alpine to 3.17
- added simple integration test to docker build github workflow
- dependabot automatic updates
Full changelog: v2.1.0...v2.2.0
v2.1.0
v2.1.0 is a maintenance release and contains the following changes:
- updated alpine to 3.16.2
- stretchr/testify to 1.8.0
v2.0.3
v2.0.3 contains a number of smaller enhancements.
The JSON response now contains additional information extracted from the original HTTP request:
- proto
- method
- schema
- url
v2.0.2
v2.0.2 is a maintenance release and contains the following updates:
- docker images
- go lang
v2.0.1
v2.0.1 contains the following changes:
- CORS support
v2.0.0
v2.0.0 contains the following changes:
- converted to go modules
- rewritten http logic to gorilla web toolkit
- changed responses to JSON rather than plain text (can be used for stubbing JavaScript apps)
- added test
- [infra] added Go GitHub Action to build tests on push/pull request
- [infra] added Docker Image GitHub Action to build image on push/pull request
v1.0.1
v1.0.1 contains the following changes:
- implemented sorting headers
- added ignoring (404) /favicon.ico requests
v1.0.0
Initial v1.0.0 version.
Supports:
- printing basic HTTP request information
- printing HTTP headers
- printing env variables
- printing local files
- request counter