Skip to content

Commit 375fe58

Browse files
committed
Optimizations and bug fixes.
tk-core v0.18.114 - Path cache optimizations. Removed inner loop for secondary entities and find queries are batched into smaller chunks. [44807] - Previously, when an unhandled exception bubbles up, we replied to the web app with the full exception stack. This fix ensures we reply with a general error message and log the full exception. If debug logging is turned on, we do reply with the full exception. [42770] - unregister_folders command failed when unregistered a large amount of folders. This fix resolves that issue by batching up any large deletions into batched sql queries where 200 items are deleted at a time. [44931] tk-framework-desktopserver - Defaults to bootstrap for getting actions. The "legacy workaround" is still in place, but is now behind an environment variable. [44081] tk-multi-loader2 - Nuke read node frame range was not good when loaded from the Loader2 app. This fix ensures we correctly determine the start/end frame of an image sequence. [44569]
1 parent 285219b commit 375fe58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/core_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
location:
1515
type: app_store
1616
name: tk-core
17-
version: v0.18.110
17+
version: v0.18.114

env/includes/common/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ common.apps.tk-multi-publish2.location:
3939
common.apps.tk-multi-loader2.location:
4040
type: app_store
4141
name: tk-multi-loader2
42-
version: v1.17.7
42+
version: v1.18.0
4343

4444
common.apps.tk-multi-shotgunpanel.location:
4545
type: app_store

env/includes/common/frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ frameworks:
3939
name: tk-framework-widget
4040
tk-framework-desktopserver_v1.x.x:
4141
location:
42-
version: v1.2.1
42+
version: v1.2.3
4343
type: app_store
4444
name: tk-framework-desktopserver

0 commit comments

Comments
 (0)