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

Update module github.com/emiago/sipgo to v0.20.0 #182

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/emiago/sipgo v0.17.0 -> v0.20.0 age adoption passing confidence

Release Notes

emiago/sipgo (github.com/emiago/sipgo)

v0.20.0

Compare Source

  • TLS and WSS handshake with hostname is now fixed and refactored. Broken in previous refactoring. Instead hostname we always passed IP.
  • SRV lookups are fixed now with correct behavior.
  • Local resolving also uses transport layer dns resolver. We could not override dns resolver due to this.
  • Added option to prefer SRV lookups over local, by setting DNSPreferSRV option
    ua.TransportLayer().DNSPreferSRV = true.
  • Some other minor cleanups and fixes

v0.19.0

Compare Source

HAS BREAKING CHANGES

  • NewRequest now accept recipient as value instead pointer to prevent nil pointer issue with no performance drop

Other:

  • client.DoDigestAuth exposes digest auth for client
  • uri.Endpoint adds URI endpoint style formating
  • lot of refactoring and cleanups

What's Changed

New Contributors

Full Changelog: emiago/sipgo@v0.18.0...v0.19.0

v0.18.0

Compare Source

What's Changed

  • fix: use record route header in bye by @​AnshulMalik in https://github.com/emiago/sipgo/pull/72
  • UDP connection handling improved + cleanup for udp listener connection is now fixed.
  • Some previous also fixes increased overall performance of library but also we may also improve transaction layer to remove some dummy concurency

Full Changelog: emiago/sipgo@v0.17.1...v0.18.0

v0.17.1

Compare Source

Full Changelog: emiago/sipgo@v0.17.0...v0.17.1

  • This release increases performance by moving concurrency on transaction layer after msg are parsed
  • Benchmarking is now parallel to simulate more clients
  • many other fixes...

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (997c32f) to head (32d6493).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #182   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          27      27           
  Lines        1761    1761           
======================================
  Misses       1761    1761           
Flag Coverage Δ
go 0.00% <ø> (ø)
wasm 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/github.com-emiago-sipgo-0.x branch from 2bf2513 to 9f33e0f Compare April 6, 2024 15:24
@renovate renovate bot changed the title Update module github.com/emiago/sipgo to v0.19.0 Update module github.com/emiago/sipgo to v0.20.0 Apr 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-emiago-sipgo-0.x branch 4 times, most recently from 3e4a826 to 7cf1924 Compare April 10, 2024 20:47
@renovate renovate bot force-pushed the renovate/github.com-emiago-sipgo-0.x branch 2 times, most recently from d454db2 to 34ce2ed Compare April 19, 2024 20:16
@renovate renovate bot force-pushed the renovate/github.com-emiago-sipgo-0.x branch 3 times, most recently from 713324c to 1bf6949 Compare April 29, 2024 13:27
@renovate renovate bot force-pushed the renovate/github.com-emiago-sipgo-0.x branch from 1bf6949 to 32d6493 Compare April 29, 2024 13:28
@Sean-Der
Copy link
Member

Newer version of sipgo requires 1.21, can't upgrade to that yet

@Sean-Der Sean-Der closed this Apr 29, 2024
@Sean-Der Sean-Der deleted the renovate/github.com-emiago-sipgo-0.x branch April 29, 2024 13:34
Copy link
Contributor Author

renovate bot commented Apr 29, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.20.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

None yet

1 participant