Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump HG version to 2.4.0rc5 #758

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Documentation/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This is a preview release of the v2.4.0 release.

## New features

<span style="color:blue">Added in rc5</span>

- __[HG]__
- Add `HG_Get_input_payload_size()`/`HG_Get_output_payload_size()`
- Add the ability to query input / output payload sizes
- Add `HG_Diag_dump_counters()` to dump diagnostic counters
- Add `rpc_req_recv_active_count` and `rpc_multi_recv_copy_count` counters
- Add `HG_Class_get_counters()` to retrieve internal counters

<span style="color:blue">Added in rc4</span>

- __[HG]__
Expand Down Expand Up @@ -90,6 +99,14 @@ This is a preview release of the v2.4.0 release.

## Bug fixes

<span style="color:blue">Added in rc5</span>

- __[HG]__
- Make `HG_Core_event_ready()` non-inline to fix NA dependency and remove `HG_Core_event_ready_loopback()` from public API
- Fix NA init info not correctly set from HG
- __[NA BMI/MPI]__
- Return actual msg size through cb info

<span style="color:blue">Added in rc4</span>

- __[HG]__
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0rc4
2.4.0rc5
Loading