Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N node-http-proxy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 482
    • Issues 482
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 102
    • Merge requests 102
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • http ... PARTY!
  • node-http-proxy
  • Merge requests
  • !1370

[dist] Update dependency socket.io-client to v2 - autoclosed

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge renovate/socket.io-client-2.x into master Aug 22, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update Change
socket.io-client dependencies major ~0.9.16 -> ~2.3.0

Release Notes

Automattic/socket.io-client

v2.3.1

Compare Source

The debug dependency has been reverted to ~3.1.0, as the newer versions contains ES6 syntax which breaks in IE browsers.

Please note that this only applied to users that bundle the Socket.IO client in their application, with webpack for example, as the "official" bundles (in the dist/ folder) were already transpiled with babel.

For webpack users, you can also take a look at the webpack-remove-debug plugin.

Bug Fixes
  • fix reconnection after opening socket asynchronously (#​1253) (050108b)

v2.3.0

Compare Source

Links:
  • Milestone: -
  • Diff: https://github.com/socketio/socket.io-client/compare/2.2.0...2.3.0
  • Server release: 2.3.0
  • engine.io-client version: ~3.4.0 (diff: https://github.com/socketio/engine.io-client/compare/3.3.1...3.4.0)
  • ws version: ~6.1.0
  • Build size
    • socket.io.js:
      • min: 67.0 KB (+ 6.0 KB)
      • min+gzip: 20.5 KB (+ 1.0 KB)
    • socket.io.slim.js:
      • min: 52.2 KB (+ 0.4 KB)
      • min+gzip: 16.4 KB (+ 0.1 KB)
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.3.0.slim.js

v2.2.0

Compare Source

Bug fixes

  • remove any reference to the global variable (related: socketio#​1166)
Links:
  • Milestone: 2.2.0
  • Diff: https://github.com/socketio/socket.io-client/compare/2.1.1...2.2.0
  • Server release: 2.2.0
  • engine.io-client version: ~3.3.1 (diff: https://github.com/socketio/engine.io-client/compare/3.2.0...3.3.1)
  • ws version: ~6.1.0 (diff: https://github.com/websockets/ws/compare/3.3.1...6.1.2)
  • Build size
    • socket.io.js:
      • min: 61.0 KB (=)
      • min+gzip: 19.5 KB (- 0.1 KB)
    • socket.io.slim.js:
      • min: 51.8 KB (=)
      • min+gzip: 16.3 KB (=)
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.2.0.slim.js

v2.1.1

Compare Source

Bug fixes

  • fire an error event on middleware failure for non-root namespace (#​1202)
Links:
  • Milestone: 2.1.1
  • Diff: https://github.com/socketio/socket.io-client/compare/2.1.0...2.1.1
  • Server release: 2.1.1
  • engine.io-client version: ~3.2.0
  • ws version: ~3.3.1
  • Build size
    • socket.io.js:
      • min: 61.0 KB (+ 0.1 KB)
      • min+gzip: 19.6 KB (=)
    • socket.io.slim.js:
      • min: 51.8 KB (=)
      • min+gzip: 16.3 KB (=)
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.1.1/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.1.1.slim.js

v2.1.0

Compare Source

Matching Socket.IO 2.1.0 release notes

Features

  • add a 'binary' flag (#​1194)
// by default, the object is recursively scanned to check whether it contains some binary data
// in the following example, the check is skipped in order to improve performance
socket.binary(false).emit('plain-object', object);
Links:
  • Milestone: 2.1.0
  • Diff: 2.0.4...2.1.0
  • Server release: 2.1.0
  • Diff engine.io-client from ~3.1.0 to ~3.2.0: https://github.com/socketio/engine.io-client/compare/3.1.0...3.2.0
  • Diff ws from ~2.3.1 to ~3.3.1: https://github.com/websockets/ws/compare/2.3.1...3.3.1
  • Build size
    • socket.io.js:
      • min: 60.9 KB
      • min+gzip: 19.6 KB
    • socket.io.slim.js:
      • min: 51.8 KB
      • min+gzip: 16.3 KB
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.1.0/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.1.0.slim.js

v2.0.4

Compare Source

Following server version bump.

Links:
  • Milestone: 2.0.4
  • Diff: 2.0.3...2.0.4
  • Server release: 2.0.4
  • Diff engine.io-client: -
  • Diff ws: -
  • Build size
    • socket.io.js:
      • min: 59.3 KB
      • min+gzip: 19.0 KB
    • socket.io.slim.js:
      • min: 51.2 KB
      • min+gzip: 16.0 KB
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.0.4.slim.js

v2.0.3

Compare Source

Following server version bump.

Links:
  • Milestone: 2.0.3
  • Diff: 2.0.2...2.0.3
  • Server release: 2.0.3
  • Diff engine.io-client: -
  • Diff ws: -
  • Build size
    • socket.io.js:
      • min: 59.8 KB
      • min+gzip: 19.2 KB
    • socket.io.slim.js:
      • min: 51.7 KB
      • min+gzip: 16.3 KB
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.0.3.slim.js

v2.0.2

Compare Source

Bug fixes

  • do not update the opts.query reference (#​1121)
Links:
  • Milestone: 2.0.2
  • Diff: 2.0.1...2.0.2
  • Server release: 2.0.2
  • Diff engine.io-client: -
  • Diff ws: -
  • Build size
    • socket.io.js:
      • min: 59.8 KB
      • min+gzip: 19.3 KB
    • socket.io.slim.js:
      • min: 51.7 KB
      • min+gzip: 16.3 KB
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.2/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.0.2.slim.js

v2.0.1

Compare Source

(following socket.io version bump)

Links:
  • Milestone: -
  • Diff: 2.0.0...2.0.1
  • Server release: 2.0.1
  • Diff engine.io-client: -
  • Diff ws: -
  • Build size
    • socket.io.js:
      • min: 59.6 KB
      • min+gzip: 19.2 KB
    • socket.io.slim.js:
      • min: 51.6 KB
      • min+gzip: 16.3 KB
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.1/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.0.1.slim.js

v2.0.0

Compare Source

  • [feat] Move binary detection to the parser (#​1103)
    • [feat] Allow the use of a custom parser (#​1075)
    • [fix] Run tests on the minified files (#​1042)
    • [fix] Add nsp prefix to socket.id (#​1058)
    • [test] Update browsers matrix (#​1059)
    • [chore] Bump engine.io-client to version 3.1.0 (#​1109)
    • [chore] Bump dev dependencies (#​1108)
    • [chore] Bump debug to version 2.6.4 (#​1101)
    • [chore] Fix dependencies (#​1096)
    • [chore] Bump engine.io-client to version 2.0.2 (#​1074)
    • [chore] Bump socket.io-parser to version 2.3.2 (#​1071)
    • [chore] Bump engine.io-client to version 2.0.0 (#​1062)
    • [chore] Update issue template with fiddle (#​1057)
    • [docs] Fix messed events documentation (#​1089)
    • [docs] Fix Manager constructor documentation (#​1093)
    • [docs] Fix format in API.md (#​1090)
    • [docs] Add note regarding the Emitter class (#​1079)
    • [docs] Add missing path option in the documentation (#​1078)
    • [docs] Fix typo (#​1076)
    • [docs] Fix typo (#​1066)
    • [docs] Add connect_error and connect_timeout events (#​1051)
    • [docs] API documentation (#​1049)
Links:
  • Server release: 2.0.0
  • Build size
    • socket.io.js:
      • min: 59.6 KB
      • min+gzip: 19.2 KB
    • socket.io.slim.js:
      • min: 51.6 KB
      • min+gzip: 16.3 KB
  • CDN
    • https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.0/socket.io.slim.js
    • https://cdn.socket.io/socket.io-2.0.0.slim.js

v1.7.4

Compare Source

  • [chore] Bump engine.io-client to version 1.8.4

v1.7.3

Compare Source

v1.7.2

Compare Source

  • [chore] Bump engine.io-client to version 1.8.2 (#​1044)
  • [chore] Speed up lint by avoiding '*/.js' matching pattern (#​1043)

v1.7.1

Compare Source

  • [docs] Add saucelabs browser matrix in README (#​1035)
  • [fix] Fix json import in slim build (#​1036)

v1.7.0

Compare Source

  • [chore] Move generated files to dist folder (#​1025)
  • [chore] Provide a slim build without JSON3 and debug (#​1030)
  • [chore] Bump engine.io-client to 1.8.1 (#​1032)

v1.6.0

Compare Source

  • [feature] emit sourcemap for socket.io.js (#​953)
  • [feature] Support minified socket.io.min.js (#​1021)
  • [chore] Bump dependencies (#​1026)

v1.5.1

Compare Source

  • [chore] Disable AMD for json3 (#​1005)
  • [chore] Bump socket.io-parser to 2.3.0 (#​1009)
  • [chore] Bump engine.io-client to 1.7.1 (#​1010)
  • [chore] Update zuul browser settings (#​1011)
  • [chore] Add Github issue and PR templates (#​1013)
  • [chore] Bump engine.io-client to 1.7.2 and socket.io-parser to 2.3.1 (#​1015)

v1.5.0

Compare Source

  • [fix] Fix query string management (#​943)
  • [chore] Add gulp & babel in the build process (#​940)
  • [chore] Add eslint (#​951)
  • [chore] bump zuul (#​958)
  • [chore] Remove jspm browser config (#​957)
  • [chore] Update zuul browser settings following EOL notices (#​985)
  • [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#​997)
  • [chore] reference build badge to master branch (#​967)
  • [chore] Bump engine.io-client to 1.7.0 (#​996)
  • [chore] Restrict files included in npm package (#​998)

v1.4.8

Compare Source

v1.4.7

Compare Source

v1.4.6

Compare Source

v1.4.5

Compare Source

v1.4.4

Compare Source

v1.4.3

Compare Source

v1.4.2

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

v1.3.7

Compare Source

v1.3.6

Compare Source

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

v1.1.0

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ 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 WhiteSource Renovate. View repository job log here.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/socket.io-client-2.x