Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@EuropaServ EuropaServ released this 19 Oct 20:52
· 5 commits to main since this release
v0.1.4
5102837

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: add debugLogs property to show additional information
  • feat: add agentDeny 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: add agentAllow 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


🔧 Changes


✏️ Docs