13 May 2022 09:21 AM - last edited on 17 May 2023 09:12 AM by Michal_Gebacki
Hi!!
I have some doubts about the extension updates:
- Is there an automatic procedure to update the extensions?
- How can we know that there is a new version available?
Thanks in advance.
BR
Jose A
Solved! Go to Solution.
13 May 2022 09:28 AM
Depends on the extensions you are talking about 🙂
If you are talking about the custom python extensions you write yourself or download from the hub, there are no automatic updates, you have to check and manually update them.
Better update handling will be part of the new Extension 2.0, but they don't have support for custom python extensions just yet.
13 May 2022 09:53 AM
@JAR,
As @pahofmann has said, there is no automatic update for extensions.
To check versioning, you can check the extension version in the Settings
and then check in the Hub if there is a newer version. I believe you could automate this through the API, but I have not done that myself.