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.
0.2.0 - 2024-03-XX
- File upload functionality with automatic binary conversion
- Integration tests for file operations
- Error handling for connection failures
- Documentation for test coverage
- Support for MinIO testing environment
- Bucket CRUD functionality completed
- Updated to Zig 0.13.0 syntax
- Improved error handling in makeDir operations
- Reorganized test structure
- Cleaned up build.zig.zon paths
- Connection refused error handling
- Directory creation error handling
- Memory leaks in file operations
- Test cleanup procedures
0.1.0 - 2024-03-XX
- Initial S3 client implementation
- Basic bucket operations (create, delete, list)
- Basic object operations (put, get, delete)
- Basic error handling
- Initial documentation
0.3.0 - 2024-04-XX
- The project is currently under construction and subject to changes.