Releases: CodeShellDev/secured-signal-api
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! 👋
v1.1.5 Release
Hey there!
v1.1.5 is here with a (single-feature) small QoL update
What's changed?
- Added
API_TOKENS - Now possible to add multiple Tokens to
API_TOKEN(s) - General Rework of
env.go(and others) - Updated go to the newest version (including packages)
PRs
- Update Dev by @CodeShellDev in #16
- Update Main by @CodeShellDev in #17
- Update Main by @CodeShellDev in #18
- Update Main by @CodeShellDev in #19
- Update Dev by @CodeShellDev in #20
- Update Main by @CodeShellDev in #21
- Update Main by @CodeShellDev in #22
Full Changelog: v1.1.4...v1.1.5
v1.1.4 Really really Minor Change
What's Changed
- Update Dev by @CodeShellDev in #14
- Changed Error Code for Blocked Endpoints by @CodeShellDev in #15
Full Changelog: v1.1.3...v1.1.4
v1.1.3 Minor Change
What's Changed
Renamed DEFAULT_RECIPIENTS to RECIPIENTS and SENDER to NUMBER in ENV.
Full Changelog: v1.1.2...v1.1.3
v1.1.2 Bug fixes & Minor Improvements
What's changed?
Read PR #13
PR's
- Update Main by @CodeShellDev in #13
Full Changelog: v1.1.1...v1.1.2
v1.1.1 Minor Bugfix
What's Changed
- Fixed json injection with
RECIPIENTSTemplate - Fixed an issue where a phone number
?@number=+467, would get decoded resulting innumber= 467
PRs
- Update README in Main by @CodeShellDev in #10
- Update Dev by @CodeShellDev in #11
- Update Main Branch by @CodeShellDev in #12
Full Changelog: v1.1.0...v1.1.1
v1.1.0 Release
General
Went from Python to Go in favor of Performance and overall QoL.
Added Query KeyValue Pair Injection.
Improved Logs and added Handlers for Edgecases with Environment Variables.
What's Changed
- Update Dev by @CodeShellDev in #5
- Update Dev by @CodeShellDev in #6
- Update Dev for Go Testing by @CodeShellDev in #7
- Update Main Branch for Release by @CodeShellDev in #8
Full Changelog: v1.0.4...v1.1.0
New Build will follow shortly
v1.0.4 Minor QoL
What's Changed
- Update Dev by @CodeShellDev in #3
- Merge pull request #3 from CodeShellDev/main by @CodeShellDev in #4
Full Changelog: v1.0.3...v1.0.4
v1.0.3 Query Auth
Added Query Auth method using ?authorization=TOKEN in the url.
Full Changelog: v1.0.2...v1.0.3
v1.0.2 Hotfix
Full Changelog: v1.0.1...v1.0.2