Skip to content

Commit

Permalink
fix: update go.mod dependencies for compatibility and performance; ad…
Browse files Browse the repository at this point in the history
…d release notes for initial HMAC File Server release
  • Loading branch information
PlusOne committed Dec 31, 2024
1 parent e5a5161 commit 2245430
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 184 deletions.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,5 @@ This project is licensed under the [MIT License](LICENSE).

---

By following this updated `README.md`, you can ensure that users and contributors have a clear understanding of the **HMAC File Server**'s capabilities, configuration options, and best practices for deployment and maintenance.
By following this updated `README.md`, you can ensure that users and contributors have a clear understanding of the **HMAC File Server**'s capabilities, configuration options, and best practices for deployment and maintenance.
`
25 changes: 25 additions & 0 deletions RELEASE-NOTES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -316,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 2245430

Please sign in to comment.