Releases: patrickdemooij9/InboundLinkErrors
Umbraco v10 Alpha
First version for InboundLinkErrors targeting Umbraco v10
https://www.nuget.org/packages/InboundLinkErrors/3.0.0-alpha
Umbraco 9 Release
This release allows you to use InboundLinkErrors for your Umbraco 9 installation! You can still use the 1.x.x versions for your Umbraco 8 installations!
V1.0.8
A massive update for the inbound link errors package!
So, what's new?
Better processing!
I've completely rewritten how the 404 requests are handled. Instead of it instantly doing a call on the database (and just not being performant on larger websites), the processor will bundle everything of the last 5 minutes and then sent it out! This does delay the dashboard a bit, but it'll be worth it in the end
More information!
From now on, the package is also tracking any user agents and/or referrers, so that you have some more information from where the 404 requests are coming from.
Configuration!
Before, the package didn't have any configuration. You had to work with the default configuration of the system. However, with many of the new changes, being able to change them depending on your use cases is very important! We now have a configuration on whether to track user agents, referrers, and even media links! More info on how to use it is in the readme.
Cleanup!
In the old version, there was nothing for cleaning up any old 404 request information. We've had sites where we would have 100k distinct 404 information! That's a lot of data to carry around. Automatically, the system will now store the last 30 days of information. Any information older than that will get deleted. If you want to retain it for longer, then that is a configuration setting that you can change!
That's all for today. Please let me know if you have any issues or just any feedback on this release. The next update will probably be UI-related as the dashboard isn't the most user-friendly at the moment.
Take care!