Removed
- Python 3.6 support, as Python 3.6 is end of life.
Added
- What happens when getting data from a form and a worksheet is missing? New parameter `missing_worksheet_action` to `get_data_from_form` and `get_data_from_form_with_guide_spec`. New Enum `GetDataFromFormMissingWorksheetAction`. Default and old behavior is `RAISE_EXCEPTION`. New option available is `SET_NO_DATA`. New exception class `MissingWorksheetException`.
Fixed
- Broken link in get_data_from_form_with_guide_spec function docs page