Release Info
Item | Value |
---|---|
🕟 Stamp | v0.1.3-2024-10-19T08:56:28.000Z 🔺 v0.1.4-2024-10-19T20:52:52.000Z |
📅 Last Release | 0 days ago |
What's New
This release contains the following changes:
feat
: adddebugLogs
property to show additional informationfeat
: addagentDeny
property to block certain useragents from accessing your routes- This is stacked on top of the Bearer or Authorization token
- If a user has the correct token, but is using a banned useragent, they will be denied
feat
: addagentAllow
property to allow certain useragents access to your routes- This is stacked on top of the Bearer or Authorization token
- If a user has the correct token, but is not listed in
agentAllow
, they will be denied
change
: json response now shows the following info about a user:- ip address
- host
- path
- require url
- useragent
- date / time
Statistics
How the files have changed:
- Changed files : 2
- Changes : 510
- Commits : 12
- Additions : 386
- Deletions : 124
- PRs (categorized) : 12
- PRs (uncategorized) : 0
- PRs (open) : 0
Pull Requests
This release is associated with the following pull requests:
🚀 Features
- add useragent blacklist : 3645442 @Aetherinox
- add property debugLogs : f745194 @Aetherinox
🔧 Changes
- json response now shows useragent, ip, other info : 2c927d2 @Aetherinox
- update error messages : 18cfec4 @Aetherinox
- add property agentAllow : 7f8ff9f @Aetherinox
✏️ Docs
- (readme) modify header description : ab6748a @Aetherinox
- (readme) update title : 9eedd0e @Aetherinox
- (readme) add updated examples : 6a1344f @Aetherinox
- (readme) add new properties : 4ae6fbb @Aetherinox
- (readme) update examples : 18be432 @Aetherinox
- (readme) add example for regexDeny : 56436f8 @Aetherinox
- (readme) update : 5102837 @Aetherinox