Skip to content

Commit

Permalink
fix: update release notes to reflect recent changes and streamline do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
PlusOne committed Dec 31, 2024
1 parent 116a9a0 commit e9753ce
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 427 deletions.
70 changes: 25 additions & 45 deletions RELEASE-NOTES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -255,51 +255,6 @@ curl -X PUT -H "Authorization: Bearer <HMAC-TOKEN>" -F "file=@example.txt" http:
Replace `<HMAC-TOKEN>` with a valid HMAC signature
````
# Release Notes
## [Unreleased]
### Added
- Initial release of HMAC File Server.
## [1.0.0] - 2024-04-27
### Added
- HMAC authentication for secure file uploads.
- Chunked upload support.
- ClamAV integration for malware scanning.
- Redis integration for caching and deduplication.
- Prometheus metrics for monitoring.
- Thumbnail generation for image files.
- ISO container creation and mounting.
- Graceful shutdown handling.
### Fixed
- Resolved `expected ';', found main` syntax error in `main.go`.
### Changed
- Updated dependencies to the latest versions.
## Version 1.1.0
### Fixed
- Removed duplicate `generateThumbnail` and `main` functions in `main.go` to fix compilation issues.
- Cleaned up `go.mod` by removing unnecessary empty lines and ensuring all dependencies are correctly listed.
- Updated configuration in `config.toml` to align with the latest code changes.
### Added
- Enhanced logging for better monitoring and debugging.
- Improved error handling mechanisms across the application.
### Changed
- Updated dependencies to their latest stable versions to ensure security and performance improvements.
### Deprecated
- None
### Removed
- Redundant code segments to streamline the codebase.
## [2.3.0] - 2024-12-28
### Changed
Expand Down Expand Up @@ -361,3 +316,28 @@ No changes are required for the other files (`RELEASE-NOTES.MD`, `README.MD`, `c
### Changed
- **Configuration:** Updated `globalextensions` in `config.toml` to `["*"]`, allowing all file types globally for uploads. This change simplifies the configuration by removing the need to specify individual file extensions.
# Release Notes
## [Unreleased]
### Added
- Initial release of HMAC File Server.
## [1.0.0] - 2024-04-27
### Added
- HMAC authentication for secure file uploads.
- Chunked upload support.
- ClamAV integration for malware scanning.
- Redis integration for caching and deduplication.
- Prometheus metrics for monitoring.
- Thumbnail generation for image files.
- ISO container creation and mounting.
- Graceful shutdown handling.
### Fixed
- Resolved `expected ';', found main` syntax error in `main.go`.
### Changed
- Updated dependencies to the latest versions.
Loading

0 comments on commit e9753ce

Please sign in to comment.