Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
api_release_notes:3.4 [2024/01/13 03:03] davel17api_release_notes:3.4 [2026/04/07 18:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== API v3.4 Release Notes ======
 +This version of the API shipped with **Indigo 2023.2.0** - check the [[:API Version Chart]] to see what version of the API is available in which Indigo versions.
 +
 +    * Updated python version (used by both plugins and scripts) to Python 3.11.6.
 +    * IPH will automatically attempt to install packages based on a ''Server Plugin/requirements.txt'' file in the plugin bundle.
 +    * Changed plugin ''startup()'' callback API to allow optional return values that will shut the plugin down. This is useful when 3rd party module requirements aren't present because the plugin will shut down before starting anything else up. See the description of the [[indigo_2023.2_documentation:plugin_guide#general_plugin_methods|startup method in the General Plugin Methods table]] for details.