-
Release 0.0.1-alpha.6 Stable
released this
2025-07-30 19:39:26 -05:00 | 9 commits to main since this release0.0.1-alpha.6 (2025-07-31)
🌟 Enhancements
- logging: added in db and logging with websocket (52ef39f)
- settings: migrated all settings endpoints confirmed as well for updates (0575a34)
- ws server: added in a websocket on port system to help with better logging (5bcbdaf)
🐛 Bug fixes
- update server: fixed to make sure everything is stopped before doing the remaining update (13e282e)
- websocket: errors in saving client info during ping ping (4368111)
- wrapper: corrections to properly handle websockets :D (a761a36)
📚 Documentation
- .env example: added postrgres example (14dd87e)
- dockerbuild: comments as a reminder for my seld (52956ec)
- docker: docs about the custom network for the db is seperated (6a631be)
- wss: more ws stuff (63c053b)
🛠️ Code Refactor
- app port: changed to have the port be dyncamic on the iis side (074032f)
- build: added back in the build name stuff (92ce51e)
- config: changed to settings to match the other lst in node. makes it more easy to manage (3bc3801)
- createzip: added in env-example to the zip file (6c8ac33)
- docker compose example: added in postgress stuff plus network (623e19f)
- settings: changed config to settings and added in the update method for this as well (a0aa75c)
- wrapper: removed the logger stuff so we dont fill up space (8a08d3e)
- ws: ws logging and channel manager added no auth currently (a1a30cf)
🚀 Performance
- websocket: added in base url to help with ssl stuff and iis (daf9e8a)
📝 Testing Code
- iis: wrapper test for ws (75c17d2)
📈 Project changes
- hotreload: added in air for hot reloading (78be07c)
Downloads