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 go.uber.org/mock from 0.4.0 to 0.5.0 #31

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps go.uber.org/mock from 0.4.0 to 0.5.0.

Release notes

Sourced from go.uber.org/mock's releases.

v0.5.0

0.5.0 (15 Oct 2024)

Added

  • #153[]: Add --write_command_comment flag to specify whether to include Generated by this command comment.
  • #191[]: Add --build_constraint flag to add //go:build directives to generated mocks
  • #214[]: Add gob mode to support custom package loading techniques in place of --exec_only

Changed

  • #181[]: Made mockgen faster by changing flags passed to go list.
  • #183[]: Made Cond matcher generic.
  • #204[]: Removed ISGOMOCK() from generated mocks.
  • #207[]: Deprecated reflect mode and replaced it with the new package mode.

Fixed

  • #144[]: Fix a deadlock that can happen when mocking an interface that matches fmt.Stringer.
  • #168[]: Fix an issue where the "generated by" comment was being included in the package comment of generated mocks.

#144: uber-go/mock#144 #153: uber-go/mock#153 #168: uber-go/mock#168 #181: uber-go/mock#181 #183: uber-go/mock#183 #191: uber-go/mock#191 #204: uber-go/mock#204 #207: uber-go/mock#207 #214: uber-go/mock#214

Thanks to @​tulzke @​JacobOaks @​ARR4N @​sashamelentyev @​sywhang @​fasmat @​eyasy1217 @​ghouscht @​tie @​Neo2308 @​carson-brill @​alexandear @​sodul @​nbgraham for their contributions this release.

Changelog

Sourced from go.uber.org/mock's changelog.

0.5.0 (15 Oct 2024)

Added

  • #153[]: Add --write_command_comment flag to specify whether to include Generated by this command comment.
  • #191[]: Add --build_constraint flag to add //go:build directives to generated mocks
  • #214[]: Add gob mode to support custom package loading techniques in place of --exec_only

Changed

  • #181[]: Made mockgen faster by changing flags passed to go list.
  • #183[]: Made Cond matcher generic.
  • #204[]: Removed ISGOMOCK() from generated mocks.
  • #207[]: Deprecated reflect mode and replaced it with the new package mode.

Fixed

  • #144[]: Fix a deadlock that can happen when mocking an interface that matches fmt.Stringer.
  • #168[]: Fix an issue where the "generated by" comment was being included in the package comment of generated mocks.

#144: uber-go/mock#144 #153: uber-go/mock#153 #168: uber-go/mock#168 #181: uber-go/mock#181 #183: uber-go/mock#183 #191: uber-go/mock#191 #204: uber-go/mock#204 #207: uber-go/mock#207 #214: uber-go/mock#214

Thanks to @​tulzke @​JacobOaks @​ARR4N @​sashamelentyev @​sywhang @​fasmat @​eyasy1217 @​ghouscht @​tie @​Neo2308 @​carson-brill @​alexandear @​sodul @​nbgraham for their contributions this release.

Commits
  • a9c44d9 Release v0.5.0 (#213)
  • d164a16 Add gob mode to support custom package loading techniques in place of `--exec...
  • d01ed30 deprecated reflect mode has been replaced with package mode (#207)
  • 6d5eb71 Regenerate generated mocks (#206)
  • 8adc9de feat: mockgen flag --build_constraint to add //go:build directives (#191)
  • c50d83c Support Go 1.22 and Go 1.23 (#203)
  • 33ccc99 Avoid stringer-related deadlocks without adding ISGOMOCK (#204)
  • 60372e3 chore: gofumpt -w . (#202)
  • 70a5e8c Clarify documentation on Finish (#194)
  • ec32d99 Bump goreleaser/goreleaser-action from 4 to 6 (#182)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 18, 2024
@mazrean
Copy link
Owner

mazrean commented Nov 8, 2024

@dependabot rebase

Bumps [go.uber.org/mock](https://github.com/uber/mock) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: go.uber.org/mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.uber.org/mock-0.5.0 branch from 34e8f8c to 8541948 Compare November 8, 2024 18:37
Copy link

github-actions bot commented Nov 9, 2024

Benchmark Result

goos: linux
goarch: amd64
pkg: github.com/mazrean/formstream
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkFormStreamFastPath/1MB-4 	    2731	    419539 ns/op	   10016 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/10MB-4         	     300	   4052124 ns/op	   10031 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/100MB-4        	      28	  41453356 ns/op	   10304 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/1GB-4          	       3	 424099912 ns/op	   12906 B/op	      65 allocs/op
BenchmarkFormStreamSlowPath/1MB-4          	    2637	    446055 ns/op	   16499 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/10MB-4         	     256	   4740754 ns/op	  141325 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/100MB-4        	       5	 210335583 ns/op	26890033 B/op	      81 allocs/op
BenchmarkFormStreamSlowPath/1GB-4          	       1	2408275185 ns/op	134269632 B/op	     101 allocs/op
BenchmarkStdMultipartNextPart/1MB-4        	    2532	    419343 ns/op	   39303 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/10MB-4       	     297	   4046444 ns/op	   39317 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/100MB-4      	      28	  41383442 ns/op	   39898 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/1GB-4        	       3	 435030248 ns/op	   42202 B/op	      33 allocs/op
BenchmarkStdMultipartReadForm/1MB-4        	    1136	    988839 ns/op	 4204011 B/op	      61 allocs/op
BenchmarkStdMultipartReadForm/10MB-4       	     141	   8466177 ns/op	33566585 B/op	      64 allocs/op
BenchmarkStdMultipartReadForm/100MB-4      	       5	 239432588 ns/op	134267096 B/op	      79 allocs/op
BenchmarkStdMultipartReadForm/1GB-4        	       1	2533959231 ns/op	134283624 B/op	      83 allocs/op
PASS
ok  	github.com/mazrean/formstream	32.346s
pprof command
gh api /repos/mazrean/formstream/actions/artifacts/2166640118/zip > /tmp/profile.zip
unzip /tmp/profile.zip -d profile
rm -rf /tmp/profile.zip
go tool pprof -http :6060 profile/cpu.out

@mazrean mazrean force-pushed the dependabot/go_modules/go.uber.org/mock-0.5.0 branch from c330cfb to 02d4bd0 Compare November 9, 2024 12:59
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.70%. Comparing base (fe7f117) to head (02d4bd0).

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #31       +/-   ##
===========================================
- Coverage   69.41%   57.70%   -11.71%     
===========================================
  Files           8       12        +4     
  Lines         376      506      +130     
===========================================
+ Hits          261      292       +31     
- Misses         94      193       +99     
  Partials       21       21               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mazrean mazrean merged commit 9d369ab into main Nov 9, 2024
3 checks passed
@mazrean mazrean deleted the dependabot/go_modules/go.uber.org/mock-0.5.0 branch November 9, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants