v1.1.6 Release
Here, have another Release...
What's Changed
This Release doesn't include any new Features 😥.
But under the hood there has been quite a few changes:
- added Logo for Secured Signal
- updated to newest go version 1.25.1
- cleanup in
template.gomiddleware - cleanup in
body.gomiddleware - cleanup in
query.goandrequest.go - moved some functions into new
utils/request.go - added graceful shutdowns
- deprecated json for RECIPIENTS and BLOCKED_ENDPOINTS (ENV)
Deprecation
RECIPIENTS and BLOCKED_ENDPOINTS will need to be comma seperated string lists in the ENV instead of json strings.
Secured Signal will exit IMMEDIATELY when getting a json string instead.
Why?
json strings add complexity and honestly are not the best option here, since we are only dealing with Arrays and not Dictionaries,
this is also the Reason for VARIABLES still needing a json string.
(will get to moving that to the new System too)
PRs
- Added Logo in README by @CodeShellDev in #26
- Update Main by @CodeShellDev in #27
- Update Dev README by @CodeShellDev in #28
- Update Main by @CodeShellDev in #29
- README update by @CodeShellDev in #30
- another README update by @CodeShellDev in #31
Full Changelog: v1.1.5...v1.1.6
CodeShell out! 👋