Releases: dhcgn/iot-ephemeral-value-store
Releases · dhcgn/iot-ephemeral-value-store
v1.0.10
Json upload mode (#21) * Refactor parameter collection to ignore upload mode and add upload mode retrieval function * Remove upload mode handling from parameter collection and related functions * Add base64 download handler and refactor existing download functions * Add error handling test for PlainDownloadHandler and implement StoreRawForTesting method * Add tests for PlainDownloadHandler with base64 decoding scenarios * Enhance base64 decoding in download handler and update HTML documentation for advanced mode * Update README to include base64 encoding option for data retrieval * Update README to clarify key pair usage and enhance feature descriptions
v1.0.9
Update main output message to reflect server name and add project URL
v1.0.8
Update CI workflow to use Codecov for coverage reporting
Release v1.0.7
Add server stats (#15) 3. **Server Stats**: Shows real-time statistics about server usage: - Server Uptime - Download/Upload Counts (since start and last 24 hours) - HTTP Error Counts - Rate Limit Hit Count 4. **Rate Limit Stats**: Provides information about rate limiting, if applicable.
Release v1.0.6
timestamp handling (#13)
Release v1.0.5
Feature Delete (#10) * env * values can be deleted with upload ley * add documentaiton
Release v1.0.4
refactor: Build binary with CGO disabled and package files
Release v1.0.3
Large refactore (#8) * add port number to script * fix parameter count * set main.Version and main.BuildTime * optimze webpage * handle / at end of path * refactore upload * large refactore * refactore storage * refactore package storage * refactor: Add script to trigger release pipeline with next version
Release v1.0.2
Feature PATCH (#6) * poc * refactor: Update API endpoint paths for uploading and downloading data * Exclude local IP addresses from rate limiting * Add PowerShell script for testing server endpoints * testing and docu * large refactering * enahnced testable * working tests * PatchDownload * enhanced testing * refactor: Fix mergeData function to handle empty path correctly * Traverse the map using the keys * Add script to download and install server from GitHub release * domain.DeriveDownloadKey check length * add code cover * add badges
Release v1.0.1
chore: update Go version in GitHub Actions workflow