Skip to content

0.8.0

Choose a tag to compare

@greenape greenape released this 06 Aug 08:43
· 8815 commits to master since this release

Added

  • FlowAPI's 'joined_spatial_aggregate' endpoint now exposes event counts. #992
  • FlowAPI's 'joined_spatial_aggregate' endpoint now exposes top-up amount. #967
  • FlowAPI's 'joined_spatial_aggregate' endpoint now exposes nocturnal events. #1025
  • FlowAPI's 'joined_spatial_aggregate' endpoint now exposes top-up balance. #968
  • FlowAPI's 'joined_spatial_aggregate' endpoint now exposes displacement. #1010
  • FlowAPI's 'joined_spatial_aggregate' endpoint now exposes pareto interactions. #1012
  • FlowETL now supports ingesting from a postgres table in addition to CSV files. #1027
  • FLOWETL_RUNTIME_CONFIG environment variable added to control which DAG definitions the FlowETL integration tests should use (valid values: "testing", "production").
  • FLOWETL_INTEGRATION_TESTS_DISABLE_PULLING_DOCKER_IMAGES environment variable added to allow running the FlowETL integration tests against locally built docker images during development.
  • FlowAPI's 'joined_spatial_aggregate' endpoint now exposes handset. #1011 and #1029
  • JoinedSpatialAggregate now supports "distr" stats which computes outputs the relative distribution of the passed metrics.
  • Added SubscriberHandsetCharacteristic to FlowMachine

Changed

  • The flowdb containers for test_data and synthetic_data were split into two separate containers and quick_start.sh downloads the docker-compose files to a new temporary directory on each run. #843
  • Flowmachine now returns more informative error messages when query parameter validation fails. #1055

Removed

  • TESTING environment variable was removed (previously used by the FlowETL integration tests).
  • Removed SubscriberPhoneType from FlowMachine to avoid redundancy.