Skip to content

v1.29.0

Latest

Choose a tag to compare

@JanEbbing JanEbbing released this 30 Mar 09:50
· 4 commits to main since this release
v1.29.0
65fc7e2

Added

  • Added new language constants from January 2026 API release of 81 new languages.
  • Added support for style rules CRUD endpoints in the DeepLClient class:
    create_style_rule(), get_style_rule(), update_style_rule_name(),
    update_style_rule_configured_rules(), and delete_style_rule().
  • Added support for style rule custom instruction CRUD endpoints in the
    DeepLClient class: create_style_rule_custom_instruction(),
    get_style_rule_custom_instruction(),
    update_style_rule_custom_instruction(), and
    delete_style_rule_custom_instruction().
    Please refer to the README for usage instructions.

Changed

  • Updated formality tests to accept either formal or informal output when using default formality,
    since the default formality is automatic.