Releases: vrypan/farma
Releases · vrypan/farma
v0.6.0
v0.5.1
Changelog
- 9892080 /api/v2/new_keypair/:frameId
- b0478b8 Added default entry for host.cors
- 625f62d Bug fix for frame update, new /api/v2/new_keypair/:frameId endpoint
- 463ca13 CORS support
- ba8943a Changed hubble version to 1.19.1
- f6fa8e1 Completed #6
- afda07a Create gh-frame.yml
- 7e029a8 First take in adding CORS support to the API
- 41ed562 Fixed typo
- aaed891 Merge branch 'dev'
- 6c82707 Merge branch 'dev' of github.com:vrypan/farma into dev
- 279208d Merge branch 'main' of github.com:vrypan/farma
- 48b2e0a Typo
- c992089 Update API.md
- 8d1f08d Update Documentation
- 80ad8b9 Update gh-frame.yml
- 038a2de Update gh-frame.yml
- bd527a9 Update gh-frame.yml
- 088dcd8 Update gh-frame.yml
- 17909bd Update gh-frame.yml
- 40fae05 Updated Makefile
- 6dbd720 Updated go.mod
- 18bb7a1 Updated pb definition (minor)
- d920fcc allow admins to query all subscriptions, regardless of frame
v0.5.0
Changelog
This is a major update. API version is v2 now, which is not compatible with v1.
Also the db schema has changed, so your old db will not work with this version.
If you have a farma server in production, please contact @vrypan before upgrading.
Various bug fixes, performance improvements and small features.
- 44e7a36 Bug fixes caused by notifications model changes.
- 7e9ef90 Checkpoint. Needs debigging
- 0ffdb93 Checkpoint. Needs debigging
- 5178218 Checkpoint. Things look good.
- cb0871c Checkpoint. Too many bugs. Too many changes to list.
- 9c9713e Documentation updated
- 345be5d Fixed --path in CLI tools
- 2b1b9c1 Frame update API endpoint and CLI
- 183d38e Minor bug fix
- 3123acd Refactored endpoints that fetch data
- e4109ea Removed DEBUG messages
- 0db74d0 Removed embed_fs
- 43c00f7 Setup saves keys in base64 format
- 0b67449 Small improvments in systemd docs
- 8755558 Update API.md
- d165d6d Updated cli descriptions, and help.
- 4cbd9fc UrlKey is no longer needed
- 7d6eda5 f:pk: keys are no longer stored in the database
v0.4.1
Changelog
v0.4.0
Changelog
- 0244620 API requests signed and verified using ed25519
- 92158a8 Bug fix in notification_test.go
- 186d575 Cleanup, minor edits
- aec2de4 Fix import/export Notifications
- 834a112 Fixed Get* functions that are expected to ret ranges
- c1d7eb1 Frames API and CLI use pagination
- ebfb91d Merge branch 'dev'
- 16c23f7 Merge branch 'main' of github.com:vrypan/farma
- 2f588e8 Subscriptions API an cli use pagination
- 0ce647e Update API.md
- 97bd615 Update API.md
- f038861 Update README.md
- 15b52bc Updated documentation
- 6182a08 Updated to use paginated API calls
- 7499150 dbkeys API and CLI use pagination
- 36fcec1 nodejs example on how to use the API
v0.3.1
v0.3.0
Changelog
- 8b23828 A few improvements to GetKeysWithPrefix and related tests
- d640082 Log server shutdown
- 5943dcb Moved JFS.go to (new) utils/
- ee80ce1 Notification and UserLog models updated
- ec6c5ff Refactored GetKeysWithPrefix and added tests
- 7d942bf Refactored utils -> models
- f70ba94 Renamed file
- 867047f Renamed test
- ecf4f3c Updated API and CLI to support the new notifs
- 73a4100 Updated to work with new protojson-generated json API
- 883a6b8 UserLogs.EvtContext can be EventContextNone
- ca98028 Using protojson to marshal json responses
- 03a23a8 import/export commands
- e9c4d17 show notification.Id if EventContextNotification
v0.2.4
Changelog
- 77c9d50 Bug fix?
- ea6c0f7 Documentation update
- 8ea7214 Documentation update
- 7b60125 Fix?
- dd8d322 Fixed a bug that left stale urlKeys in db (I hope).
- acaf89f Hopefully fixed a bug with stale UrlKeys
- d6d7ec0 Removed debug code
- 0712b9b Update systemd.md
- 9a639f1 notification-send and /notifications with userIds
v0.2.3
v0.2.1
Changelog
- 502ad63 API partity with v0.1.1. CLI tools updated
- 8eeaa35 Added /dbkeys API endpoint and dbkeys-list cmd
- f3fca8a Consistent JSON responses
- e9e8647 Custom auth
- b823974 First take on implementing the API with gin.
- ccd9130 Implemented all API calls that are present in v0.1.1
- 6f1c2e2 Improved API error responses
- e8eee05 Refactored API endpoints
- 0d50d1c Removed cli.go
- d66b4b4 Update README.md
- 4c942a1 Updated API documentation