v1.4.0 Release
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.
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
- chore: update README workflow by @CodeShellDev in #77
- Update docs-deploy.yml by @CodeShellDev in #78
- Update docs-update.yml by @CodeShellDev in #79
- Automated update of README.md by @github-actions[bot] in #82 #83 #84 #85 #88 #93 #100 #113
- chore: cleanup code by @CodeShellDev in #75
- chore: restructure config by @CodeShellDev in #90
- fix: mapping middleware in chain by @CodeShellDev in #92
- feat: field policy by @CodeShellDev in #94
- chore: move config to internals by @CodeShellDev in #102
- chore: added
requestkeysmodule by @CodeShellDev in #101 - fix: normalize field policy by @CodeShellDev in #105
- fix: token configs & field policies by @CodeShellDev in #108
- fix/improve: custom
devloglevel by @CodeShellDev in #107 - feat: pretty print by @CodeShellDev in #109
- fix: pretty print by @CodeShellDev in #110
- fix: change reload func by @CodeShellDev in #111
New Contributors
- @github-actions[bot] made their first contribution in #82
Full Changelog: v1.3.2...v1.4.0
CodeShell out 👋