Releases: yesinteractive/dadjokes
Releases · yesinteractive/dadjokes
20211111
- Fixed Dockerfile
- Updated docs
- Enhanced URI support - now supports infinite URI path depths
- Enhancement: No Echo feature can enabled by ENV variable.
20210706
Updated docker build to use default ports 8100 and 8143 to allow for non-root install/usage of dadjokes docker image.
20210405
Changed default behavior to echo back incoming requests and added an `/noecho' endpoint to disable the echoing. Fixed error related to X-Forwarded-Host when echoing incoming request Changed versioning format. Added version of code in response.
1.08
updated jokes, dockerfile, readme
1.07
Added echo endpoint feature as alternative to httpbin for use in debugging api gateways or k8s setups
1.06
Trimmed new line character from punchline. Added more jokes (up over 200)
1.05
added processing time to response. updated to alpine 3.11 and new php version
1.04
Fixed error handling and added examples for kubernetes and kong for kubernetes and docker compose.
updated jokes
1.03
Merge branch 'master' of https://github.com/yesinteractive/dad-jokes_…