Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@laurynas laurynas released this 20 Aug 16:47
83010d5

Added

  • detect_batch method for batch detections
  • Proxy support

Changed

  • Switched to v3 API which uses updated language detection model
  • ⚠️ detect method result fields are language and score

Deprecated

  • Calling detect() with list argument. Use detect_batch instead.
  • simple_detect() - Use detect_code() instead. Will be removed in a future version.
  • user_status() - Use account_status() instead. Will be removed in a future version.

Removed

  • Secure mode configuration. HTTPS is used by default.

Full Changelog: v1.5.0...v2.0.0