Tags: civisanalytics/civis-python
Tags
[CIVIS-12338] DEP Fix "list" versus "get" API methods; release for v2… ….8.0 (#530) * FIX 'get' vs 'list' method names for GET endpoints * TST update test_parse_params * ENH update changelog; client.users.list_me -> client.users.get_me * TST parse_method_name for legacy names or not * FIX legacy list* methods now have the correct return annotations * MAINT update changelog * VER bummp to v2.8.0 * ENH apply the official deprecated decorator to legacy list* methods * FIX return type in docstrings of legacy list* methods * MAINT update changelog * MAINT update changelog * DOC __deprecated__
[CIVIS-11076] ENH add `user_agent` kwarg to `civis.APIClient` (#521) * ENH add headers kwarg to civis.APIClient * ENH expose only user_agent at civis.APIClient * MAINT update changelog and bump version to v2.7.0 * TST update test_generate_classes_maybe_cached * MAINT update changelog
[CIVIS-10059] FIX API calls should send all items in an array query p… …arameter (#507) * FIX array params in API calls * MAINT update changelog * MAINT update civis api spec * VER bump version to 2.4.3 * MAINT update changelog * ENH check for more general __iter__ and filter dict+str
[CIVIS-10004] DOC resolve CVE-2024-56326 due to jinja2 v3.1.4 (#506) * DOC update dependencies to resolve jinja2 CVE * DOC remove the unnecessary docs/source subdirectory structure * FIX readme rst syntax * ENH update civis api spec * MAINT bump version, update changelog, drop sphinx build in circleci builds
[CIVIS-8695] ENH SQL I/O functions accept SQL parameters and arguments ( #493) * ENH civis.io* exposes params and args for client.scripts.post_sql * REF switch to sql_params_arguments * DOC update docs * MAINT update changelog * MAINT update changelog * MAINT update changelog * FIX response eq and repr; resource type hints for 'List' * VER bump to v2.3.0 and update docs * FIX real imports for static type hints * MAINT update changelog * MAINT update changelog
PreviousNext