Releases: 5app/buslane
Releases · 5app/buslane
v3.4.1
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.1
HTTP1
This is a major release which consists on dropping HTTP2 in favour of HTTP1 in order to resolve 2 issues:
- Recover connections after the service recovers: this can also be achieved by re-attempting connections and handling extra HTTP2 headers like GOAWAY (in addition to the current ERR_HTTP2_INVALID_SESSION).
- Load balance requests between multiple instances of the same service: HTTP2 creates a session which binds 2 services (instances) together.
Both these issues can be solved by using HTTP1 instead of HTTP2.
On the other hand, as we drop "sessions", there will be a handshake every time a request is made.
This new package is published under @5app/buslane