Skip to main content

Changelog

All notable changes to the RiverGen API will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-01-15

Added

  • Initial API release
  • Authentication endpoints (login, register, refresh, logout, password reset)
  • User management endpoints (profile, admin user management)
  • River generation endpoints (generate, list, get, update, delete, status, regenerate, visualization)
  • AI Model endpoints (list models, get model details, predict)
  • Data management endpoints (list datasets, get dataset, validate data)
  • File upload/download endpoints
  • Project management endpoints (CRUD, member management)
  • Configuration endpoints (system config, user config)
  • Analytics endpoints (usage stats, river analytics)
  • Monitoring endpoint (health check, admin only)
  • Integration endpoints (list, configure, export)
  • WebSocket endpoint for real-time progress updates

Documentation

  • Complete API reference documentation
  • Concept guides (authentication, pagination, rate limiting, errors, versioning, webhooks)
  • Quickstart and usage guides
  • Category overviews and endpoint references

See Also