Skip to content

Releases: WURFL/wurfl-microservice-client-python

WURFL Microservice 2.3.1 - Python

28 Oct 15:41
91b90fb
Compare
Choose a tag to compare
  • End of Python 2 support
  • Modified project to newest Python standard (using toml file instead setup.py)
  • Deprecated set_requested_capabilities() method

WURFL Microservice 2.2.0 - Python

27 Oct 11:53
f5a2554
Compare
Choose a tag to compare

This version introduces backward compatibility with Python 2.7 by replacing these libraries:

  • pywurfl (replaced by urrllib3)

  • @lru_cache (replaced by pylru)

  • Added functions for cache handling:

    • set_cache_size
    • clear_caches
    • clear_cache_if_needed
    • get_actual_cache_size

WURFL Microservice 2.1.0 - Python

14 Sep 09:44
53edd76
Compare
Choose a tag to compare
  • added function lookup_headers(self, headers)
  • added unit tests

WURFL Microservice 2.0.0 - Python

11 Jun 16:10
0cbafdf
Compare
Choose a tag to compare

2.0.0

  • First version of the Python client:
    • lookup_useragent
    • lookup_request (uses requests library Request object)
    • lookup_device_id
    • enumerator methods (all device OSes, all device makers, all version for OS, all models for brand)
    • get_info method
    • set_requested_capabilites filter methods
    • has_capability method