Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Releases: renoki-co/echo-server

4.0.0

24 Feb 10:25
adc2634
Compare
Choose a tag to compare
  • 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

24 Feb 10:24
Compare
Choose a tag to compare
Pre-checks for null socket

3.1.0

22 Feb 20:01
d094f81
Compare
Choose a tag to compare
  • Added stats for each app

3.0.1

22 Feb 20:01
Compare
Choose a tag to compare
fixed http api

3.0.0

18 Feb 15:27
47d737c
Compare
Choose a tag to compare
Merge pull request #10 from renoki-co/deprecate/auth

[3.x] Deprecate auth

2.0.2

06 Feb 12:19
Compare
Choose a tag to compare

2.0.1

06 Feb 12:14
Compare
Choose a tag to compare
  • Fixed a bug where Cookie could turn undefined (7903d61)

2.0.0

24 Jan 17:39
Compare
Choose a tag to compare

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

20 Jan 18:37
Compare
Choose a tag to compare
  • Added local driver for single-instance apps; the only downside is that it is not desired for multi-nodes environments (d7e0604)

1.7.0

20 Jan 18:05
Compare
Choose a tag to compare
  • Extract the app object at the App class level (fea2737)
  • Attach the Echo App object at the request-level on signing the token (26e3ca9)