Skip to content

Releases: dhcgn/iot-ephemeral-value-store

v1.0.10

31 Dec 22:36
a993c5c
Compare
Choose a tag to compare
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

29 Dec 17:30
Compare
Choose a tag to compare
Update main output message to reflect server name and add project URL

v1.0.8

29 Dec 16:06
Compare
Choose a tag to compare
Update CI workflow to use Codecov for coverage reporting

Release v1.0.7

21 Jun 18:09
9f5dce9
Compare
Choose a tag to compare
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

15 Jun 15:32
aee017b
Compare
Choose a tag to compare
timestamp handling (#13)

Release v1.0.5

15 Jun 14:26
854f2f6
Compare
Choose a tag to compare
Feature Delete (#10)

* env

* values can be deleted with upload ley

* add documentaiton

Release v1.0.4

15 Jun 13:58
Compare
Choose a tag to compare
refactor: Build binary with CGO disabled and package files

Release v1.0.3

15 Jun 13:49
66f0b93
Compare
Choose a tag to compare
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

15 Jun 06:59
6bfe7dc
Compare
Choose a tag to compare
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

15 Jun 06:58
Compare
Choose a tag to compare
chore: update Go version in GitHub Actions workflow