Skip to content

v0.10.alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@rjhowell44 rjhowell44 released this 15 Mar 22:35
· 1313 commits to master since this release
5ca9e94

The focus of this release is on improving/extending the ODE Triggers, Areas, Actions.

Important Notes:

  • There are new library dependencies required for this release: geos and libcurl. Please review Installing Dependencies for more information.
  • The SMTP Services have been tested using a free account on Gmail's SMTP server Only!.

Issues closed in this release

  • Integrate GEOS - Geometry Engine, Open Source #383
  • Implement new RGBA Polygon Display Type #385
  • Implement new ODE Line Area type and Trigger Criteria #384
  • Extend the Inclusion/Exclusion Area types to use the Polygon display type and Test Points #386
  • Implement new "Instance" trigger #389
  • Integrate libcurl - URL transfer library #392
  • Implement new SMTP API #393
  • Implement new ODE Email Action using new SMTP services #394

New services added in this release

  • dsl_display_type_rgba_polygon_new
  • dsl_ode_area_line_new
  • dsl_ode_trigger_instance_new
  • dsl_smtp_mail_enabled_get
  • dsl_smtp_mail_enabled_set
  • dsl_smtp_credentials_set
  • dsl_smtp_server_url_get
  • dsl_smtp_server_url_set
  • dsl_smtp_address_from_get
  • dsl_smtp_address_from_set
  • dsl_smtp_ssl_enabled_get
  • dsl_smtp_ssl_enabled_set
  • dsl_smtp_address_to_add
  • dsl_smtp_address_to_remove_all
  • dsl_smtp_address_cc_add
  • dsl_smtp_address_cc_remove_all
  • dsl_smtp_test_message_send
  • dsl_ode_action_email_new