Use SocketIO instead of REST for fetching database tables data in ERD. #5065

This commit is contained in:
Aditya Toshniwal
2022-10-17 15:24:22 +05:30
committed by GitHub
parent 8ef3f232ab
commit 4fc0f288c7
9 changed files with 152 additions and 38 deletions

View File

@@ -25,6 +25,7 @@ New features
Housekeeping
************
| `Issue #5065 <https://github.com/pgadmin-org/pgadmin4/issues/5065>`_ - Use SocketIO instead of REST for fetching database tables data in ERD.
| `Issue #5293 <https://github.com/pgadmin-org/pgadmin4/issues/5293>`_ - Ensure that the tooltips are consistent throughout the entire application.
| `Issue #5357 <https://github.com/pgadmin-org/pgadmin4/issues/5357>`_ - Remove Python's 'Six' package completely.