pgAdmin 4 v6.17 Released
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.17. This release of pgAdmin 4 includes 10 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/6.17/release_notes_6_17.html. pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see: https://www.pgadmin.org/ Security Release Please note that this release includes a security update to ensure only authorized and authenticated users can validate binary paths when using pgAdmin running in server mode. Users running pgAdmin in server mode should upgrade to this release as soon as possible. This issue does not affect users running in desktop mode. Notable changes in this release include: Bugs/Housekeeping: - Ensure that only authorized and authenticated users can validate binary paths (CVE-2022-4223). - Update the BigAnimal API version to V2. - Remove all traces of Backbone and Underscore. - Fixed an issue where the wrong schema is displayed for a foreign key in the schema diff tool. - Ensure that the query history date format in Desktop mode matches the format of the locale of the pgadmin server. - Fixed an issue where the CSV file would not download if the CSV quote character length exceeded 1. - Ensure that DATA_DIR dependent folders/files are automatically created inside the specified DATA_DIR if they are not specified separately in the configuration file. - Fixed an issue where the editor position was wrong when editing data from the result grid. - Ensure the query tool is launched successfully for the servers registered with the PostgreSQL service. Builds for Windows and macOS are available now, along with a Python Wheel, Docker Container, RPM, DEB Package, and source code tarball from: https://www.pgadmin.org/download/ -- Akshay Joshi pgAdmin Project
[pgadmin-org/pgadmin4]
Branch: refs/tags/REL-6_17 Home: https://github.com/pgadmin-org/pgadmin4
[pgadmin-org/pgadmin4] 87487e: Created issue templates for Bugs and Feature Reque...
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 87487e6cdb1efdf5911d521c4b2748e2e85559c6 https://github.com/pgadmin-org/pgadmin4/commit/87487e6cdb1efdf5911d521c4b2748e2e85559c6 Author: Akshay Joshi Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: A .github/ISSUE_TEMPLATE/bug_report.md A .github/ISSUE_TEMPLATE/feature_request.md Log Message: --- Created issue templates for Bugs and Feature Requests.
[pgadmin-org/pgadmin4] 0e6d8e: Template word-smithing.
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0e6d8ed030f714ed28a879e1617b9d400144a042 https://github.com/pgadmin-org/pgadmin4/commit/0e6d8ed030f714ed28a879e1617b9d400144a042 Author: Dave Page Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M .github/ISSUE_TEMPLATE/bug_report.md M .github/ISSUE_TEMPLATE/feature_request.md Log Message: --- Template word-smithing.
[pgadmin-org/pgadmin4] 56d044: Bump decode-uri-component from 0.2.0 to 0.2.2 in /web
Branch: refs/heads/dependabot/npm_and_yarn/web/decode-uri-component-0.2.2 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 56d044b395d7df4b2d026d43b08c453be1df6f6c https://github.com/pgadmin-org/pgadmin4/commit/56d044b395d7df4b2d026d43b08c453be1df6f6c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-12-03 (Sat, 03 Dec 2022) Changed paths: M web/yarn.lock Log Message: --- Bump decode-uri-component from 0.2.0 to 0.2.2 in /web Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot]