Skip to content

Releases: lukaszbudnik/yosoy

v3.0.1

17 Nov 06:06
906be51
Compare
Choose a tag to compare

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

15 Nov 19:22
bfb0a19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0

08 Jan 19:47
48cb758
Compare
Choose a tag to compare

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

07 Oct 20:59
27d54a6
Compare
Choose a tag to compare

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

24 Aug 19:30
afd2708
Compare
Choose a tag to compare

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

20 Aug 13:04
54942ad
Compare
Choose a tag to compare

v2.0.2 is a maintenance release and contains the following updates:

  • docker images
  • go lang

v2.0.1

16 Feb 12:04
f8fab8d
Compare
Choose a tag to compare

v2.0.1 contains the following changes:

  • CORS support

v2.0.0

04 Feb 07:21
67a63bc
Compare
Choose a tag to compare

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

03 Feb 05:40
b013a03
Compare
Choose a tag to compare

v1.0.1 contains the following changes:

  • implemented sorting headers
  • added ignoring (404) /favicon.ico requests

v1.0.0

01 Feb 10:02
Compare
Choose a tag to compare

Initial v1.0.0 version.

Supports:

  • printing basic HTTP request information
  • printing HTTP headers
  • printing env variables
  • printing local files
  • request counter