You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [BREAKING] Dropped support for all versions below Node.js v20.11.1
- While the api may still work on older versions, the app itself can't
run on them anymore due to internal fs changes.
- [BREAKING] Application register flow changed
- New websocket connections now register on the upgrade request, not
after the connection is established.
- This simplifies the connection process and improves performance.
- [BREAKING] Removed `isRegistered()` method from `ArunaClient`
- This method became obsolete with the new registration flow.
- [FEAT] Better docker support
- Enforce port to 3000 inside the container, regardless of the
configuration file.
- This allows easier deployment and avoids port conflicts, allowing the
user to map the port as needed in the docker itself.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ If you want to contribute to ArunaCore, please check our CONTRIBUTING.md file (*
82
82
83
83
## Authors
84
84
85
-
ArunaCore is developed with 💜 by <ahref="https://github.com/LoboMetalurgico">Lobo Metalurgico</a> and <ahref="https://github.com/emanuelfranklyn">Space_Interprise</a>.
85
+
ArunaCore is developed with 💜 by <ahref="https://github.com/LoboMetalurgico">Lobo Metalurgico</a> and <ahref="https://github.com/SpaceFox1">SpaceFox</a>.
0 commit comments