Skip to content

Latest commit

 

History

History
94 lines (72 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

94 lines (72 loc) · 2.3 KB

v2.9.0 (2023-01-17)

  • Update API fields
  • Update deps, add ruff, black and isort tools

v2.8.5

  • Bump urllib3 from 1.26.4 to 1.26.5

v2.8.4

  • Add paths parameter to get_runs

v2.8.3

  • Add support for reverse ordering to contacts and runs

v2.8.2

  • Update deps
  • Add exclude_active param to create_flow_start

v2.8.1

  • Switch to new release system

2.8.0 (2020-08-28)

  • Update name of action for archiving messages

2.7.1 (2020-07-22)

  • Add UUID field to Org

2.7 (2020-02-19)

  • Drop support for API v1
  • Add support for globals and classifiers (rapidpro#68)
  • Use flow_start.params instead of .extra (rapidpro#69)

2.6.1 (2019-05-28)

  • Make Flow.FlowResult.node_uuids optional

2.6 (2019-05-28)

  • Add support to use flow results metadata

2.5.1 (2018-02-05)

  • Make broadcast.status optional

2.5 (2019-02-04)

  • Remove support for python 2

2.4 (2018-05-24)

  • Add input and name on run result (rapidpro#58)
  • Fix archives test data, period values

2.3 (2018-05-24)

  • Add support for the new archives endpoint (rapidpro#56)

2.2 (2017-11-13)

  • Update campaign events to latest RapidPro changes (rapidpro#52)

2.1.10 (2017-11-08)

  • Update campaigns to include archived field (rapidpro#51)

2.1.9 (2017-10-25)

2.1.8 (2017-06-26)

2.1.7 (2017-03-31)

  • Add verify_ssl arg to client constructor which controls SSL verification (rapidpro#47)

2.1.6 (2017-03-02)

  • Fix to allow get_boundaries to specify the geometry parameter

2.1.5 (2017-02-06)

  • Add active run count to flow objects
  • Start testing on Python 3.6