Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

52 lines (36 loc) · 1.33 KB

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.

0.2.0 - 2024-03-XX

Added

  • 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

Changed

  • Updated to Zig 0.13.0 syntax
  • Improved error handling in makeDir operations
  • Reorganized test structure
  • Cleaned up build.zig.zon paths

Fixed

  • Connection refused error handling
  • Directory creation error handling
  • Memory leaks in file operations
  • Test cleanup procedures

0.1.0 - 2024-03-XX

Added

  • 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

Note

  • The project is currently under construction and subject to changes.