Releases: renoki-co/echo-server
Releases · renoki-co/echo-server
4.0.0
- Do not snapshot in case the app has no activity (#12, 6123525)
- Removed
local-disk
stats driver to avoid race conditions (#12, 4b7ec7d)
3.1.1
Pre-checks for null socket
3.0.0
Merge pull request #10 from renoki-co/deprecate/auth
[3.x] Deprecate auth
2.0.1
- Fixed a bug where Cookie could turn undefined (7903d61)
2.0.0
Commit 24b4a79
- Introducing
findByKey
and findById
- Using app key to find the app coming from the frontend connection
- Changed the default App Manager API Driver path request to
/echo-server/app
and will pass appId
and appKey
as GET
parameter
1.8.0
- Added local driver for single-instance apps; the only downside is that it is not desired for multi-nodes environments (d7e0604)
1.7.0
- Extract the app object at the App class level (fea2737)
- Attach the Echo App object at the request-level on signing the token (26e3ca9)