Skip to content

v1.4.0 Release

Choose a tag to compare

@CodeShellDev CodeShellDev released this 01 Nov 15:26
· 14 commits to main since this release
b09fbc1

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 👋