Releases: edgarrmondragon/citric
Releases · edgarrmondragon/citric
0.7.0
0.7.0 - 2023-03-31
Added
- #492 Implement
cpd_importParticipants
in client
Fixed
- #774 Remove direct dependency on
typing-extensions
0.6.0
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
0.5.0 - 2023-03-13
Added
- #748 Support custom JSON encoders
- #745 Annotate some responses with
TypedDict
0.4.5
0.4.5 - 2023-03-03
Fixed
- #732 Improve error message when RPC response is not valid JSON
0.4.4
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
0.4.3 - 2023-01-18
Fixed
- #659 Use a correct UTC datetime as the default end value in
export_timeline
0.4.2
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
0.4.1 - 2022-12-10
Fixed
- #634 Pass
attributes
to activate_tokens
RPC call
0.4.0
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
0.3.0 - 2022-07-24
Added
- #498 Implement
get_fieldmap
in client