Skip to content

AgentZero v1.3.0

Compare
Choose a tag to compare
@hexydec hexydec released this 01 Oct 08:56
· 5 commits to main since this release

This release improves normalisation of crawler names to enable analytics to be more consistent:

  • Agent strings are now normalised to remove surrounding quotes and extra whitespace in agentzero::parse()
  • Reworked how crawler names are parsed to make them more consistent in crawlers::normaliseAppname()
  • Added libwww-perl as a framework
  • Added lots of new crawlers
  • Fixed performance issue in crawlers::get() where a count() call was in a loop
  • Added and updated tests
  • Updated dependencies
  • Fixed some PHPStan recommendations