CORE-1595 Added new role type structure_user
, this enables non-superusers to be able to create/drop schema/table/attribute.
CORE-1501 Improved performance for drop_table.
CORE-1599 Added two new operations for custom functions install_node_modules
& audit_node_modules
.
CORE-1598 Added skip_node_modules
flag to package_custom_function_project
operation. This flag allows for not bundling project dependencies and deploying a smaller project to other nodes. Use this flag in tandem with install_node_modules
.
CORE-1707 Binaries are now included for Linux on AMD64, Linux on ARM64, and macOS. GCC, Make, Python are no longer required when installing on these platforms.