Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 3.37 KB

File metadata and controls

72 lines (52 loc) · 3.37 KB

Changelog

All notable changes to this repo are documented in this file. The Graphistry server is tracked in the main Graphistry major release history documentation.

The changelog format is based on Keep a Changelog. This project adheres to Semantic Versioning and all PyGraphistry-specific breaking changes are explictly noted here.

[Development]

Added

  • GPU Configuration Wizard documentation (docs/tools/gpu-config-wizard.md)
  • Environment Variables Reference page (docs/app-config/environment-variables.md)
  • GPU Memory Watcher documentation in performance tuning
  • Troubleshooting guide (docs/debugging/troubleshooting.md)
  • Legacy setup guides subfolder with EOL documentation (docs/install/on-prem/legacy/)
  • CUDA compatibility matrix and GPU architecture support table in hardware-software.md
  • Documentation build wrapper script (build-docs.sh) with --help, format selection, auto-clean, and error handling
  • Scripts Reference page (docs/tools/scripts-reference.md) - comprehensive index of all admin/operator scripts with cross-references to existing documentation

Changed

  • ./graphistry command documentation clarified as docker compose wrapper with GPU, telemetry, and cluster context
  • Updated commands.md with improved docker compose wrapper explanation
  • Enhanced performance tuning documentation with GPU memory management
  • Updated hardware-software requirements documentation
  • OS recommendations updated: Ubuntu 24.04 LTS recommended (22.04, 20.04 also supported), RHEL 8.x/9.x
  • Command references updated from docker-compose to ./graphistry wrapper throughout documentation
  • Azure manual setup guide updated with modern Ubuntu versions and removed outdated docker-compose download
  • AWS setup guide updated with Ubuntu 24.04/22.04 LTS and RHEL 8.x/9.x
  • PyGraphistry configuration updated: API v3 (JWT+Arrow) now required, API v1/v2 removed
  • Authentication documentation updated with v2 REST API links

Deprecated

  • API v1 VGraph permanently removed (server returns HTTP 410 Gone for /etl endpoints)
  • Legacy OS setup guides moved to docs/install/on-prem/legacy/:
    • Ubuntu 18.04 LTS (EOL April 2023)
    • RHEL 7.6 (Maintenance Support ended June 2024)

Fixed

  • Broken internal links in benchmarking.md (telemetry path corrected)
  • User-creation.md reference path in on-prem installation guide
  • Orphan file debugging-front-end.md added to debugging toctree
  • HTTP to HTTPS for external URLs (hub.graphistry.com, github.com, ec2instances.info)
  • Microsoft docs URLs updated from docs.microsoft.com to learn.microsoft.com
  • Air-gapped environment support: README.md absolute URLs converted to relative paths during docs build
  • REST API auth documentation URL corrected from /docs/api/2/rest/auth/ to /docs/api/1/rest/auth/

[v2.41.8 - 2024-10-27]

Added

Changed

  • Reorganized documentation into thematic areas
  • Update RAPIDS base image
  • Update RAPIDS Python env name to base from rapids
  • Updated most docker compose command references to docker compose from docker-compose

Infra

  • Sphinx port
  • CI

Fixed

  • Telemetry images