Releases: cubic-js/cubic-api
Releases · cubic-js/cubic-api
v2.0.4
2.0.4 (2018-10-12)
Bug Fixes
- Revert last changes, seems to have messed up some things. (e905d9c)
v2.0.3
2.0.3 (2018-10-11)
Bug Fixes
- Ensure a 503 response is returned when no node has connected to the API yet. (d0dcff3)
v2.0.2
2.0.2 (2018-10-08)
Bug Fixes
- Temporarily remove auto-refresh in auth middleware. (b23aefa)
v2.0.1
2.0.1 (2018-10-08)
Bug Fixes
- Update cubic-client to 2.0.0 (e7669dc)
v2.0.0
2.0.0 (2018-10-08)
Bug Fixes
- Who the fuck thought Socket.io is a good idea. (ea2095c)
v1.3.3
1.3.3 (2018-09-30)
Bug Fixes
- Fix bug that would cause the logger to display everything as http. (c6d7442)
- Logger no longer doesn't log when the response is an object. (850d5a0)
v1.3.2
1.3.2 (2018-09-30)
Bug Fixes
- Use callback based inter-node communication instead of relying on custom request ids. (65f2577)
v1.3.1
1.3.1 (2018-09-25)
Bug Fixes
- Stop logging middleware from sometimes responding twice, resulting in an error. (3bec7d9)
v1.3.0
1.3.0 (2018-08-11)
Bug Fixes
- correctly parses the base64 cookie now (61d5791)
- now sets access token in req object again (049aa75)
- Use common error response format when tokens expire. (bd9f1cd)
Features
- Implement auth cookie handling. (391a9fb)
- takes over headers from response (64bd57a)
v1.2.3
1.2.3 (2018-07-16)
Bug Fixes
- Use single redis client for cache/limiter middleware. This should save around ~10MB of memory. (6a21ee2)