Skip to content

Releases: snowplow-referer-parser/referer-parser

2023-03-15-203816

15 Mar 20:38
Compare
Choose a tag to compare

Release June 2017 (2017-06-12)

12 Jun 18:50
Compare
Choose a tag to compare

Rebooting the project around the core database, merging the last two years' worth of database PRs

Documentation

  • Correct authors in README (#148)
  • Add new section about hosted database (#150)

Database

  • Add preliminary list of paid sources
  • Add some ANZ's largest ISPs' web mail domains and search engine domains (Dodo, Telstra, Optus, 2degrees, iiNet, Virgin, Vodafone etc)
  • Add various other search engines (SosoDesk - unrelated to Soso)
  • Add Ukrainian search providers ukr.net and i.ua
  • Add belarusian search provider tut.by
  • Add kununu
  • Add outlook.live.com to list of Outlook.com email referrers
  • Add t.umblr domain to Tumblr
  • Merge Chinese Soso search engine under Sogou
  • Fix for ITU as it was incorrectly indented
  • Remove duplicated domains e.g. Comcast
  • Move Taboola and Outbrain from "unknown" section to paid sources
  • Move some domains into alphabetical order

Java-Scala version 0.3.0

02 Sep 21:39
Compare
Choose a tag to compare

New referers and updated Vagrant support

  • Added Taboola, Outbrain and other referers, thanks @sambhavsharma! (#109)
  • Updated vagrant up to work with latest Peru version (#110)
  • Removed duplicate google.com.kh/imgres entry (#111)

PHP version 0.1.0

13 Mar 18:58
Compare
Choose a tag to compare

Official release of PHP version 0.1.0. Database of referers is up-to-date.

Java-Scala version 0.2.3

01 Feb 21:44
Compare
Choose a tag to compare

New Turkish traffic sources and Vagrant support.

  • Added dedicated Vagrant setup (#92)
  • Added Turkish popular traffic provider platforms, thanks @cagataygurturk!
  • Now building referer-parser against Java 6, not 7 (#84)

Ruby version 0.3.0

03 Sep 13:27
Compare
Choose a tag to compare

Complete rewrite by Kelley Reynolds, the new maintainer.

Java-Scala version 0.2.2

23 Jul 17:57
Compare
Choose a tag to compare

Fixing a blocker where referer parser would no longer run on Hadoop (due to the dependency on a newer version of httpclient than Hadoop supports).

  • Java referer-parser doesn't work on Hadoop (#76)

Java-Scala version 0.2.1

16 Jul 11:45
Compare
Choose a tag to compare

Fixed publishing for Scala.

  • Updated build process for local Maven publishing (#72)
  • Bumped SBT to 0.13.2 (#73)
  • Added support for Scala 2.10.4 and 2.11.1 (#75)

Java-Scala version 0.2.0

02 Jul 12:51
Compare
Choose a tag to compare

Added in ability to configure internal domains and updated test suite to use the JSON file of tests.

  • Added configurable list of domains which should count as "internal" (#18)
  • Made tests JSON-driven (#4)
  • Changed URI parsing to use java.net.URL, thanks @squeed! (#55)
  • Added CHANGELOG (#68)