Releases: testillano/http2comm
[v2.0.8] Minor fixes
Changed
Fix wrong method name: dispacher -> dispatcher
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Changelog
[v2.0.7] Minor improvements
Changed
Rename some methods
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Changelog
[v2.0.6] Congestion control
Added
Implement basic congestion control algorithm.
Changed
Remove QueueDispatcher from project, and delegate in https://github.com/testillano/queuedispatcher
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Implement basic congestion control (#19).
Changelog
[v2.0.5] Http2 client metrics
Added
Implement metrics for http/2 client (#18).
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Implement metrics for http/2 client (#18).
Changelog
[v2.0.4] Minor improvements
Changed
Simplify method enum class to use string (#17).
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Simplify method enum class to use string (#17).
Changelog
[v2.0.3] Fix timeout management
Changed
Improve timeout implementation for client connections (#16).
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Improve timeout implementation for client connections (#16).
Changelog
[v2.0.2] Connection status description
Added
Implement http2client get connection status getter (#15).
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Implement http2client get connection status getter (#15).
Changelog
[v2.0.1] Fix coredump for delayed responses over broken connection
Fixed
Fix coredump on delayed responses for broken connection (#14).
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Fix coredump on delayed responses for broken connection (#14).
Changelog
[v2.0.0] Dynamic worker threads creation
Added
Dynamic threads grow until maximum provided (#13).
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Dynamic threads grow until maximum provided (#13).
Changelog
[v1.4.4] Configure keep alive activity timeout
Added
Make configurable the server activity keepalive (#12).
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Make configurable the server activity keepalive (#12).