Skip to content

Releases: fake-useragent/fake-useragent

Release v1.5.1 📦

16 Mar 14:26
0e4edb8
Compare
Choose a tag to compare

Fix: Remove trailing spaces in user agent strings

What's Changed

Full Changelog: 1.5.0...1.5.1

Release v1.5.0 📦

08 Mar 22:58
099420c
Compare
Choose a tag to compare

Most important change: The user-agent database has been updated with a more recent list of user agents. It also now comes with mobile UA's, meaning a new parameter: platforms has been introduced (see README.md).

The only down-side is that this new data source didn't contain any usage data, meaning min_percentage is not useful anymore. Despite which min_percentage value you set, fake-useragent always return all data records for backwards compatibility reasons.

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

Release v1.4.0 📦

24 Nov 21:05
7a7d12d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

Release v1.3.0 📦

02 Oct 21:32
77180e6
Compare
Choose a tag to compare
  • Introducing new ua.getRandom, ua.getFirefox, ua.getChrome, ua.getSafari. And a generic method: ua.getBrowser(..) (eg. getBrowser('firefox'))
    • These new properties above allows you to retrieve the whole raw Python dictionary, instead of only the UA string.
    • These properties might return different key/values pairs in the future! So ua.random is a more stable interface.
  • Fix the os argument 'windows' to check for both win10and win7 values (previously only checking on win10), thus returning more UAs
  • Improved user-agent scraper (now also containing Safari browser again)
  • Updated browsers.json data file

Release v1.2.1 📦

02 Aug 14:04
51d49f9
Compare
Choose a tag to compare
  • Still using the new dataset of course!
  • Small improvements in the min_percentage check
  • Update all Pip package dependencies

Note: Parameter use_external_data=True and verify_ssl are removed. If you use those parameters, just remove it in your code!

Release v1.2.0 📦

02 Aug 00:01
018ebc9
Compare
Choose a tag to compare
  • Updated browser useragent data 🚀
  • Allow filters on browser, OS and usage percentage 🚀
  • Update the cache scraper to scape the new data source for user-agent strings
  • Adapted the code to work with the new JSON data format
  • Parameter use_external_data=True and verify_ssl are removed. If you use those parameters, just remove it in your code!

Release v1.1.3

20 Mar 20:34
6e01cea
Compare
Choose a tag to compare
  • Update deps

Release v1.1.2

08 Feb 17:49
81951fd
Compare
Choose a tag to compare
  • Security release update

Release v1.1.1

04 Dec 22:21
5f5d5e4
Compare
Choose a tag to compare
  • Remove white spaces from user agent strings, this is a patch release

Release v1.1.0

26 Nov 20:10
c7d0309
Compare
Choose a tag to compare
  • Add pkg_resource as fallback mechanism in trying to retrieve the local JSON data file