Skip to content

v1.1.6 Release

Choose a tag to compare

@CodeShellDev CodeShellDev released this 06 Sep 18:30
· 462 commits to main since this 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.go middleware
  • cleanup in body.go middleware
  • cleanup in query.go and request.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

Full Changelog: v1.1.5...v1.1.6

CodeShell out! 👋