Releases: MyDataTaiwan/logboard
Releases · MyDataTaiwan/logboard
v0.5.5
Changelog
Features
- Add
/api/v1/records/templates/
endpoint for querying the data templates
Bug fixes
v0.5.4
v0.5.3
v0.5.2
Fix
- If the transaction hash is blank (due to ledger registration failure on App side), previously this is not allowed, so there's chance that the upload will fail (as long as the transaction is failed when a record is created). Now remove this check to allow empty string as transaction hash.
Other changes
-
The LogBoard link is moved. Examples:
-
Old: https://logboard-dev.numbersprotocol.io/logboard-frontend/edce5b40-37b2-466d-81ba-29d9bdba64fb
-
Now (QA release): https://logboard-qa.numbersprotocol.io/logboard-frontend/edce5b40-37b2-466d-81ba-29d9bdba64fb
-
Now (release): https://logboard.numbersprotocol.io/logboard-frontend/edce5b40-37b2-466d-81ba-29d9bdba64fb
-
v0.5.1
v0.5.0
Features
-
Support MyLog Beta 8 upload & share
-
Fix #13
Known limitations
-
Old dashboard and APIs are deprecated, thus removed.
-
Use PostgreSQL instead of SQLite as the Database backend. Due to the changes made on models and databases, previous data cannot be carried over to this release. It's absolutely fine since we'll need to wipe user's data after they have been uploaded for 72 hours though.