-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[v4] Implements v4 for v4.24.0-alpha #1596
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shirou
added
v4
and removed
package:host
package:process
package:cpu
package:disk
package:docker
package:net
package:load
package:mem
package:winservices
labels
Feb 17, 2024
shirou
force-pushed
the
feat/v4.24.0-alpha
branch
from
February 17, 2024 11:19
60f4fc7
to
5311f4d
Compare
shirou
force-pushed
the
feat/v4.24.0-alpha
branch
from
February 17, 2024 12:09
f54c36a
to
cad41e5
Compare
shirou
force-pushed
the
feat/v4.24.0-alpha
branch
2 times, most recently
from
February 17, 2024 12:16
3649768
to
0295ae7
Compare
shirou
force-pushed
the
feat/v4.24.0-alpha
branch
4 times, most recently
from
February 24, 2024 09:27
d3b9bc3
to
0afda56
Compare
shirou
force-pushed
the
feat/v4.24.0-alpha
branch
from
March 10, 2024 02:07
be0dfd5
to
dbc1fd4
Compare
shirou
force-pushed
the
feat/v4.24.0-alpha
branch
from
April 22, 2024 12:47
dbc1fd4
to
c536833
Compare
Merged
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 newsensors
package.process.Groups()
now returns uint32. (Groups in /proc/PID/status has type uint32. #1424)process.Uids()
andprocess.Gids()
also now uint32.mem.VirtualMemoryExStat
is nowExVirtualMemory
withExLinux
andExWindows
.Other