docs(update): updating-datahub (#10585)

This commit is contained in:
david-leifker 2024-05-24 17:11:50 -05:00 committed by GitHub
parent 043221f6d6
commit 4d9b6814a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,16 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Breaking Changes
### Potential Downtime
### Deprecations
### Other Notable Changes
## 0.13.3
### Breaking Changes
- #10419 - `aws_region` is now a required configuration in the DynamoDB connector. The connector will no longer loop through all AWS regions; instead, it will only use the region passed into the recipe configuration.
- #10389 - Custom validators, mutators, side-effects dropped a previously required constructor
- #10472 - `RVW` added as a FabricType. No rollbacks allowed once metadata with this fabric type is added without manual cleanups in databases.