Changelog

Track the major changes and improvements made to Rawlytics Notebook.

Version 0.2.0 Beta

July 30, 2026

Major Privacy Improvement

  • Replaced Google Charts with a self-hosted Chart.js integration:
  • Charts are now rendered entirely locally, eliminating third-party requests during visualization rendering.
  • User IP addresses are no longer exposed to Google when displaying charts.
  • Updated the Privacy Policy accordingly.

Charts

  • Introduced the notebook.plot() API, replacing the previous chart rendering approach.
  • Faster loading thanks to locally hosted assets.
  • Added a dedicated plot() Configuration Reference.

Philosophy

Rawlytics follows a Privacy by Design approach.

Whenever possible, new features are implemented without introducing external services or unnecessary data sharing.