Skip to content

Releases: transifex/transifex-python

3.0.0

14 Jun 08:06
7162164

Choose a tag to compare

API SDK:

  • Add missing Resource classes (#71 #76)
  • Add UploadMixin class to handle file uploads across resource types (#76 )
  • Drop Python 2 support (#76 )

Release: 2.1.0

10 Jan 12:23
4e5e480

Choose a tag to compare

Merged Pull Requests:
#68 : Add support for fetching all languages

Release: 2.0.0

14 Dec 12:23
22d6994

Choose a tag to compare

Breaking changes!

Starting 2.x.x the SDK will generate source based (instead of hash based keys) by default.
Please read the migration guide on how to upgrade or maintain backwards compatibility in your phrases.

Merged Pull Requests:
#65 : Αdd support for source based keys
#66 : Add docs on 2.x.x migration

Release: 0.8.0

12 Jul 11:09
632a7d9

Choose a tag to compare

Merged Pull Requests:
#59 : Support custom keys in Python & Django

Release: 0.7.0

17 Jun 12:33
304856f

Choose a tag to compare

Merged Pull Requests:
#57 : Support Django 2 & 3

Migrations altered:
*transifex/native/django/tools/migrations/templatetags.py

Release: 0.6.0

14 Jun 10:47
483c324

Choose a tag to compare

Merged Pull Requests:
#54 : Support translation rendering in source language

0.5.1

11 Jun 09:37
614316d

Choose a tag to compare

  • Extract params from both the source string and the translation (django t-tag) #53

0.5.0

11 Jun 08:21
de084eb

Choose a tag to compare

  • Custom cache classes #51
  • Performance improvement for django's t-tag #52

0.4.0 Release

27 May 13:04
28446a5

Choose a tag to compare

Major changes

  • Add command to invalidate the CDS #47
  • Update push command with more options #50
    • Filter by tags
    • Append custom tags
    • Verbose output
    • Dry run to not push to CDS

0.3.3 Release

29 Jan 13:22
2a43663

Choose a tag to compare

Major changes

  • Refactor key generation algorithm
  • Add retry logic on CDS

Minor improvements/fixes

  • Fix UT issue, which was escaping content while it shouldn't
  • Migrate from Travis-CI to GitHub Actions for CI/CD
  • Update documentation