- Merge pull request #93 from rapidpro/dependabot/pip/black-24.3.0
- Merge pull request #94 from rapidpro/dependabot/pip/certifi-2023.7.22
- Merge pull request #95 from rapidpro/dependabot/pip/urllib3-2.0.7
- Merge pull request #96 from rapidpro/dependabot/pip/idna-3.7
- Merge pull request #97 from rapidpro/dependabot/pip/requests-2.31.0
- Bump requests from 2.30.0 to 2.31.0
- Bump idna from 3.4 to 3.7
- Bump urllib3 from 2.0.2 to 2.0.7
- Bump certifi from 2023.5.7 to 2023.7.22
- Bump black from 22.12.0 to 24.3.0
- Merge pull request #92 from rapidpro/def-export
- Add back get definitions
- Remove get_channel_events and get_definitions
- Replace deprecated pkg_resources
- Remove use of pytz
- Merge pull request #87 from rapidpro/fields-api
- Fields API for create and update
- Merge pull request #88 from rapidpro/transformers
- Allow client to be created with a transformer function
- Add message.flow
- Add create_message
- 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 (#68)
- Use flow_start.params instead of .extra (#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 (#58)
- Fix archives test data, period values
- Add support for the new archives endpoint (#56)
- Update campaign events to latest RapidPro changes (#52)
- Update campaigns to include archived field (#51)
- Support flow minor versions (#50)
- Add uuid field to flow starts (#49)
- Add verify_ssl arg to client constructor which controls SSL verification (#47)
- Fix to allow get_boundaries to specify the geometry parameter
- Add active run count to flow objects
- Start testing on Python 3.6