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

Add extraHeaders to unsubscribe #1046

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2021

  1. Merge pull request #3 from reporty/feature/REP-44855

    Add `onAck` delegation for Session
    slavikbialik authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    70eff7e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Bump lodash from 4.17.20 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 7, 2021
    Configuration menu
    Copy the full SHA
    c821359 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Bump url-parse from 1.4.7 to 1.5.1

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.4.7...1.5.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 8, 2021
    Configuration menu
    Copy the full SHA
    4ef4403 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Merge pull request onsip#926 from onsip/dependabot/npm_and_yarn/lodas…

    …h-4.17.21
    
    Bump lodash from 4.17.20 to 4.17.21
    egreenmachine authored May 11, 2021
    Configuration menu
    Copy the full SHA
    852270c View commit details
    Browse the repository at this point in the history
  2. Merge pull request onsip#927 from onsip/dependabot/npm_and_yarn/url-p…

    …arse-1.5.1
    
    Bump url-parse from 1.4.7 to 1.5.1
    egreenmachine authored May 11, 2021
    Configuration menu
    Copy the full SHA
    06c4ed2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Bump ws from 7.4.4 to 7.4.6

    Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.4.4...7.4.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 28, 2021
    Configuration menu
    Copy the full SHA
    94adc03 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Bump glob-parent from 5.1.1 to 5.1.2

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f757998 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    67bea3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request onsip#940 from nnaoi/master

    fix typo in docs/session-description-handler.md
    etamme authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    bee355b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    4910cc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request onsip#936 from onsip/dependabot/npm_and_yarn/glob-…

    …parent-5.1.2
    
    Bump glob-parent from 5.1.1 to 5.1.2
    egreenmachine authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    697fb08 View commit details
    Browse the repository at this point in the history
  3. Merge pull request onsip#935 from onsip/dependabot/npm_and_yarn/ws-7.4.6

    Bump ws from 7.4.4 to 7.4.6
    egreenmachine authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    5dc8d56 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Merge pull request onsip#941 from Talkdesk/master

    Support for ephemeral credentials
    etamme authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5cf8056 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Merge pull request #4 from onsip/master

    upgrade our fork to 0.20.0
    slavikbialik authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a399b7c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    slavikbialik committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    fa6013c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. add onCancel delegation for Session

    slavikbialik committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f296edc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. changing onCancel according to eric's caveats

    slavikbialik committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0957804 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from carbyne911/REP-48854

    add `onCancel` delegation to Session
    slavikbialik authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b4737b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    22c2f24 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Merge pull request #7 from carbyne911/feature/REP-58286

    REP-58286 - fix unsubscribe by disabling N timer on unsubscribe
    slavikbialik authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    25d3330 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. create new function to dispose registrer without unregister

    REPORTY\netaneld committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b3a242c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Merge pull request #8 from carbyne911/feature/REP-59194

    create new function to dispose registrer without unregister
    netdad1712 authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    a744277 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    0086f08 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    8718c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a6e28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from carbyne911/feature/REP-60578_2

    Upgrading Sip.js client tp 0.21.2
    netdad1712 authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    8778a28 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    523a304 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge pull request #11 from carbyne911/feature/REP-61021

    Add extraHeaders to unsubscribe
    slavikbialik authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0e4a1b4 View commit details
    Browse the repository at this point in the history
  2. no message

    slavikbialik committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0d087da View commit details
    Browse the repository at this point in the history