Skip to content

Releases: CodeShellDev/secured-signal-api

v1.1.6 Release

06 Sep 18:30

Choose a tag to compare

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! 👋

v1.1.5 Release

24 Aug 16:25
3450d3f

Choose a tag to compare

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

Full Changelog: v1.1.4...v1.1.5

v1.1.4 Really really Minor Change

29 Jul 10:11
f074a7d

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3 Minor Change

15 Jul 18:32

Choose a tag to compare

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

10 Jul 09:59
8bbcf9a

Choose a tag to compare

What's changed?

Read PR #13

PR's

Full Changelog: v1.1.1...v1.1.2

v1.1.1 Minor Bugfix

09 Jul 17:15
f57a5c2

Choose a tag to compare

What's Changed

  • Fixed json injection with RECIPIENTS Template
  • Fixed an issue where a phone number ?@number=+467, would get decoded resulting in number= 467

PRs

Full Changelog: v1.1.0...v1.1.1

v1.1.0 Release

28 Jun 16:43
da01858

Choose a tag to compare

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

Full Changelog: v1.0.4...v1.1.0

New Build will follow shortly

v1.0.4 Minor QoL

24 Jun 19:05

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3 Query Auth

19 Jun 22:04

Choose a tag to compare

Added Query Auth method using ?authorization=TOKEN in the url.

Full Changelog: v1.0.2...v1.0.3

v1.0.2 Hotfix

19 Jun 21:19

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2