You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: decrease size of jar from 33.9MB to
BREAKING CHANGE:
* Kotlin Reflect & Stdlib for JDK8, vertx web client, common-codec, commons-text, commons-lang3, commons-validator, asm dependencies has been removed.
fix: force plugin config migration parameters for better API support
BREAKING CHANGE:
* PluginConfigMigration variables moved to constructor method (from, to, versionInfo).
feat: split plugin configs into specific folders
BREAKING CHANGE:
* PluginConfigMigration#migrateFully method has been removed.
* In PluginConfigMigration variables FROM_VERSION, VERSION, VERSION_INFO has been renamed accordingly to from, to, versionInfo.
* configManager, migrations and exPluginIds parameters removed from PluginConfigManager.
* PluginConfigManager#saveConfig method now requires config as json object type.
* PluginConfigManager#listen and PluginConfigManager#close methods has been added.
* Config file belonging to plugin now accessible via PluginConfigManager#configFile.
* Plugin config migrations must now have *@migration* annotation!