diff --git a/docs/en_US/release_notes.rst b/docs/en_US/release_notes.rst index 082af4fa2..a1950c88e 100644 --- a/docs/en_US/release_notes.rst +++ b/docs/en_US/release_notes.rst @@ -9,6 +9,7 @@ for it. .. toctree:: + release_notes_2_0 release_notes_1_6 release_notes_1_5 release_notes_1_4 diff --git a/docs/en_US/release_notes_2_0.rst b/docs/en_US/release_notes_2_0.rst new file mode 100644 index 000000000..79920924a --- /dev/null +++ b/docs/en_US/release_notes_2_0.rst @@ -0,0 +1,76 @@ +*********** +Version 2.0 +*********** + +Release date: 2017-09-xx + +This release contains a number of features and fixes reported since the release of pgAdmin4 1.6 + + +Features +******** + +| `Feature #1918 `_ - Add a field to the Server Dialogue allowing users to specify a subset of databases they'd like to see in the treeview +| `Feature #2135 `_ - Significantly speed up loading of the application +| `Feature #2556 `_ - Allow for slow vs. fast connection failures +| `Feature #2579 `_ - Default the file browser view to list, and make it configurable +| `Feature #2597 `_ - Allow queries to be cancelled from the dashboard and display additional info in the subnode control +| `Feature #2662 `_ - Ship with pre-configured paths that can work in both Server and Desktop modes out of the box + + + +Bug fixes +********* + +| `Bug #1165 `_ - Prevent continual polling for graph data on the dashboard if the server is disconnected +| `Bug #1697 `_ - Update CodeMirror version +| `Bug #2043 `_ - Properly handle trigger functions with parameters +| `Bug #2074 `_ - Make $ quoting consistent +| `Bug #2080 `_ - Fix issue where Browser hangs/crashes when loading data (using sql editor) from table which contains large blob data +| `Bug #2153 `_ - Fix handline of large file uploads and properly show any errors that may occur +| `Bug #2168 `_ - Update CodeMirror version +| `Bug #2170 `_ - Support SSL in the regression tests +| `Bug #2324 `_ - Fix PostGIS Datatypes in SQL tab, Create / Update dialogues for Table, Column, Foreign Table and Type node +| `Bug #2447 `_ - Update CodeMirror version +| `Bug #2452 `_ - Install pgadmin4-v1 1.5 on Centos7 +| `Bug #2501 `_ - Fix collation tests on Windows, replace use of default 'POSIX' collation with 'C' collation for testing +| `Bug #2541 `_ - Fix issues using special keys on MacOS +| `Bug #2544 `_ - Correct malformed query generated when using custom type +| `Bug #2551 `_ - Show tablespace on partitions +| `Bug #2555 `_ - Fix issue in query tool where messages were not displaying from functions/procedures properly +| `Bug #2557 `_ - Tidy up tab styling +| `Bug #2558 `_ - Prevent the tab bar being hidden when detached tabs are being closed +| `Bug #2559 `_ - Stop tool buttons from changing their styling unexpectedly +| `Bug #2560 `_ - Fix View 'CREATE Script' Problem +| `Bug #2562 `_ - Update CodeMirror version +| `Bug #2563 `_ - Fix paths under non-standard virtual directories +| `Bug #2566 `_ - Fix Pause/Resume Replay of WAL files for PostgreSQL 10 +| `Bug #2567 `_ - Use the proper database connection to fetch the default priviledges in the properties tab of the database +| `Bug #2582 `_ - Unset compression ratio if it is an empty string in Backup module +| `Bug #2586 `_ - Cleanup feature tests +| `Bug #2590 `_ - Allow navigation of query history using the arrow keys +| `Bug #2592 `_ - Stop Flask from initialising service twice in Debug mode +| `Bug #2593 `_ - Ensure babel-polyfill is loaded in older qWebKits +| `Bug #2594 `_ - Fix disconnection of new databases +| `Bug #2596 `_ - Define the proper NODE_ENV environment during running the webpack +| `Bug #2606 `_ - Ensure role names are escaped in the membership control +| `Bug #2616 `_ - Domain create dialog do not open and Font size issue in Security label control +| `Bug #2617 `_ - Add missing pgagent file in webpack.config.js +| `Bug #2619 `_ - Fix quoting of index column names on tables +| `Bug #2620 `_ - Set database name to blank('') when job type is set to batch, while creating pgAgent job +| `Bug #2631 `_ - Change mapping of cell from 'numeric' to 'integer' for integer control as numeric cell has been removed from the code +| `Bug #2633 `_ - Fix pgAgent job step issues +| `Bug #2634 `_ - Add New Server through Quick links +| `Bug #2637 `_ - Fix Copy so it still works after query results have been copied +| `Bug #2644 `_ - Fix alertify notification messages where checkmark box disconnected from frame +| `Bug #2646 `_ - Fix the path reference of load-node.gif which was referencing to vendor directory +| `Bug #2654 `_ - Update datetime picker +| `Bug #2655 `_ - Fix connection string validation for pgAgent jobs +| `Bug #2656 `_ - Change Datetimepicker to expand from bottom in pgAgent so calendar does not get hidden +| `Bug #2657 `_ - Fix syntax error while saving changes for start/end time, weekdays, monthdays, month, hours, minutes while updating the pgAgent Job +| `Bug #2659 `_ - Fix issue where unable to add/update variables for columns of a table +| `Bug #2668 `_ - Fix RE-SQL for triggers with a single arg +| `Bug #2670 `_ - Improve datamodel validations for default Validator if user (developer) does not implement validate function in datamodel +| `Bug #2681 `_ - Reset query tool options before running tests +| `Bug #2684 `_ - Fix layout of password prompt dialogue +