Cloud 1.70 Release Notes
Release date: October 23, 2024
See other releases »
New features and minor changes
Cloud Notebooks
◼
CellDingbatMargin is supported
– CLOUD-22097
Cloud Objects
◼
CloudObject paclet 14.1.10 is released for Cloud Release 1.70
– CLOUD-25266
◼
Rewrite CloudObject constructor (was: refactor parseURI)
– CLOUD-20566
◼
Backend of CloudAccountData is refactored
– CLOUD-12303
File Manager
◼
File managers recent files logic is improved
– CLOUD-22366
◼
Granular admin features
– CLOUD-23967
Kernel Initialization
◼
Base directory is synchronized only for session kernels
– CLOUD-13497
Bugs fixed
Accounts
◼
The deduction of cloud credits is not reflected post-evaluations on Desktop
– CLOUD-21446
Cloud Chrome
◼
The menu toolbar covers a part of the "Wolfram|Alpha Tips" modal window at the top
– CLOUD-24766
◼
Hide "Uploading" and "Stop" button after upload is complete
– CLOUD-24674
◼
Updating code captions from the Preferences dialog is not reflected in the current notebook
– CLOUD-24489
Cloud Notebooks
◼
NotebookGet does not return the correct document's information
– CLOUD-25302
◼
Pasting and evaluating duplicate in 14.1 images has different behavior
– CLOUD-25014
◼
CellDingbat does not have specified Background
– CLOUD-24439
◼
Cloud CellDingbat alignment is incorrect when combined with CellFrame
– CLOUD-23404
◼
SSR CacheThreads can get blocked because of infinite timeout in evaluation
– CLOUD-23160
Cloud Objects
◼
Cloud objects with names that has a large number at the end cannot be duplicated
– CLOUD-24826
◼
CloudObjectURLType fails poorly with a query string
– CLOUD-24660
◼
CloudObjectNameFormat -> "UserURLBase" (or similar setting for named object) fails badly for CloudObject["uuid:{uuid}"]
– CLOUD-24563
◼
CreatePermissionsGroup[".Objects"] is incorrectly rejected
– CLOUD-24507
◼
PUT /files/{uuid} can create unnamed cloud objects with invalid UUID's
– CLOUD-24410
◼
FileNameJoin needs better error handling when the 2nd argument is not a string
– CLOUD-20302
◼
$CloudCreditsAvailable and CloudEvaluate[$CloudCreditsAvailable] are not the same on Desktop
– CLOUD-20202
◼
CopyDirectory failed to handle Failure object correctly
– CLOUD-17247
◼
RemoveUsers does not give an appropriate error when called with 0 or 1 arguments
– CLOUD-13799
◼
CloudPut failed when object uri is uuid based, ie, .../objects/<uuid>/file
– CLOUD-12068
◼
RemoveUsers[1] gives inappropriate errors and returns nonsense
– CLOUD-12063
Kernel Management
◼
NPE in KernelAvailabilityCountController.getKernelReport causes KernelReport to fail intermittently
– CLOUD-25378
Other
◼
localhost fails to start due to exception from IPAddressBlockFilter init
– CLOUD-25162