Skip to content

Releases: ssut/py-googletrans

v4.0.0

13 Dec 14:35
52229c2
Compare
Choose a tag to compare

This release introduces the long-awaited v4.0.0 release of py-googletrans. After years of feedback and community contributions, this update brings significant changes to improve stability, usability, and maintainability over v3.

Highlights

  • Resolved Most Reported Issues: addresses and resolves longstanding problems.
  • Async-only API: Transitioned to a modern asynchronous API to improve scalability and better align with current Python development practices.
  • Complete Type Annotations: Introduced full type hints to make the library easier to use with modern IDEs.
  • Modernized Codebase: Refactored the entire codebase for maintainability and to follow modern de-facto Python standards.

Breaking Changes

  • API Transition to Async: All synchronous APIs have been removed. If you’re upgrading, ensure your code is updated to use async functions.

This release will be on PyPi in very near future.

Py-GoogleTrans 1.2

17 Jul 15:29
Compare
Choose a tag to compare

This release of py-googletrans includes following updates:

  • 29819f7: Add languages, and print exception with details
  • #1: FIx unicode error in the CLI result
  • #2: Prevent invalid language codes being passed to the translate function, and add a converter that substitutes for special cases