Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 812 Bytes

File metadata and controls

35 lines (25 loc) · 812 Bytes

Changelog

All notable changes to this project will be documented in this file.

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

[1.0.0] - 2025-01-XX - LTS Release

Added

  • Initial LTS release
  • Full documentation
  • Integration with Illuminate Database
  • Query Builder support
  • Eloquent ORM support
  • Database migrations support
  • Connection management
  • Multiple database connections

Changed

  • Updated Illuminate Database to ~11.19.0 for LTS stability

Security

  • SQL injection protection through parameterized queries
  • Proper connection pooling

[Unreleased]

Planned

  • Performance optimizations
  • Connection pooling improvements
  • Advanced query logging