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 authored and bungle committed Mar 28, 2023
1 parent 9fb6b87 commit 3e88acf
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

1 comment on commit 3e88acf

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:3e88acf052deca130227c0db4f4483e7403e1916
Artifacts available https://github.com/Kong/kong/actions/runs/4546128240

Please sign in to comment.