Releases
1.8.8 - build 1999
2024-07-09Upgraded base image to Ubuntu 24.10, fixed bug in JavaScript library installation
1.8.7 - build 1937
2024-05-23MySQL and Postgres row tokens now support retrieval of binary and text data as a Java InputStream
1.8.6 - build 1922
2024-05-10Minor fixes for SQL Server and MySQL
Upgraded Docker image to Ubuntu 24.04 -- all critical and high severity CVE's resolved
SQL Server row tokens now support retrieval of binary and text data as a Java InputStream
1.8.5 - build 1867
2024-03-01Enhancements for SQL Server
1.8.4 - build 1859
2024-02-24Fix for MySQL SSL connections
1.8.3 - build 1851
2024-02-16Fixes for Postgres, MySQL, JavaScript libraries
1.8.2 - build 1782
2024-01-29Fixes for Postgres, new prepared statement execution filter for Postgres
1.7.3 - build 1636
2023-10-26Bug fixes for SQL Server
1.7.1 - build 1468
2023-06-06Bug fixes for MySQL
1.7.1 - build 1457
2023-05-24A few bug fixes and minor enhancements for Cassandra
1.6.0 - build 1396
2023-03-31Major upgrade of MySQL connector - improved performance and reliability
Prepared statement execution filter for MySQL
1.5.0 - build 1327
2023-02-17Postgres connector has been reworked for much improved access from JavaScript logic. See the Postgres packets documentation for details.
1.4.1 - build 1320
2023-02-14Support for Mac M1/M2 chipset
Fixes for MySQL character encoding bugs
1.3.2 - build 1267
2023-01-15Batch result sets are now available for Postgres and MSSQL
Bug fix in Postgres SCRAM login (Postgres 14+)
1.3.1 - build 1248
2022-12-29Java filters are now available
Bug fix in MySQL prepared statement processing
1.3.0 - build 1236
2022-11-17Logic processing is now faster
MySQL connector now supports row batches
New response filter: MySQL result set batch filter
Several bug fixes for MySQL around prepared statements
1.2.1 - build 1028
2022-06-15Fix for SQL Server (SMP window bug)
Now based on Ubuntu 22.10, which eliminates all warnings from Docker about vulnerabilities (which were not relevant anyway)
1.2.0 - build 987
2022-04-21Bug fix for Redis - command pipeline could get out of sync in some cases
1.2.0 - build 983
2022-04-18Added support for Redis database
Changes to crypto now take effect without restart
Added support for private keys in PKCS#1 format (i.e. -----BEGIN RSA PRIVATE KEY-----)
1.1.0 - build 957
2022-03-29Upgraded to GraalVM 22.0
Added prepared statement filter for MSSQL
Bug fixes
1.1.0 - build 867
2022-01-12Better support for JavaScript libraries
1.1.0 - build 830
2021-12-19Upgraded Docker image from Ubuntu 21.10 to Ubuntu 22.04
Upgraded GraalVM from 21.1.0 to 21.3.0
Upgraded log4j2 to 2.17.0
1.0.3 - build 814
2021-12-11Several fixes for Microsoft SQL Server. Upgraded log4j2 to 2.15.0.
1.0.2 - build 775
2021-11-05Many fixes for Microsoft SQL Server. Support for older database drivers is now much improved.
1.0.1 - build 640
2021-07-08Minor bug fixes.
1.0.0 - build 603
2021-06-13Minor bug fixes and improvements - time to call it 1.0 !
0.9.9 - build 574
2021-06-02Support for DNS.
0.9.9 - build 534
2021-05-03Minor upgrade with a few bug fixes and UI tweaks.
0.9.9 - build 522
2021-04-23Java libraries can now be added as part of the repository, and get automatically downloaded, along with their dependencies.
Upgraded to GraalVM 21.1.0, refreshed all libraries.
0.9.8 - build 501
2021-04-10Minor UI fixes.
0.9.7 - build 487
2021-03-27Debugger UI improved, several bugs fixed.
0.9.7 - build 475
2021-03-17Debugger can now display any variable to any depth, and shows getters.
Debugger no longer requires multiple steps on line 1 of code.
0.9.6 - build 459
2021-03-03Backups can now be deleted.
Fixed several small bugs.
0.9.5 - build 439
2021-02-13Fixed a whole raft of bugs, especially in the debugger.
Docker image now based on Ubuntu 20.04, image is now noticeably less big.
Changed Postgres tutorial to have a better example.
0.9.4 - build 412
2021-02-03Added full support for MongoDB.
Filters can now have comments.
0.8 - build 321
2020-11-17Reworked tutorial.
Added new context.utils.executeSQL() method to invoke a SQL command before executing a command from the client.
0.8 - build 312
2020-11-09Simplified tutorial.
Fixed context.packets.addPacket()
0.8 - build 298
2020-10-29Code editor now has autocomplete, which is a work in progress.
Filters now have a priority level for execution ordering.
0.8 - build 288
2020-10-19Tutorial is now much simpler thanks to custom images of Postgres and pgAdmin.
Fixed a serious bug in the debugger, which is now working normally.
0.8 - build 271
2020-10-16This is the first truly public release of Gallium Data. It is fully functional, but of course it's version 0.8, so a number of improvement and fixes are upcoming.
Postgres is the only supported database at this point, though MongoDB and MySQL are expected in the next few months.