Skip to content

Releases: testillano/http2comm

[v2.2.1] fixes and improvements

25 Nov 18:30

Choose a tag to compare

Fixed

Fix message size histogram updates (#29).

Some other fixes and improvements.

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Fix message size histogram updates (#29).

Changelog

v2.2.0...v2.2.1

[v2.2.0] Rename virtual methods

05 Nov 18:44

Choose a tag to compare

[v2.1.12] Minor improvements

04 Nov 10:24

Choose a tag to compare

Added

Improved error trace for client errors, to include reception identifier
Prepare asynchronous serving mode.
Implement virtual streamClose server method to notify when an
error condition arises on communication.

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Changelog

v2.1.11...v2.1.12

[v2.1.11] Dynamic response delays

28 Oct 22:32

Choose a tag to compare

[v2.1.10] Manage RST_STREAM and GOAWAY error codes

27 Oct 09:10

Choose a tag to compare

[v2.1.9] Refactor client send() to be asynchronous

20 Oct 16:03

Choose a tag to compare

Fixed

Fix typo in counters name
Ignore body on send() for GET, DELETE and HEAD (#27).

Added

Add docker pulls badge

Changed

Refactor client send() to be asynchronous (#26).

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Refactor client send() to be asynchronous (#26).
Ignore body on send() for GET, DELETE and HEAD (#27).

Changelog

v2.1.8...v2.1.9

[v2.1.8] Adaptations from nghttp2 1.51.0

20 Dec 22:56

Choose a tag to compare

Changed

Since nghttp2 1.51.0, the nghttp2-asio library has been separated and percent_encode() has been
removed (new percent_encode_path exists, but do different job than needed).
Re-implement percent_encode function (#25).

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Re-implement percent_encode function (#25).

Changelog

v2.1.7...v2.1.8

[v2.1.7] Add labels to gauges and histograms

26 Nov 22:27

Choose a tag to compare

Added

Gauges and histograms will include labels for method and status code.
This has been tested and no performance impact exists.

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.1.6...v2.1.7

[v2.1.6] Improve metrics design

13 Aug 14:43

Choose a tag to compare

[v2.1.5] Refactor metrics names

10 Aug 19:05

Choose a tag to compare