Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 688 Bytes

File metadata and controls

31 lines (20 loc) · 688 Bytes

BrowserSense ChangeLog

[1.1.0] - <2025-12-21 Sun>

  • Store more information. The following fields are now appended to the lines generated by BrowserSense:
    • ip
    • browser.version
    • platform.version,
    • browser.bot?
    • browser.bot&.name
    • browser.bot&.search_engine?
  • Use CSV to ensure the log line is properly parsable as a CSV string
  • Add the following two methods: BrowserSenseParser.match? and BrowserSenseParser.parse

[1.0.1] - <2025-09-30 Tue>

  • Fixes documentation

[1.0.0] - <2025-08-31 Sun>

  • First public release
  • Changes and improvements to the documenation for public release

[0.1.0] - <2022-11-23 Wed>

  • Initial release (private)