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

[v4] Implements v4 for v4.24.0-alpha #1596

Merged
merged 14 commits into from
Apr 22, 2024
Merged

[v4] Implements v4 for v4.24.0-alpha #1596

merged 14 commits into from
Apr 22, 2024

Conversation

shirou
Copy link
Owner

@shirou shirou commented Feb 17, 2024

This PR introduce new release v4, discussed at #1553.
This is a sub-PR. The main PR is #1628.

Note: Release schedule is not fixed yet.

Breaking Changes

  • host/SensorsTemperatures() moved to in the new sensors package.
  • process.Groups() now returns uint32. (Groups in /proc/PID/status has type uint32. #1424)
  • process.Uids() and process.Gids() also now uint32.
    • The Pid remains int32. This is because changing it is expected to have a significant impact.
  • mem.VirtualMemoryExStat is now ExVirtualMemory with ExLinux and ExWindows.

Other

@shirou shirou force-pushed the feat/v4.24.0-alpha branch 2 times, most recently from 3649768 to 0295ae7 Compare February 17, 2024 12:16
@shirou shirou changed the title [v4] Implements v4 [WIP][v4] Implements v4 Feb 18, 2024
@shirou shirou force-pushed the feat/v4.24.0-alpha branch 4 times, most recently from d3b9bc3 to 0afda56 Compare February 24, 2024 09:27
@shirou shirou force-pushed the feat/v4.24.0-alpha branch from be0dfd5 to dbc1fd4 Compare March 10, 2024 02:07
@shirou shirou marked this pull request as ready for review March 10, 2024 02:07
@shirou shirou force-pushed the feat/v4.24.0-alpha branch from dbc1fd4 to c536833 Compare April 22, 2024 12:47
@shirou shirou changed the base branch from master to release/v4 April 22, 2024 12:47
@shirou shirou changed the title [WIP][v4] Implements v4 [v4] Implements v4 for v4.24.0-alpha Apr 22, 2024
@shirou shirou merged commit 68ea863 into release/v4 Apr 22, 2024
45 checks passed
@shirou shirou deleted the feat/v4.24.0-alpha branch April 22, 2024 12:54
@shirou shirou mentioned this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants