Skip to content

Releases: transifex/transifex-python

3.5.0

10 Nov 09:11
82ac996
Compare
Choose a tag to compare

What's Changed

  • Update deps for Python 3.12 compatibility by @nbasili in #113
  • Update vendored Versioneer from 0.18 to 0.29 by @m-aciek in #112
  • Add Django 4.2, Python 3.12 build targets by @nbasili in #114

New Contributors

Full Changelog: 3.4.0...3.5.0

3.4.0

05 Jul 13:36
c272bc3
Compare
Choose a tag to compare

What's Changed

  • (jsonapi) Fix mutability issue with collections in #104
  • Add support for CDS override_occurrences flag in #108

Full Changelog: 3.3.0...3.4.0

3.3.0

21 Mar 09:02
60cd3a3
Compare
Choose a tag to compare

What's Changed

  • Delete translations, replace tags when pushing content in #103

Full Changelog: 3.2.0...3.3.0

3.2.0

28 Feb 13:04
056df76
Compare
Choose a tag to compare

What's Changed

  • Native SDK: Add support for Django 4.x in #102

Full Changelog: 3.1.2...3.2.0

3.1.2

15 Feb 10:01
3da588c
Compare
Choose a tag to compare

What's Changed

  • Native Python SDK: Handle exception in AST parsing in #101

Full Changelog: 3.1.1...3.1.2

3.1.1

10 Feb 11:28
3953fb3
Compare
Choose a tag to compare

What's Changed

  • Refactor transifex.api's exceptions for down/uploads by @kbairak in #99

Full Changelog: 3.1.0...3.1.1

3.1.0

12 Jan 10:23
5fd1f97
Compare
Choose a tag to compare

What's Changed

  • Native: Append tags during parsing in #96
  • Native: Add tags & status filter on CDSHandler in #95
  • api/jsonapi/resources: Preserve self.id when reload() sees a redirect by @besfahbod in #94
  • api/jsonapi: Add .limit() to Resource/Collection by @besfahbod in #93

New Contributors

Full Changelog: 3.0.3...3.1.0

3.0.3

17 Nov 14:13
103b6ac
Compare
Choose a tag to compare

What's Changed

  • Add CodeQL analysis in #82
  • Add OAuthAuthentication class to setup the SDK in #83
  • Add Resource class for /unique_identifiers in #84
  • Refactor API SDK exceptions in #85
  • Add response object to JsonApiExceptions in #86
  • Fix lazyt escaping, exclude tests from package in #91

Full Changelog: 3.0.2...3.0.3

3.0.2

17 Nov 14:08
9f1e357
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

20 Jun 10:04
286375a
Compare
Choose a tag to compare

API SDK