Skip to content

Commit

Permalink
move #8511 to added
Browse files Browse the repository at this point in the history
  • Loading branch information
skrdgraph authored Mar 1, 2023
1 parent fdbef55 commit 1d9be61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/dgraph-io/dgraph/pull/8574)

- **Core Dgraph**
- chore(debug): add `--only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/dgraph-io/dgraph/pull/8516)
- feat(cloud): add shared-instance flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625)
- chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/dgraph-io/dgraph/pull/8516)
- feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625)
- chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655)
- feat(cdc): add superflag to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564)
- feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564)
- chore(deps): bump badger up to v4 (https://github.com/dgraph-io/dgraph/pull/8709)
- feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511)

### Fixed

Expand Down Expand Up @@ -71,7 +72,6 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657)
- chore(ludicroud): remove ludicrous mode from the code (https://github.com/dgraph-io/dgraph/pull/8612)
- fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554)
- feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511)
- fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623)

- **CI Enhancements**
Expand Down

0 comments on commit 1d9be61

Please sign in to comment.