chore(0.8.42): update breaking changes doc (#5563)

This commit is contained in:
Gabe Lyons 2022-08-04 03:42:55 -07:00 committed by GitHub
parent c619ba9500
commit 60468c91a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,16 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
## Next
### Breaking Changes
### Potential Downtime
### Deprecations
### Other notable Changes
## `v0.8.42`
### Breaking Changes
- #5451 `GMS_HOST` and `GMS_PORT` environment variables deprecated in `v0.8.39` have been removed. Use `DATAHUB_GMS_HOST` and `DATAHUB_GMS_PORT` instead.
- #5478 DataHub CLI `delete` command when used with `--hard` option will delete soft-deleted entities which match the other filters given.