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.21.0 - autoclosed #199

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.21.0

Compare Source

Notes:

  • RespondSDP to dialog server to avoid missing header
  • TransactionRequest on dialog client and server exposed for correct sending Requests within dialog. There is SIP rfc section
  • Lot of fixes, mainly for dialog
  • Dialog Refer (transfer) support is in experimental. More is done on sipgox currently
  • SIP Uri parsing was failing for sip://user@host . Now this is fixed

Full Changelog: emiago/sipgo@v0.20.0...v0.21.0

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 May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (f939bc7) to head (73d4652).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #199   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          28      28           
  Lines        1897    1897           
======================================
  Misses       1897    1897           
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 changed the title Update module github.com/emiago/sipgo to v0.21.0 Update module github.com/emiago/sipgo to v0.21.0 - autoclosed May 23, 2024
@renovate renovate bot closed this May 23, 2024
@renovate renovate bot deleted the renovate/github.com-emiago-sipgo-0.x branch May 23, 2024 16:11
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

0 participants