Skip to content

Releases: CodeShellDev/secured-signal-api

v1.4.2 Bugfix & Improvements

08 Nov 12:02

Choose a tag to compare

Hello everyone📣,
back again with a small bugfix 🐞 and improvements ⬆️ release.

What's Changed

  • can now use dictonaries and arrays for field policies
  • improved body serialisation
  • restructured logger and improved DevEx
  • fixed mutation in VARIABLES

Integrations

  • new Gitea integration (See Docs)
  • new Authentik integration (See Docs)

PRs

Full Changelog: v1.4.1...v1.4.2

CodeShell out👋

v1.4.1 Hotfix

02 Nov 13:52
8b276c6

Choose a tag to compare

Hello everyone 📣,
Just a quick hotfix, nothing special…

What‘s Changed

  • Added glob-like matching for endpoints. (See Docs).
  • Fixed pretty old bug with BasicAuth (token wasn‘t being used for token configs)
  • Removed /v1/about from blocklist

Breaking Changes

Endpoints are no longer matched by checking if the requested endpoint starts with one of the configured ones,
instead you must use glob-like patterns for more complicated setups. (See Docs)

PRs

Full Changelog: v1.4.0...v1.4.1

CodeShell out 👋

v1.4.0 Release

01 Nov 15:26
b09fbc1

Choose a tag to compare

Hey there 📣,

I know it has been a few weeks, but here I am back with another exciting 🤩 Release: v1.4.0

💡 What's Changed

This release brings ONE single feature, an important one might I add: Field Policies

Field Policies help you block certain values from being used with your configs,
this can be useful when you want to allow only one number for a given token and block any request using a different number.

Read more...

And of course some bugfixes.

🚨 Breaking Changes

There have been quite a few naming / config changes, before updating you must update your configs:

Data Alias Rename

dataAliases have been renamed to fieldMappings. (details)

Access

endpoints and Field Policies have been moved into settings.access.

Message

fieldMappings, variables and messageTemplates are now located under settings.message

Endpoint Merge

blockedEndpoints and allowedEndpoints have been merged,
use ! for blocking (remember to quote "" endpoints, details)

📖 Documentation

We also finally have an Official Documentation #86,
where we will be adding Integrations and more detailed instructions.

⚙️ PRs

New Contributors

  • @github-actions[bot] made their first contribution in #82

Full Changelog: v1.3.2...v1.4.0

CodeShell out 👋

v1.3.2 Advanced Templating

21 Sep 12:11

Choose a tag to compare

Greetings everyone, v1.3.2 is here with a hell 🔥 of a Templating Update...

What's Changed

Improved Templating:

  • allow for using Headers as Variables with #
  • added logic to remove possible collision between Header, Variable and Body Variables
  • reworked data templating: now using Recursive Value Templating instead of json string
  • fixed issues regarding advanced go templates (See Documentation, issue #61)
  • updated regex' due to new changes

PR

Full Changelog: v1.3.1...v1.3.2

Alternate Description: v1.3.2 is here with the end of a Development Nightmare🤣

CodeShell out👋

v1.3.1 Hotfix

20 Sep 21:38
0681ca6

Choose a tag to compare

Fixed #64

Full Changelog: v1.3.0...v1.3.1

v1.3.0 QoL Features

20 Sep 13:01
d5154ab

Choose a tag to compare

Hey there, here again for a new quite big Release...🥳

What's Changed

This time we do have quite some handy new QoL Features, like:

  • Message Templates #47
  • Data Aliases (included in #53)
  • Serve favicon #45

Docs

  • added Nginx to Docs #52

PRs

Full Changelog: v1.2.2...v1.3.0

CodeShell out 👋

v1.2.2 Release

16 Sep 16:50

Choose a tag to compare

Hello everyone, new Release is here...

What's Changed

  • added settings to config.yml
  • updated modules
  • clenup in files

Breaking Changes

variables, messageAliases, blockedEndpoints and addedEndpoints will now be set under settings.
Please update your config to apply to the new change!

PRs

Full Changelog: v1.2.1...v1.2.2

CodeShell out👋

v1.2.1 Allowed Endpoints

14 Sep 17:36

Choose a tag to compare

Back again with a new small Feature Update... 😁

What's Changed

Added allowedEndpoints setting, to be able to...

  • block all and allow specific
  • allow all and block specific

PRs

Full Changelog: v1.2.0...v1.2.1

CodeShell out👋

v1.2.0 Config Update

14 Sep 10:38

Choose a tag to compare

Hey there, back again, this time with a big Update 🥳

What's Changed

  • added configs (config.yml + token configs) #25 #24
  • fixed json templating
  • README Update

Configs

There are now multiple ways to configure Secured Signal API:

  • with the Environment
  • with config.yml
  • override settings with token configs

Token Configs

You can now override BlockedEndpoints Variables and Aliases for each individual Token, these go into seperate files.
See Documentation

PRs

Full Changelog: v1.1.7...v1.2.0

CodeShell out👋

v1.1.7 Bugfixes & QoL Feature

07 Sep 16:30

Choose a tag to compare

Yet another Release, let's keep this rolling...

What's Changed

This time with some new features... 🥁

  • Added Multi-Level Message Aliases. See Documentation. (#32)
  • Added go tests for stability during development and testing
  • Improved and reworked templating (especially for json templating)
  • Improved Query handling to be able to handle Arrays (#34)
  • Renamed Priority to Score in Message Aliases

Breaking Changes

Please update your Message Aliases to include score instead of priority as of the recent naming change.

PRs

Full Changelog: v1.1.6...v1.1.7

CodeShell out 👋