Releases: timestored/pulseui
3.25 Release
3.xx Releases
2025-09-13 — 3.25 — Enable User Customization
- Add burger menu that allows end user chart and table customization (user Control option?).
- Add conditional formatting to right-click context menu.
- Tags support multiples.
- SQL Notebooks — Add copy to clipboard to code displays.
- Add clickable SD_LINK columns in tables help.
- Connection Scalability — Improve JDBC connection pool settings for large 100+ user deploys.
2025-09-10 — 3.24 — Improvements to Forms
- Form editor now supports multi-column drag-and-drop.
- Add Icon support to buttons and text inputs.
- Select multi-dropdown supports
__ALL__for when there are lots of options. - Add intent and size support to all controls.
- Checkbox and Radio support segmented style.
- Improved date pickers help.
- Change default to 30 min refresh.
- Add ability to delete variables in debug UI.
- Bugfix: Select multi-dropdown no longer scrolls to top on selection.
- Bugfix: Non-editors shown some editor controls when receiving URL.
- Bugfix: SQL Notebooks — Fix show queries button.
2025-08-19 — 3.23 — Add Conditional Formatting
- Conditional Formatting Help.
- Add QDoc support for hosting QDocs on Pulse.
2025-07-23 — 3.22 — Timezone & Rendering
- Improve timezone handling. Improved dropdown rendering of dates/times.
- Candlestick formatter improved.
- Scatter now supports dual-axis.
- Improved error logging to console when server fails to save pulsedb file.
2025-07-09 — 3.21 — Improve Forms
- All forms now support specifying size and intent.
- Spinning wheel on busy server queries.
- JS/HTML allow specifying
{{USER}}variable.
2025-06-26 — 3.19 — Column Config via Regex
- Allow configuring columns based on regex of column names.
- Double-click on legend selects only that item.
- Add Toolbox to charts to allow download, zoom and viewing raw data.
2025-06-01 — 3.18 — Expose JS Functions
- Expose JavaScript functions to allow fully custom HTML/JavaScript.
- Upgrade DuckDB to 1.3.0.0.
- Upgrade ClickHouse driver to 0.8.6.
2025-05-12 — 3.17 — Server Tree & QDocs Integration
- Add kdb+ Symbol Search.
- Form Editor supports 30,000+ items in dropdown and stays fast using virtualization.
- Bugfix: Form editor was showing duplicate inputs.
- SQL Editor — Show single cell as code text editor.
- Bugfix: Programmatic login casing fix.
2025-04-22 — 3.16 — Add {{ALL}} Variable
- Add
{{ALL}}variable. - Remove
auto_sign_upflag.
2025-03-21 — 3.15 — Improve Git Releases
- Force process
pl-configdirectory every 10 minutes to ensure even if symlinked, they get updated. - Add file hash cache to reduce processing cost of git releases.
2025-01-22 — 3.14 — Backend Database Handling
- Improve null and error handling to backend database processes from Java server, particularly for kdb.
- Add
KDB_ALWAYS_CLOSE_CONN_AFTER_USE— specifically for enterprises that force close handles. - Form editor — added align / disabled / large / inline option flags per form input.
2024-12-21 — 3.13 — Date/Time Bugfixes
- Date/time/minute timezone bugfix.
- Upgrade DuckDB to 1.1.3. (#288)
- Grid click populates all variables. (#237, #255)
- Slider form input allows specifying step size. (#262)
2024-12-18 — 3.12 — Netty Upgrade
- Update NETTY version.
2024-12-17 — 3.11 — H2 Database Upgrade
- H2 Database upgrade from v1 to v2.
- Non-backward compatible: requires manual upgrade steps.
- Pulse now requires Java 11+.
2024-12-13 — 3.05 — Driver Upgrades & Bugfixes
2024-12-10 — 3.04 — Larger Code Editor
- Larger code editor. (#274)
- Add Sankey Options (#273).
- Heatmap decimal place formatting of labels as configured in UI. (#273)
- Pie Chart — Add
selectedModeto legend. (#278) - SQL Notebook — Add
type='table'support to show full HTML tables rather than grid. - SQL Notebook — Allow charts and tables to be nested for column layouts.
- Non-serif font for code editor blocks. (#132)
2024-11-22 — 3.03 — Custom Chart Config
2024-11-20 — 3.02 — Bugfix
- Linux
SERVER_HOSTdefault fixed.
2024-11-18 — 3.01 — Official Release
- Pulse officially released for everyone.
SQL Notebooks Timeline
- 2024-11-18 — Add built-in demos, website examples and small CSS improvements.
- 2024-11-15 — Bugfixes and stability improvements (e.g. auto reconnect when Pulse/QStudio restarts).
- 2024-10-30 — Improved support for links within documents.
- 2024-10-28 — Add support for nested code blocks ```` to allow showing code within code for demos.
- 2024-10-24 — Add offline mode (aka Snapshot) to allow sharing a static version.
- 2024-10-24 — Support configuration attributes including height.
- 2024-10-24 — Add
showcodeonlyto allow displaying SQL code blocks. - 2024-10-16 — Mobile now supported. Left and right menus shrink.
- 2024-10-11 — Now works in both QStudio and Pulse.
- 2024-10-08 — Add support for all chart types.
- 2024-10-05 — Allow notebook to be added within Pulse.
- 2024-10-02 — Add show query option. Add page and table of contents listing.
- 2024-09-30 — Initial test version given to select users for feedback.
- 2024-09-28 — BabelDB — improve speed by using bulk inserts. (Benchmarks here)
A massive thanks to all those that helped us reach 3.0.
Particularly Brian Luft and Rich Brown for all their creative input and testing.
2.xx Releases
2024-10-28 — 2.51 — SQL Notebooks
- Bookmarking of selected page.
- Allow height/echart options pass through.
- Offline mode.
3.23 Release
3.xx Releases
2025-08-19 - 3.23 - Add conditional formatting.
Add QDoc support for hosting QDocs on Pulse. https://www.timestored.com/qstudio/help/qdoc
2025-07-23 - 3.22 - Improve timezone handling. Improved dropdown rendering of dates/times.
Candesticker formatter improved.
Scatter now supports dual-axis.
Improved error logging to console when server fails to save pulsedb file.
2025-07-09 - 3.21 - Improve forms, all specifying size and intent.
Spinning wheel on busy server queries.
JS/HTML allow specifying {{USER}} variable.
2025-06-26 - 3.19 - Allow configuring columns based on regex of column names.
Double-click on legend selects only that item.
Add Toolbox to charts to allow download, zoom and viewing raw data.
2025-06-01 - 3.18 - Expose javascript functions to allow fully custom html/javascript.
Upgrade DuckDB to 1.3.0.0.
Upgrade ClickHouse driver to 0.8.6.
2025-05-12 - 3.17 - Improve Server Tree and QDocs integration. Add kdb+ Symbol Search.
Form: Editor now supports 30,000+ items in dropdown and stays fast using virtualization.
Bugfix: Form editor was showing duplicate inputs.
SQL Editor - Show single cell as code text editor.
Bugfix: Programmatic login casing fix.
2025-04-22 - 3.16 - Add {{ALL}} variable
remove auto_sign_up flag.
2025-03-21 - 3.15 - Improve Git releases
Force process pl-config directory every 10 minutes to ensure even if symlinked, they get updated.
Add file hash cache to reduce processing cost of git releases.
2025-01-22 - 3.14 - Improve null and error handling to backend database processes from java server, particularly for kdb.
Add KDB_ALWAYS_CLOSE_CONN_AFTER_USE - Specifically for enterprises that force close handles.
Form editor - added align / disabled / large / inline option flags per form input.
2024-12-21 - 3.13 - Date/time/minute timezone bugfix.
Upgrade duckdb to 1.1.3. #288
Grid click populates all variables. #237 #255
Slider form input allows specifying step size. #262
2024-12-18 - 3.12 - Update NETTY version.
2024-12-17 - 3.11 - H2 Database upgrade from v1 to v2. Non-backward compatible. Requires manual steps upgrade.
Pulse now requires Java 11+.
2024-12-13 - 3.05 - MySQL/PostgreSQL driver upgrades. REST api bugfix.#282 #283.
2024-12-10 - 3.04 - Larger code editor. #274.
Add Sankey Options #273
Heatmap decimal place formatting of labels as configured in UI. #273
Pie Chart - Add selectedMode to legend. #278
SQL Notebook - Add type='table' support to show full HTML tables rather than grid.
SQL Notebook - Allow charts and tables to be nested to allow column layouts.
Non-serif font for code editor blocks. #132
2024-11-22 - 3.03 - Add custom chart configuration. Pie chart supports custom area color. #274 #188 #269 #209
2024-11-20 - 3.02 - bugfix: Linux SERVER_HOST default fixed.
2024-11-18 - 3.01 - Officially Released for everyone.
2024-11-18 - SQL Notebooks - Add built-in demos, website examples and small CSS improvements.
2024-11-15 - SQL Notebooks - Bugfixes and stability improvements. e.g. auto reconnect when pulse/qstudio restarts.
2024-10-30 - SQL Notebooks - Improved support for links within documents.
2024-10-28 - SQL Notebooks - Add support for nested code blocks ```` to allow showing code within code for demos.
2024-10-24 - SQL Notebooks - Add offline mode - aka Snapshot to allow sharing a static version.
2024-10-24 - SQL Notebooks - Support configuration attributes including height.
2024-10-24 - SQL Notebooks - Add showcodeonly to allow displaying SQL code blocks.
2024-10-16 - SQL Notebooks - Mobile now supported. Left and right menus shrink.
2024-10-11 - SQL Notebooks - Now works in both QStudio and Pulse.
2024-10-08 - SQL Notebooks - Add support for all chart types.
2024-10-05 - SQL Notebooks - Allow notebook to be added within Pulse.
2024-10-02 - SQL Notebooks - Add show query option. Add page and table of contents listing.
2024-09-30 - SQL Notebooks initial test version given to select users for feedback.
2024-09-28 - BabelDB, improve speed by using bulk inserts. (Benchmarks here)
A massive thanks to all those that helped us reach 3.0. Particularly Brian Luft and Rich Brown for all their creative input and testing.
3.16 Release
Pulse - https://www.timestored.com/pulse/
Pulse allows you to create and share real-time interactive applications with your team.
3.xx Releases
2025-04-22 - 3.16 - Add {{ALL}} variable
remove auto_sign_up flag.
2025-03-21 - 3.15 - Improve Git releases
Force process pl-config directory every 10 minutes to ensure even if symlinked, they get updated.
Add file hash cache to reduce processing cost of git releases.
2025-01-22 - 3.14 - Improve null and error handling to backend database processes from java server, particularly for kdb.
Add KDB_ALWAYS_CLOSE_CONN_AFTER_USE - Specifically for enterprises that force close handles.
Form editor - added align / disabled / large / inline option flags per form input.
2024-12-21 - 3.13 - Date/time/minute timezone bugfix.
Upgrade duckdb to 1.1.3. #288
Grid click populates all variables. #237 #255
Slider form input allows specifying step size. #262
2024-12-18 - 3.12 - Update NETTY version.
2024-12-18 - 3.11 - H2 Database upgrade from v1 to v2, requires manual steps. Pulse now requires Java 11.
2024-12-13 - 3.05 - MySQL/PostgreSQL driver upgrades. REST api bugfix.#282 #283.
2024-12-10 - 3.04 - Larger code editor. #274.
Add Sankey Options #273
Heatmap decimal place formatting of labels as configured in UI. #273
Pie Chart - Add selectedMode to legend. #278
SQL Notebook - Add type='table' support to show full HTML tables rather than grid.
SQL Notebook - Allow charts and tables to be nested to allow column layouts.
Non-serif font for code editor blocks. #132
2024-11-22 - 3.03 - Add custom chart configuration. Pie chart supports custom area color. #274 #188 #269 #209
2024-11-20 - 3.02 - bugfix: Linux SERVER_HOST default fixed.
2024-11-18 - 3.01 - Officially Released for everyone.
2024-11-18 - SQL Notebooks - Add built-in demos, website examples and small CSS improvements.
2024-11-15 - SQL Notebooks - Bugfixes and stability improvements. e.g. auto reconnect when pulse/qstudio restarts.
2024-10-30 - SQL Notebooks - Improved support for links within documents.
2024-10-28 - SQL Notebooks - Add support for nested code blocks ```` to allow showing code within code for demos.
2024-10-24 - SQL Notebooks - Add offline mode - aka Snapshot to allow sharing a static version.
2024-10-24 - SQL Notebooks - Support configuration attributes including height.
2024-10-24 - SQL Notebooks - Add showcodeonly to allow displaying SQL code blocks.
2024-10-16 - SQL Notebooks - Mobile now supported. Left and right menus shrink.
2024-10-11 - SQL Notebooks - Now works in both QStudio and Pulse.
2024-10-08 - SQL Notebooks - Add support for all chart types.
2024-10-05 - SQL Notebooks - Allow notebook to be added within Pulse.
2024-10-02 - SQL Notebooks - Add show query option. Add page and table of contents listing.
2024-09-30 - SQL Notebooks initial test version given to select users for feedback.
2024-09-28 - BabelDB, improve speed by using bulk inserts. (Benchmarks here)
A massive thanks to all those that helped us reach 3.0. Particularly Brian Luft and Rich Brown for all their creative input and testing.
3.02 Release
3.xx Releases
2024-11-20 - 3.02 - bugfix: Linux SERVER_HOST default fixed.
2024-11-18 - 3.01 - Officially Released for everyone.
2024-11-18 - SQL Notebooks - Add built-in demos, website examples and small CSS improvements.
2024-11-15 - SQL Notebooks - Bugfixes and stability improvements. e.g. auto reconnect when pulse/qstudio restarts.
2024-10-30 - SQL Notebooks - Improved support for links within documents.
2024-10-28 - SQL Notebooks - Add support for nested code blocks ```` to allow showing code within code for demos.
2024-10-24 - SQL Notebooks - Add offline mode - aka Snapshot to allow sharing a static version.
2024-10-24 - SQL Notebooks - Support configuration attributes including height.
2024-10-24 - SQL Notebooks - Add showcodeonly to allow displaying SQL code blocks.
2024-10-16 - SQL Notebooks - Mobile now supported. Left and right menus shrink.
2024-10-11 - SQL Notebooks - Now works in both QStudio and Pulse.
2024-10-08 - SQL Notebooks - Add support for all chart types.
2024-10-05 - SQL Notebooks - Allow notebook to be added within Pulse.
2024-10-02 - SQL Notebooks - Add show query option. Add page and table of contents listing.
2024-09-30 - SQL Notebooks initial test version given to select users for feedback.
2024-09-28 - BabelDB, improve speed by using bulk inserts. (Benchmarks here)
3.01 Release
3.xx Releases
2024-11-18 - 3.01 - Officially Released for everyone.
2024-11-18 - SQL Notebooks - Add built-in demos, website examples and small CSS improvements.
2024-11-15 - SQL Notebooks - Bugfixes and stability improvements. e.g. auto reconnect when pulse/qstudio restarts.
2024-10-30 - SQL Notebooks - Improved support for links within documents.
2024-10-28 - SQL Notebooks - Add support for nested code blocks ```` to allow showing code within code for demos.
2024-10-24 - SQL Notebooks - Add offline mode - aka Snapshot to allow sharing a static version.
2024-10-24 - SQL Notebooks - Support configuration attributes including height.
2024-10-24 - SQL Notebooks - Add showcodeonly to allow displaying SQL code blocks.
2024-10-16 - SQL Notebooks - Mobile now supported. Left and right menus shrink.
2024-10-11 - SQL Notebooks - Now works in both QStudio and Pulse.
2024-10-08 - SQL Notebooks - Add support for all chart types.
2024-10-05 - SQL Notebooks - Allow notebook to be added within Pulse.
2024-10-02 - SQL Notebooks - Add show query option. Add page and table of contents listing.
2024-09-30 - SQL Notebooks initial test version given to select users for feedback.
2024-09-28 - BabelDB, improve speed by using bulk inserts. (Benchmarks here)
2.21
2.21 Release
2023-03-06 - 2.21 - Add SQL Audio Alerts. Improve display of kdb+ objects.
2023-03-03 - 2.20 - Numerous small bigfixes. Update dependencies, OWASP scan now passing.
2023-02-22 - 2.19 - Improved Scatter/Bubble chart tooltip and formatter.
2023-02-15 - 2.17 - Add Tabs. Improve query caching. Bugfixes for pivot/duckdb/legends.
2023-02-01 - 2.16 - OS specific builds to reduce download sizes. Minor bugfixes and UI improvements.
2023-01-19 - 2.14 - Expand roles and permissions for enterprise use, include permissioning data sources.
2023-12-20 - 2.13 - Improve clickhouse support, add encrypted connections and play.clickhouse.com demos.
2023-12-13 - 2.12 - Add KuCoin Streaming data source.
2023-12-07 - 2.11 - Add Marker Lines/Points and shaded areas to time-series charts.
2.16
https://www.timestored.com/pulse/download
https://www.timestored.com/pulse/help/release-changes
2.xx Sassy Squirrel
2023-01-19 - 2.14 - Expand roles and permissions for enterprise use, include permissioning data sources.
2023-12-20 - 2.13 - Improve clickhouse support, add encrypted connections and play.clickhouse.com demos.
2023-12-13 - 2.12 - Add KuCoin Streaming data source.
2023-12-07 - 2.11 - Add Marker Lines/Points and shaded areas to time-series charts.
2023-12-04 - 2.10 - Improve candlestick appearance and add Click-drag-to-zoom.
2023-11-29 - 2.09 - Allow Adding tags and comments to dashboards.
2023-11-27 - 2.08 - Add Binance candle/kline support.
2023-11-18 - 2.07 - Improve performance of table, time-series and display panels in general.
2023-11-15 - 2.06 - Add Ctrl+K SearchBar.
2023-11-11 - 2.05 - Cache latest queries and reuse results. 100 users with same query = 1 query.
2023-11-11 - 2.04 - Symbols - Allow querying and searching within UI using only symbols.
2023-11-09 - 2.03 - Add FRED - Federal Reserve Data Source.
2023-11-09 - 2.03 - Add ECB - European Central Bank Data Source.
2023-10-27 - 2.02 - Add BabelDB to query REST, CSV, JSON or streaming source.
2023-10-14 - 2.01 - Add owners/users/teams roles and permissions for dashboards.
A massive thanks to all those that helped us reach 2.0.
1.01
https://www.timestored.com/pulse/download
2023-04-27 - UI Improvements - Allow dragging components onto dashboard. Show failing queries. (Thanks CA)
2023-04-26 - SQL Server JDBC driver upgrade to improve compatibility (Thanks EL)
2023-04-24 - First ever 1.0 release.
Stability improvements - Set max row limit on queries and notify user when reached.
Speed Improvements - Use smart caching to allow instant browsing of dashboards / connections.
0.13.3
See website for latest version: https://www.timestored.com/pulse/download
Version 0.13.1
Add Sparklines to Tables
Version 0.12.3
Improve administration. Add raw json, backup page and -vv very verbose mode.
Version 0.12.2
Add Dual Axis - Can have 2 Y-Axis and customize both.
Version 0.12.1
Add Grid Customization - Can add/remove preHeader/Footer/Pager/Filters. Allow setting frozen rows.