cidadao.ai-backend / src /infrastructure

Commit History

fix(exceptions): correct RateLimitExceeded to RateLimitError
11f0acf

anderson-ufrj commited on

fix(imports): update all infrastructure.cache imports to core.cache
d9995ce

anderson-ufrj commited on

feat(security): implement API key rotation and advanced rate limiting
97c535b

anderson-ufrj Claude commited on

feat(cli): implement complete CLI commands and batch processing system
138f7cb

anderson-ufrj Claude commited on

refactor(performance): remove time.sleep and fix sync I/O operations
efeaeb4

anderson-ufrj commited on

refactor(performance): replace all json imports with json_utils
9730fbc

anderson-ufrj commited on

feat(auth): migrate authentication from in-memory to PostgreSQL
8b80916

anderson-ufrj commited on

fix: add try/except for tracer creation with version parameter
a2f35b1

anderson-ufrj commited on

debug: add logging to trace which branch is executing in tracer creation
794bb16

anderson-ufrj commited on

fix: handle version parameter in get_tracer for mock implementation
4b8457c

anderson-ufrj commited on

fix: resolve module conflict for monitoring package
7a87af3

anderson-ufrj commited on

fix: remove incompatible logger methods in structured_logging.py
faea3c1

anderson-ufrj commited on

fix: add missing List import in correlation.py
d2b9be6

anderson-ufrj commited on

fix: resolve Histogram buckets error in metrics initialization
b0257ff

anderson-ufrj commited on

fix: make OpenMetricsHandler import optional for compatibility
4b12800

anderson-ufrj commited on

fix: resolve HuggingFace deployment errors with Prometheus metrics and OpenTelemetry
340f8ae

anderson-ufrj commited on

fix: add fallback for OpenTelemetry dependencies in HuggingFace deployment
f3b3e7a

anderson-ufrj commited on

feat: implement comprehensive monitoring and observability stack
c97e35f

anderson-ufrj commited on

feat: implement resilience patterns and monitoring endpoints
35d7096

anderson-ufrj commited on

feat: implement WebSocket message batching and async queue system
1762def

anderson-ufrj commited on

feat: implement event-driven architecture with CQRS pattern
64de3c6

anderson-ufrj commited on

feat: implement database performance optimization and query caching
ac5724d

anderson-ufrj commited on

feat: clean HuggingFace deployment with essential files only
824bf31

neural-thinker commited on