All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
detect_batchmethod for batch detections
- Switched to v3 API which uses an updated language detection model
⚠️ detectmethod result fields arelanguageandscore⚠️ Proxy URL configured usingconfig.proxy- Client connection is reused. If you change configuration after the client is initialized, you need to reset client using
DetectLanguage.client = nil.
- Calling
detectwith array argument. Usedetect_batchinstead. simple_detect- Usedetect_codeinstead.user_status- Useaccount_statusinstead.configuration- Useconfiginstead.
- Secure mode configuration. HTTPS is always used.
- Ruby 1.x support