- Update API fields
- Update deps, add ruff, black and isort tools
- Bump urllib3 from 1.26.4 to 1.26.5
- Add paths parameter to get_runs
- Add support for reverse ordering to contacts and runs
- Update deps
- Add exclude_active param to create_flow_start
- Switch to new release system
- Update name of action for archiving messages
- Add UUID field to Org
- Drop support for API v1
- Add support for globals and classifiers (rapidpro#68)
- Use flow_start.params instead of .extra (rapidpro#69)
- Make Flow.FlowResult.node_uuids optional
- Add support to use flow results metadata
- Make broadcast.status optional
- Remove support for python 2
- Add input and name on run result (rapidpro#58)
- Fix archives test data, period values
- Add support for the new archives endpoint (rapidpro#56)
- Update campaign events to latest RapidPro changes (rapidpro#52)
- Update campaigns to include archived field (rapidpro#51)
- Support flow minor versions (rapidpro#50)
- Add uuid field to flow starts (rapidpro#49)
- Add verify_ssl arg to client constructor which controls SSL verification (rapidpro#47)
- Fix to allow get_boundaries to specify the geometry parameter
- Add active run count to flow objects
- Start testing on Python 3.6