Skip to content

Commit

Permalink
docs(changelog): add changelog for #10389
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Mar 28, 2023
1 parent 4eca3a3 commit f2ba9c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
- Allow configuring Labels for data planes to provide metadata information.
Labels are only compatible with hybrid mode deployments with Kong Konnect (SaaS)
[#10471](https://github.com/Kong/kong/pull/10471)
- Add Postgres triggers on the core entites and entities in bundled plugins to delete the
expired rows in an efficient and timely manner.
[#10389](https://github.com/Kong/kong/pull/10389)

#### Admin API

Expand Down Expand Up @@ -162,6 +165,11 @@
[#10405](https://github.com/Kong/kong/pull/10405)
- Postgres TTL cleanup timer now runs a batch delete loop on each ttl enabled table with a number of 50.000 rows per batch.
[#10407](https://github.com/Kong/kong/pull/10407)
- Postgres TTL cleanup timer now runs every 5 minutes instead of every 60 seconds.
[#10389](https://github.com/Kong/kong/pull/10389)
- Postgres TTL cleanup timer now deletes expired rows based on database server-side timestamp to avoid potential
problems caused by the difference of clock time between Kong and database server.
[#10389](https://github.com/Kong/kong/pull/10389)

#### PDK

Expand Down

0 comments on commit f2ba9c2

Please sign in to comment.