Skip to content

v2.0.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@jorgeig-space jorgeig-space released this 03 Aug 20:15
9220140

Beta pre-release of version 2.0.0, focused on the refactor to modularize data.all. This version includes a modularized backend but not yet a modularized front-end, which will be published with the final release.

⚠️ We recommend installing this release from scratch instead of upgrading an existing system, since this is a pre-production release.

⚠️ WARNING If upgrading, do so from version 1.6.2.

Known issues affecting deployment

In the deployment guide, run step 8 before step 5, then continue from step 5. This is needed because data.all uses the cdk look up roles in CDK synth, which requires bootstrapping the accounts before running cdk synth locally. Documentation will be updated for the final release.

Known issues

  • #556 Request for share is being sent for invalid environment (CREATE_FAILED)
  • #540 OpenSearch stack failed during backend deploy due to length of policy name
  • #534 Catalog Search along with filters
  • #533 Profille Job run fails
  • #428 Prefix crawling is crawling complete bucket instead of specific folder
  • #374 Error in Monitoring tab in Admin Settings
  • #338 Import of Dashboard / Dataset - Environment selection drop-down list is limited to 5 environments
  • #288 Can't Paginate to view all Folders
  • #625 CDK execution role (custom template) throws S3 access denied error for pivotRole auto-created nested stack
  • Denied share requests show the wrong message to the asking user: approved instead of denied (no effect on actual sharing)
  • Logging of approvals for sharing shows AWSResourceNotFound for some approvals
  • There is an issue when user creates a dataset he/she can’t upload the data using UPLOAD button. We are facing CORS error which disappears after some time
  • After creating a dataset, a user may temporarily be unable to upload data using the UPLOAD button

What's Changed

New Contributors

  • @blitzmohit made their first contribution in #538

Full Changelog: v1.6.1...v2.0.0-beta1