Overview:
This is a minor release primarily aimed at fixes for some users around the introduction of the new sharing panel and finer-grained ownership tracking. While the fixes center around new security functionality, there are no security advisory around them: the fixes are around inappropriately denied access.
Highlights
- Features
- Infrastructure
- CUDA 10.2 Obsoleted
- Admin
- Remote SQL export script
- Migrate with existing SQL backup
- Fixes & tweaks
- Fix "Too many redirects" error when viewing visualizations
- Fix session restarts
- Migration
Graphistry Versions
Server | 2.37.43 |
JS React+Vanilla | 3.7.6 |
Python PyGraphistry client | 0.20.21 |
Third-Party Versions
Caddy | 2.3.0 |
CUDA (In-Docker) | 11.0 (no 10.2) |
Django | 3.1 |
Docker (CE) |
19.03.2
|
Docker Compose | 1.24.1 |
Elasticsearch node driver | 14.2.2 |
Gremlinpython | 3.4.8 |
Jupyter | 1.0.0 |
Neo4j-python-driver | 4.1.0 |
NodeJS | 14.6.1 |
Pandas | 1.2 |
Postgres | 12.5 |
Python | 3.7 |
Neo4j node driver | 4.1.1 |
Notebook | 6.2.0 |
RAPIDS | 0.19 |
Arrow | 1.0.1 |
Splunk node SDK | 1.9.0 |
Tornado | 6.1 |
Features
Infrastructure
- CUDA 10.2 Obsoleted: RAPIDS 0.19 is the last version of RAPIDS that supports CUDA < 11.0. As noted in the previous releases, CUDA 10.2 has gone from DEPRECATED to OBSOLETED in this release.
Admin
- Remote SQL export script: See etc/scripts/sql-backup-remote.sh . This will SSH into a Graphistry instance and live-export the latest version to `${GRAPHISTRY_HOME}/data/postgres/sql.tar.gz`, which contains file `postgres/backup.sql` .
- Migrate with existing SQL backup: See `migrate.sh` for opting-in to using above `postgres/sql.tar.gz` file vs. the default of doing the dump mid-script. This is helpful for decoupling backup processes from launch & reconciliation scripts.
Fixes & tweaks
- Fix "Too many redirects" browser error when viewing visualizations: This fixes an issue where user IDs were not propagating and forcing some unauthorized users into an unexpected infinite retry loop.
- Fix session restarts: This fixes some behavior in new GPU service autohealing. This bug may surface as a visualization UI loading but without the actual graph, and had required manually restarting the `streamgl-gpu` service to work around it.
Migration
See previous notes. New SQL migration scripts may aid custom automations.
Comments
0 comments
Article is closed for comments.