Releases: testillano/http2comm
Release list
[v2.2.15] Add ifdef directive for patched nghttp2 library
Added
Added precompilation directiive to hide source code related to configurable
max concurrent streams in order to support non-patched nghttp2 libraries.
The library testillano/nghttp2 is ready to support that feature so the section is
going to be enabled.
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.14] Make confiigurable Max Concurrent Streams on server
Added
New interface to allow configurability for SETTINGS_MAX_CONCURRENT_STREAMS
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Make server max concurrent streams configurable (testillano/h2agent#136)
Changelog
[v2.2.13] Allow to implement server specific handlers
Added
New virtual method for http2 server which allows to register handler.
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.12] New streamClose() virtual method
Added
Added virtual method to know when the message has been sent
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.11] Fix dangling session crashes
Fixed
Guard submit against NULL nghttp2 session
Race condition in close() causes NULL session
Avoid shutdown() race in async_send error path
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.10] Support io context variants and asio API adaptations
Added
Support nghttp2-asio variants
Asio API adaptations.
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.9] Fix crashdump in async_send
Fixed
Fix crash in asynchronous send (null pointer used)
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.8] Fix metrics family registering
Fixed
Move source from family label to instance label
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.7] Fix non-lazy reconnection (client endpoint)
Fixed
Reconnect on demand when connection is down at send time
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder
Issues report
Changelog
[v2.2.6] Complete HTTP code literals
Added
Full list of HTTP Status Code literals (enum) available for library users.
Docker images
https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder