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

chore: release v0.2.0 #33

Merged
merged 1 commit into from
Sep 6, 2024
Merged

chore: release v0.2.0 #33

merged 1 commit into from
Sep 6, 2024

Conversation

Stebalien
Copy link
Member

  • Handle non-monotonic clocks.
  • Reduce the chances of fake bandwidth spikes (e.g., because a large message is reported all at once).
  • Modernize some code (modern go atomics, etc.).

- Handle non-monotonic clocks.
- Reduce the chances of fake bandwidth spikes (e.g., because a large
  message is reported all at once).
- Modernize some code (modern go atomics, etc.).
Copy link

github-actions bot commented Sep 6, 2024

Suggested version: 0.2.0

Comparing to: v0.1.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 0c94703..da9898f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
 module github.com/libp2p/go-flow-metrics
 
-go 1.17
+go 1.22
 
 require github.com/benbjohnson/clock v1.3.0

gorelease says:

# github.com/libp2p/go-flow-metrics/mockclocktest
## incompatible changes
package removed

# summary
Suggested version: v0.2.0

gocompat says:

HEAD is now at 3f13d05 introduce an API to set a mock clock (#20)
Previous HEAD position was 3f13d05 introduce an API to set a mock clock (#20)
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@Stebalien Stebalien merged commit 0aae1a1 into master Sep 6, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant