|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [1.0.0] - 2024-01-09 |
| 9 | + |
| 10 | +### Features |
| 11 | +- PDF document processing integration with GenShare API |
| 12 | +- JWT-based authentication system for all routes |
| 13 | +- Role-based access control with allow/block lists per route |
| 14 | +- User-specific rate limiting with configurable thresholds |
| 15 | +- AWS S3 integration for complete request traceability |
| 16 | +- Google Sheets integration for summary logging |
| 17 | +- Health monitoring for all dependent services (GenShare, GROBID, DataStet) |
| 18 | +- Comprehensive logging system with Winston and Morgan |
| 19 | +- Script-based user and permissions management |
| 20 | + |
| 21 | +### Security |
| 22 | +- JWT authentication required for all routes |
| 23 | +- Route-specific access control through permissions system |
| 24 | +- Secure token storage and management |
| 25 | +- User-specific rate limiting to prevent abuse |
| 26 | +- Complete request traceability in S3 storage |
| 27 | + |
| 28 | +### Added |
| 29 | +- Command-line tools for user management |
| 30 | +- Command-line tools for permission management |
| 31 | +- Log analysis utilities |
| 32 | +- Health check endpoints for all services |
| 33 | +- Automated S3 storage for all processing requests |
| 34 | +- Google Sheets integration for process tracking |
| 35 | +- Docker support with multi-stage builds |
| 36 | +- CI/CD workflows for development and production |
| 37 | + |
| 38 | +### Documentation |
| 39 | +- Complete API documentation |
| 40 | +- Installation and configuration guides |
| 41 | +- Deployment instructions |
| 42 | +- Security considerations |
| 43 | +- Contributing guidelines |
| 44 | +- Script usage examples |
| 45 | + |
| 46 | +[1.0.0]: https://github.com/DataSeer/snapshot-api/releases/tag/v1.0.0 |
0 commit comments