Skip to content

Releases: edgarrmondragon/citric

0.7.0

31 Mar 20:52
3fc7353
Compare
Choose a tag to compare

0.7.0 - 2023-03-31

Added

  • #492 Implement cpd_importParticipants in client

Fixed

  • #774 Remove direct dependency on typing-extensions

0.6.0

21 Mar 01:54
67af798
Compare
Choose a tag to compare

0.6.0 - 2023-03-21

Added

  • #295 Implement set_quota_properties in client
  • #552 Implement get_available_site_settings in client
  • #765 Use TypedDict for more precise **kwargs typing

0.5.0

13 Mar 22:21
62e4fe8
Compare
Choose a tag to compare

0.5.0 - 2023-03-13

Added

  • #748 Support custom JSON encoders
  • #745 Annotate some responses with TypedDict

0.4.5

03 Mar 02:43
d6c42cc
Compare
Choose a tag to compare

0.4.5 - 2023-03-03

Fixed

  • #732 Improve error message when RPC response is not valid JSON

0.4.4

03 Feb 20:51
8d7e11f
Compare
Choose a tag to compare

0.4.4 - 2023-02-03

Refactored

  • #683 Use pathlib.Path where possible
  • #687 Use a dedicated RPCInterfaceNotEnabledError exception when a disabled JSON Interface is detected

0.4.3

18 Jan 06:11
2e59cf8
Compare
Choose a tag to compare

0.4.3 - 2023-01-18

Fixed

  • #659 Use a correct UTC datetime as the default end value in export_timeline

0.4.2

20 Dec 01:24
368b88d
Compare
Choose a tag to compare

0.4.2 - 2022-12-20

Changed

  • #642 Remove upper bound constrain on importlib-metadata

Fixed

  • #643 Fixed a few type annotations

0.4.1

10 Dec 04:51
888b023
Compare
Choose a tag to compare

0.4.1 - 2022-12-10

Fixed

  • #634 Pass attributes to activate_tokens RPC call

0.4.0

05 Dec 22:48
fe52a30
Compare
Choose a tag to compare

Added

  • #582 Stable support for Python 3.11
  • #586 Experimental support for Python 3.12

Changed

  • #607 Use keyword-only arguments for add_participants and list_participants

Refactor

  • #626 Refactor returns of the type if: ... else: return ...

0.3.0

24 Jul 22:14
db309e1
Compare
Choose a tag to compare

0.3.0 - 2022-07-24

Added

  • #498 Implement get_fieldmap in client