Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 376 Bytes

41762.significant.rst

File metadata and controls

7 lines (6 loc) · 376 Bytes

Removed a set of deprecations in Connection from airflow.models.

  • Validation of extra fields is now enforcing that JSON values are provided. If a non-JSON value is provided a ValueError will be raised.
  • Removed utility method parse_netloc_to_hostname()
  • Removed utility method parse_from_uri().
  • Removed utility method log_info() and log_debug.