Skip to content

Commit

Permalink
fix: update configuration for file extensions and versioning settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusOne committed Dec 31, 2024
1 parent d454fd5 commit 574bb7b
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 38 deletions.
70 changes: 45 additions & 25 deletions RELEASE-NOTES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,51 @@ 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 @@ -316,28 +361,3 @@ 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 574bb7b

Please sign in to comment.