pgweb/CHANGELOG.md

264 lines
10 KiB
Markdown
Raw Normal View History

2018-08-21 05:15:50 +03:00
## Master
- Automatically set table filter option to 'equals' if its not set, GH-370
- Dockerfile updates
2018-04-23 20:13:38 +03:00
## 0.9.12 - 2018-04-23
- Add link to view database connection string format on login page
- Include constraint name under "constraints" tab, GH-343
- Misc CI and config changes
2017-12-08 08:06:28 +03:00
## 0.9.11 - 2017-12-07
- Fix ssl mode for the connection url in the bookmarks, GH-320
- Add support for CORS, GH-321
- Fix custom query results counter for empty queries, GH-322
- Reorganize the table context menu, GH-323
- Disable database connection string text field autocomplete, GH-327
- Add db prefix to the table export files, GH-329
- Add database view context menu with export actions, GH-330
2017-11-04 06:05:29 +03:00
## 0.9.10 - 2017-11-03
- Make idle connection timeout configurable, [GH-282]
- Fix panics when sshinfo is not set on bookmarks, [GH-296]
- Dot now allow using startup bookmark in multi-session mode, [GH-300]
- Add ability to copy table name from the sidebar, [GH-301]
2017-09-29 04:56:24 +03:00
## 0.9.9 - 2017-09-28
2017-09-29 04:58:47 +03:00
- Automatically format JSON data exports, GH-255
- Update Docker image to alpine:3.6, GH-256
- Print out PostgreSQL server version on start in a single-session mode, GH-264
- Record last query timestamp for the client connection, GH-265
- Add context menu for table headers in browse mode (copy name, see unique values), GH-268
- Add ability to export current database dump, GH-270
- Automatically open pgweb in browser on start if its already running, GH-272
- Connect to the database with credentials provided by a third-party backend, GH-266
2017-09-29 08:06:48 +03:00
- Automatically close idle sessions (no activity in 1 hour), GH-275
2017-09-29 04:58:47 +03:00
- Allow connecting via SSH with a custom private key and other fixes, GH-277
- Add options to disable SSH connections, GH-279
2017-09-29 04:56:24 +03:00
2017-08-05 05:58:43 +03:00
## 0.9.8 - 2017-08-04
- Fixed error checking in the API, GH-234
- Fixed activity tab to support PG 9.x versions, GH-237
- Remember sort column and order for pagination, GH-240
- Use `sslmode=disable` for bookmarks without sslmode option, GH-244
- Javascript fixes for IE9-11, GH-245
- Require confirmation for the disconnect, GH-246
- Clean the results table on manual disconnect
2017-04-05 06:16:39 +03:00
## 0.9.7 - 2017-04-04
- Fixed issue with locked session and empty db url, GH-206
- Fixed path rewrite on DB change, GH-212
- Upgraded dependencies, GH-217
- Added ability to specify bookmarks path, GH-218
- Added counter for the number of rows from a custom SQL query, GH-224
- Added new behavior for removing table rows view on custom SQL query page, GH-225
2016-11-18 21:40:31 +03:00
## 0.9.6 - 2016-11-18
- Fixed bug in query base64-encoding, GH-186
- Fixed rows pagination visibility bug, GH-190
- Fixed issue with query order escaping, GH-191
2016-11-16 07:19:19 +03:00
- Fixed invalid query selection for explain command, GH-198
- Fixed issue with empty sidebar, now it shows empty state, GH-202
- Added new flag --readonly to enable read only transaction mode, GH-193
- Added ability to kill any running query, GH-194
- Added session database connection locking, GH-195
- Added ability to switch between databases, GH-196
2016-11-16 07:19:19 +03:00
- Added feature to keep last selected tab when switching between tables, GH-197
- Added new flag --bookmark (-b) to specify server connection from bookmark, GH-201
2016-10-02 04:24:49 +03:00
## 0.9.5 - 2016-10-01
- Only view schema with USAGE privileges, GH-167
- Fixed broken export to CSV/JSON/XML if hashmark in URL, GH-175
- Added example service configuration for systemd, GH-177
- Allow setting auth user and pass using variables
## 0.9.4 - 2016-07-29
- Fixes CSV/JSON/XML export buttons when pgweb is running with url prefix, GH-170
2016-07-13 19:08:43 +03:00
## 0.9.3 - 2016-06-30
- Uses Go 1.6 for development, GH-155
- Fixes timestamp formatting in CSV export, GH-163
- Included PostgreSQL 9.6 for integration testing
- Switches docker image to Alpine to reduce image size
- Adds support for ARMv5
2016-03-02 04:48:15 +03:00
## 0.9.2 - 2016-03-01
- Fixes bug with unsafe base64 encoded sql queries
- Fixes issue with session id not being included in multi-session mode
- Fixes visual issue with long table names in sidebar
- Fixes visual issue with a scrollbar in table information widget
- Fixes issue with database connection form being reset by clicking on 'cancel' button
- Adds ability to close connection
- Adds display message for number of affected rows for update/delete queries, GH-133
- Adds web server url prefix as a CLI option, GH-135
2016-01-26 04:16:21 +03:00
## 0.9.1 - 2016-01-25
- Fixes bug with tables context menu
- Fixes JS bug when query returns no rows
- Fixes bug with switching between different connection modes
- Adds AJAX timeout to 5s
- Adds sidebar reload action on any CREATE/DROP action
2016-01-19 22:41:42 +03:00
## 0.9.0 - 2016-01-19
- Add support for multiple schemas. GH-112
- Add support for native ssh tunnes. GH-114
- Add materialized views to list of schema objects
- Adds a few design tweaks and cleanups
- Fixes bug with nil result set when fetching rows
2016-01-11 21:27:26 +03:00
## 0.8.0 - 2016-01-11
- Fixes bug with bigint conversions in javascript. Now bigints are encoded as strings. GH-109
- Adds pagination and simple column filtering to table rows browser. GH-110
- Adds ability to use pgweb with multiple database sessions. GH-111
- Adds a few design tweaks and cleanups
## 0.7.0 - 2016-01-05
2016-01-05 22:36:45 +03:00
- Adds sequences to the sidebar panel - GH-100
- Adds table constrains view - GH-104
- Adds ability to export table and query rows as JSON/XML - GH-107
- Updates to UI theme and SQL editor
2015-10-20 05:20:03 +03:00
## 0.6.3 - 2015-08-16
- Adds PostgreSQL password escaping in web ui, GH-96
- Adds base64 query encoding for CSV export, GH-95
- Adds automatic saving of last executed query to localStorage
- Adds request middleware to log incoming form params in debug mode
2015-07-18 03:37:07 +03:00
## 0.6.2 - 2015-07-15
2015-07-15 07:05:36 +03:00
- Adds ability to specify connection strings prefixed by `postgresql://`, [GH-92]
- Updates configuration for Heroku, [GH-89], [GH-90]
- Updates postgresql library dependency to latest, [GH-91]
- Fixes password field to not display plaintext passwords, [GH-87]
2015-06-18 21:15:35 +03:00
## 0.6.1 - 2015-06-18
- This release is repackage-release targeted to fix binary downloads
2015-06-01 04:48:06 +03:00
## 0.6.0 - 2015-05-31
2015-07-15 07:05:36 +03:00
- Adds ability to execute only selected SQL query in run command view, [GH-85]
2015-06-01 04:48:06 +03:00
- Adds ability to delete/truncate table via context meny on sidebar view
- Adds ability to export table contents to CSV via context menu on sidebar view
- Changes sidebar color scheme to a lighter and better looking one
2015-05-07 05:03:00 +03:00
## 0.5.3 - 2015-05-06
- Changes default server port from 8080 to 8081 to avoil conflict with RethinkDB
- Changes styles for table rows and connection settings window
- Adds highlighting styles for columns with sort order
- Adds git sha into program version output
- Add new endpoint /api/info to get build details
2015-04-13 17:03:52 +03:00
## 0.5.2 - 2015-04-13
2015-03-22 03:51:33 +03:00
- Adds a new endpoint /activity that retuns active queries
- Adds tab to view active queries
2015-04-09 16:46:18 +03:00
- Adds column sorting when browsing table contents
2015-03-22 03:51:33 +03:00
- Fixes SQL query view when switching to table structure view
2015-02-24 05:17:20 +03:00
## 0.5.1 - 2015-02-23
2015-02-09 11:00:27 +03:00
- Upgrades Gin framework dependency to 0.5.0
- Fixes server crash if another pgweb server is running
2015-01-14 07:42:46 +03:00
## 0.5.0 - 2015-01-13
2014-12-27 09:01:51 +03:00
2015-01-02 21:53:42 +03:00
- Adds Go 1.4 support
2014-12-27 09:01:51 +03:00
- Adds connection string printing in debug mode
- Adds initial bookmarks support
- Adds /api prefix for all API calls
2015-01-02 21:53:42 +03:00
- Adds makefile usage task
2015-01-14 07:42:46 +03:00
- Adds windows CI to verify build process
- Adds example sql database to codebase
- Adds timestamped filenames when exporting results to CSV [GH-75]
- Adds connection checking on each request to prevent api panics
- Adds timestamps to query history records
- Adds current database name to the sidebar
- Adds button to refresh tables list to the sidebar
- Updates all application dependencies
2015-01-02 21:53:42 +03:00
- Changes /api/info endpoint to /api/connection
2014-12-27 09:01:51 +03:00
- Fixes issues with connection string/options parsing
2014-12-28 09:36:33 +03:00
- Fixes capitalized column names in table view
2015-01-02 21:53:42 +03:00
- Fixes connection string validation in /api/connect endpoint
2014-12-27 09:01:51 +03:00
2014-12-02 06:04:24 +03:00
## 0.4.1 - 2014-12-01
2014-11-22 02:30:50 +03:00
- Adds pgweb version on start [GH-65]
- Adds user detection from OS environment
- Adds simple memory profiles with --debug option
- Adds the session user and search path in connection info [GH-67]
2014-12-02 04:44:03 +03:00
- Adds table list reloading after CREATE/DROP TABLE queries [GH-69]
2014-12-02 05:56:13 +03:00
- Adds font awesome icons for the sidebar
2014-11-22 02:30:50 +03:00
- Removes query recording for internal queries [GH-67]
- Fixes default sslmode. Its not longer set to "disable"
- Fixes cells cropping on table indexes view
- Fixes connection URL generation using web interface
- Fixes SQL statements for table row count [GH-67]
- Fixes /tables JSON response if database does not have any tables
2014-11-22 02:37:49 +03:00
## 0.4.0 - 2014-11-11
2014-11-12 03:45:14 +03:00
- Adds query escaping when exporting results to CSV [GH-38]
- Adds keyboard shortcut (ctrl+e, command+e on mac) for query explain action
- Adds HTTP basic authentication with --auth-user and --auth-pass flags
- Adds -skip-open/-s flag to disable automatic browser launch
- Adds --bind option to specify server listen hostname/ip
- Adds ssl mode parameters to url if ssl flag is set and not defined in the url
- Adds dependency management with Godep
- Adds Docker support
- Adds Heroku support
- Adds ability to connect to databases with no tables
- Adds precompiled assets into repository to simplify development
- Adds a connection details view
- Adds a new interface to specify connection settings or make a new connection
- Adds page favicon
- Adds ability to present cell data as text area by double clicking on it
- Fixes styles for query explain results
- Fixes sidebar navigation scrolling styles [GH-12]
- Fixes sidebar table name styles to support long names
2014-10-29 18:26:36 +03:00
2014-11-22 02:37:49 +03:00
## 0.3.1 - 2014-10-28
2014-10-29 18:26:36 +03:00
- Adds proper exit code when printing version via -v/--version flag
- Adds --version and --debug long flag names
- Adds double quotes for table name when fetching table contents
- Adds support for DATABASE_URL environment variable if no --url is set
- Adds proper usage of jQuery .prop method
- Adds --pass flag to specify connection password
- Fixes --ssl flag usage, previous value was hardcoded
2014-11-22 02:37:49 +03:00
## 0.3.0 - 2014-10-26
2014-10-29 18:26:36 +03:00
- Renamed `make deps` to `make setup` and fix issues with bootstrapping
- Removed hardcoded url for CSV export, it now detects application host:port
- Improved query history view table styles
- Moved table information view to the sidebar
- Added --listen flag to specify web server port, still defaults to 8080
2014-11-22 02:37:49 +03:00
## 0.2.0 - 2014-10-23
2014-10-29 18:26:36 +03:00
- Design tweaks
- Automatically opens browser on OSX systems
- Adds query explain functionality
- Adds export to CSV
2014-11-22 02:37:49 +03:00
## 0.1.0 - 2014-10-14
- Initial release