yosoy

yosoy is an HTTP service for stubbing and prototyping distributed applications.

APACHE-2.0 License

Stars
11
Committers
2

Bot releases are hidden (Show)

yosoy - v3.0.1 Latest Release

Published by lukaszbudnik 11 months ago

What's Changed

Full Changelog: https://github.com/lukaszbudnik/yosoy/compare/v3.0.0...v3.0.1

yosoy - v3.0.0

Published by lukaszbudnik 11 months ago

What's Changed

Full Changelog: https://github.com/lukaszbudnik/yosoy/compare/v2.2.0...v3.0.0

yosoy - v2.2.0

Published by lukaszbudnik almost 2 years ago

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: https://github.com/lukaszbudnik/yosoy/compare/v2.1.0...v2.2.0

yosoy - v2.1.0

Published by lukaszbudnik about 2 years ago

v2.1.0 is a maintenance release and contains the following changes:

  • updated alpine to 3.16.2
  • stretchr/testify to 1.8.0
yosoy - v2.0.3

Published by lukaszbudnik about 3 years ago

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
yosoy - v2.0.2

Published by lukaszbudnik about 3 years ago

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

  • docker images
  • go lang
yosoy - v2.0.1

Published by lukaszbudnik over 3 years ago

v2.0.1 contains the following changes:

  • CORS support
yosoy - v2.0.0

Published by lukaszbudnik over 3 years ago

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
yosoy - v1.0.1

Published by lukaszbudnik over 3 years ago

v1.0.1 contains the following changes:

  • implemented sorting headers
  • added ignoring (404) /favicon.ico requests
yosoy - v1.0.0

Published by lukaszbudnik over 3 years ago

Initial v1.0.0 version.

Supports:

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