Workspaces Release Notes: 3.37

First released: 5th February 2024

Summary

This version of workspaces includes the release of the new Data table detail view. This bring the detail page up to date with the new UI and includes all of the features needed to interact with a data table in workspaces.

We have also removed support for R 3.6.3 in the native workspace tools like R Console and mini apps. Any apps or scripts should be updated to run on one of the newer, supported versions of R.

Upcoming items

We are still working on the new UI panels and are building up to the first workspace releases of 2024.

Released features

FeatureTypeJira keySummary
Java exception when running with an invalid SQL from SQL editorBugFixXAP-5235

We have fixed an issue in the SQL editor when user issued a syntactically incorrect statement which now displays a correct error message.

Release database table panelEnhancementXAP-24482

We have released the next new UI panel: database table , custom view and database view panels

No scroll bar when long list of attachments are added to the notes modalBugFixXAP-24473

We have improved the view when attaching multiple files to an item

Cannot install nlmixr2 in RStudioBugFixAT-1712

We have fixed a bug in our tooling which meant that the R Package nlmxr2could not be installed. This has been fixed and the package should now be able to be installed. Please note that during testing this operation did take about 10 minutes

Remove support for R 3.6.3SecurityAT-1634

R 3.6.3 has been removed from workspaces, please update your scripts to use a newer version of R

R package mockery supersededEnhancementAT-1629

Removed mockery R package from consoles, miniapps, R studio and jupyter notebooks as it has been superseded from testthat. If mockery is still needed, it should be manually installed.