Releases: data-dot-all/dataall
v1.4.2
What's Changed
- Fix missing 'glue:DeleteResourcePolicy' to pivotRole in YAML and CDK by @dlpzx in #334
- Fix SageMaker Studio creation. Added kms:createGrant to environmentGroups (no admin groups) by @dlpzx in #335
- Fix Dashboard Quicksight button leads to an inaccessibility page by @wolanlu in #339
- Add ability to bring own certificate to internet_facing=True deployments by @noah-paige in #342
- Fix pivot role logs actions privileges by @dosiennik in #350
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
Bug Fixes and enhancements
- Fix dataset dropdown list in worksheet view by @noah-paige in #304
- Bump werkzeug from 2.0.3 to 2.2.3 in /tests and /cdkproxy by @dependabot in #315
- Add cross-region sharing error message/exception by @dlpzx in #322
- Check existing Lake Formation data lake location and make dataset resources names unique by @dlpzx in #324
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
New features:
- Sharing State Machines - embedded logic of sharing for more robust sharing workflow. Added testing for sharing managers. by @dlpzx and @degoldner in #267
- Added UI visibility of shared access points and databases by @dlpzx in #289
- Added Pipeline filter in pipeline menu search bar by @noah-paige in #259
Bug-Fixes:
- Added get_dataset_folders and delete folders index in delete datasets by @dlpzx in #280
- Added missing
ram:DisassociateResourceShare
permission to pivotRole by @dlpzx in #286
Breaking Changes:
Data.all PivotRole needs the ram:DisassociateResourceShare
permission. Make sure your PivotRoles include this permission in their policies.
Special thanks to @noah-paige, @degoldner, @luxatwoodmark for their contributions!
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
Bug Fixes
- Update the region in which parameters are looked for by @louishourcade in #266
- Fix unauthorized data preview by adding table permissions by @noah-paige in #265
- Added missing PivotRole permissions by @dlpzx in #273
Package updates
- Bump json5 from 1.0.1 to 1.0.2 in /frontend by @dependabot in #269
- Fix Dependabot alert (Prototype Pollution in JSON5 via Parse Method) … by @dlpzx in #270
- Added nth-check resolution to point only to ^2.0.1 versions by @dlpzx in #272
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
New features:
- Data.all pipelines enhacements and handle update by @noah-paige in #230
- Introduction of Consumer roles to ease data consumption by @dlpzx in #231
- Configurable Inheritance of Environment tags by @dlpzx in #203
- Configurable Quicksight reader vs anonymous sessions by @dlpzx in #218
Enhancements and Bug-Fixes:
- Add delete and clear notifications by @noah-paige in #252
- Added Quicksight documentation including capacity pricing by @dlpzx in #254
- Added PivotRole IAM Role CDK stack by @dlpzx in #253
Breaking Changes:
Data.all PivotRole has been granted additional permissions for the new features. Make sure that your environments are using the latest version of the pivot role template provided in the code (https://github.com/awslabs/aws-dataall/blob/v1.2.0/deploy/pivot_role/pivotRole.yaml)
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Add Notebook Naming Convention Pattern by @noah-paige in #237
- Glossaries association permissions by @louishourcade in #234
- Typo in the defined descriptions for tenant_all permissions by @dlpzx in #238
- Remove extra DBs and fix worksheet views for shared datasets by @noah-paige in #244
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /frontend by @dependabot in #246
- Show only shared tables in worksheets by @noah-paige in #245
- Fix glue update table call with column metadata by @noah-paige in #247
Full Changelog: v1.2.2...v1.2.3
Special thanks to @noah-paige!
v1.2.2
What's Changed
- Edit VirtualEnv creation for proper wheel version by @noah-paige in #223
- Lint(flaking) issue by @dlpzx in #227
- Security upgrade libraries by @dlpzx in #222
- Remove comma which creates a tuple and duplicate SSM parameters. by @mgwidmann in #224
- Added uploadToS3 stage when quality gate = False by @dlpzx in #228
- Change open search service to use correct principal. by @mgwidmann in #225
- Added userguide PDF file by @dlpzx in #232
New Contributors
- @mgwidmann made their first contribution in #224
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
Features:
- Add configurable ACM Certificate by @noah-paige in #207 and in #192
- Disabled Warehouses feature from UI by @dlpzx in #197
Bug Fixes:
- Changed function to an function that can be found in older versions o… by @rb201 in #191
- Fix removed_folders none object for no Access point by @dlpzx in #200
- Bump loader-utils from 2.0.2 to 2.0.4 in /frontend by @dependabot in #201 and in #212
- Fix CodeBuild environment variable name in app.py by @dlpzx in #214
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Features:
- Better sharing management by @eAmine in #176
- Change to use s3 access point while sharing folders by @LEUNGUU in #117
- Refactor S3 sharing logic in new version of sharing management by @LEUNGUU and @dlpzx in #183
- Multi environment pipelines by @dlpzx and @noah-paige in #168 and #175
- List possible values when inviting a team within an environment by @LEUNGUU in #158
- Added Github as possible source and cdk.json in SSM by @dlpzx in #163
Cleanups and enhancements:
- RDS tables and migration clean up by @dlpzx in #134
- Parameterized branch; some cleanup by @rb201 in #160
- Typo in get env var by @rb201 in #161
- Add exception to ssm by @rb201 in #162
- Change to new logo by @dlpzx in #151
- Fix error while creating sagemaker notebook outside of the vpc by @dlpzx in #170
- Rename cdkjson to cdkjsontemplate to avoid merging issues by @dlpzx in #173
New Contributors
- @noah-paige made their first contribution in #175
Special thanks to @eAmine and @LEUNGUU for their contributions!
Full Changelog: v1.1.2...v1.2.0
⚠️ ⚠️ ⚠️ Breaking changes ⚠️ ⚠️ ⚠️
- Pipeline blueprint has been deprecated. We recommend using the new DDK pipelines. We are working on code changes that would enable multiple options for pipeline creation.
- Data.all PivotRole has been granted additional permissions for the new features. Make sure that your environments are using the latest version of the pivot role template provided in the code (https://github.com/awslabs/aws-dataall/blob/v1.2.0/deploy/pivot_role/pivotRole.yaml)
v1.1.2
What's Changed
Bug Fixes:
- query organization environments fix by @wolanlu in #149
- Creating new environment with sagemaker notebooks option fails by @dlpzx in #157
Enhancements:
- Small changes to the Pivotrole definition that lead to misunderstandings by @dlpzx in #156
- Check quicksight subscription at environment creation by @dlpzx in #152
Full Changelog: v1.1.1...v1.1.2