Skip to content

2.0.0b12

Choose a tag to compare

@Kamforka Kamforka released this 25 Jun 09:34
· 86 commits to main since this release
5fdbe64

What's Changed

Added

  • #436 - Add user.change_password method by @Kamforka in #454
  • #436 - Add user.InputUserType and user.OrganisationLink types by @Kamforka in #454
  • #437 - Implement task.list_shares, task.share and task.unshare methods by @Kamforka in #460
  • #442 - Add attachment.InputAttachment type by @Kamforka in #456
  • #440 - Add case_template.link_page_templates and case_template.find_page_templates methods by @Kamforka in #462
  • #440 - Introduce page_template endpoints and types by @Kamforka in #462
  • #440 - Introduce new project dependency of typing_extensions to be able to support the new Required/NotRequired type annotations by @Kamforka in #462

Changed

  • #436 - Update user.InputUser, user.OutputOrganisationProfile and user.InputUpdateUser types by @Kamforka in #454
  • #442 - Update attachment.OutputAttachment, observable.InputObservable and observable. InputUpdateObservable types by @Kamforka in #456
  • #457 - Organize API reference better by @Kamforka in #461
  • #440 - Change case_template.InputCaseTemplate and case_template.OutputCaseTemplate types by @Kamforka in #462

Deprecated

  • #436 - Deprecate user.lock and user.unlock methods in favour of user.update by @Kamforka in #454

Other

Full Changelog: 2.0.0b11...2.0.0b12