You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New endpoint getIPRecentRequests to retrieve recent requests for a given IP address, enabling faster investigation and timeline views.
UI: Mini-Chart Layout Enhancements
Improved mini-chart styles for better spacing and responsiveness in dashboards and detail pages.
Technical Details
getIPRecentRequests returns a compact list of recent request timestamps, paths, and status codes for an IP.
ipDetails page updated to consume the new endpoint and show recent activity inline.
Mini-chart CSS tweaks improve layout across narrow and wide panels and reduce overlap with labels.
Migration
No breaking changes. Update frontends that call ipDetails to use the new getIPRecentRequests response shape if you want the enhanced recent-requests view.
Note on browser cache
Changes to the user interface may not be immediately visible due to your browser cache. If you don't see the changes right away, clear your browser cache or perform a hard refresh to load the new resources.
Feedback
We welcome feedback and contributions. If you find issues with the new API or UI changes, please open an issue on GitHub.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's New
API:
getIPRecentRequestsgetIPRecentRequeststo retrieve recent requests for a given IP address, enabling faster investigation and timeline views.UI: Mini-Chart Layout Enhancements
Technical Details
getIPRecentRequestsreturns a compact list of recent request timestamps, paths, and status codes for an IP.ipDetailspage updated to consume the new endpoint and show recent activity inline.Migration
ipDetailsto use the newgetIPRecentRequestsresponse shape if you want the enhanced recent-requests view.Note on browser cache
Changes to the user interface may not be immediately visible due to your browser cache. If you don't see the changes right away, clear your browser cache or perform a hard refresh to load the new resources.
Feedback
We welcome feedback and contributions. If you find issues with the new API or UI changes, please open an issue on GitHub.
What's Changed
getIPRecentRequestsmethod and fixipDetailspage by @K0lin in Add getIPRecentRequests method to API, fix page ipDetails #55Full Changelog: v1.0.7...v1.0.8
This discussion was created from the release v1.0.8.
Beta Was this translation helpful? Give feedback.
All reactions