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
fix(plugins): self-heal incompatible drivers at connect instead of blocking (#1552) (#1555)
* fix(plugins): gate the rejected-plugin Update button and cap the unloaded banner
* refactor(plugins): extract a pure rejected-plugin action resolver and cover it with tests
* fix(plugins): self-heal incompatible drivers at connect instead of blocking (#1552)
* perf(plugins): reconcile only the connecting driver at connect, debounce network retriggers
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
- Import now finds the Setapp edition of TablePlus and reads its connections. (#1528)
32
32
- Favorite keyword suggestions now appear in editor autocomplete. They were dropped before reaching the popup.
33
33
- Editor autocomplete refreshes when you switch schema, suggesting the new schema's tables and columns.
34
+
- Plugins settings: the unloaded-plugins banner now scrolls instead of pushing the plugin list off screen, shows each plugin's real icon, and only offers an Update button when a compatible build exists. Plugins waiting on a build that publishes automatically no longer show a button that fails.
35
+
- Opening a connection right after an app update no longer fails when its driver plugin needs updating. The driver updates in the background and the connection proceeds, instead of showing an error until you quit and reopen. (#1552)
0 commit comments