Gabriel Grubba
e07df92e1e
Meteor version to 2.12 ☄️
2023-04-28 14:27:10 -03:00
Gabriel Grubba
4254d43403
Meteor version to 2.12-rc.0 ☄️
2023-04-27 15:18:25 -03:00
Gabriel Grubba
b3111be004
Meteor version to 2.12-beta.4 ☄️
2023-04-24 09:38:36 -03:00
Gabriel Grubba
bced5c0c2f
Meteor version to 2.12-beta.3 ☄️
2023-04-20 17:04:52 -03:00
Gabriel Grubba
7166082f27
Meteor version to 2.12 ☄️
2023-04-20 15:13:14 -03:00
harryadel
a16172d8e2
Use minified 1.6.1 version
2023-04-11 12:16:35 +02:00
harryadel
61c19891ee
Import sockjs from file instead of npm
2023-04-11 12:16:34 +02:00
harryadel
b65f7dc216
Remove sockjs-0.3.4.js file
2023-04-11 12:16:33 +02:00
harryadel
31d03c3248
Replace protocols_whitelist with transports
2023-04-11 12:16:32 +02:00
harryadel
de93db1405
Add sockjs-client npm module
2023-04-11 12:16:32 +02:00
denihs
b60b99ec81
Meteor version to 2.7.2 🎉
2022-05-09 11:01:56 -04:00
denihs
60bcb3fcf9
Meteor version to 2.7.2-rc.0 🎉
2022-04-28 11:12:04 -04:00
denihs
32a6617acb
Meteor version to 2.7.2-beta.0 🎉
2022-04-18 11:13:45 -04:00
Maxim Makarov
93326a066d
Ability to disable sockjs on client side
2022-04-18 10:35:22 -04:00
Jan Dvorak
525ac4d7d1
Release Meteor 2.3
2021-06-24 11:22:53 +02:00
Jan Dvorak
ddb3028ac7
Meteor 2.3 RC 3
2021-06-22 14:28:16 +02:00
Jan Dvorak
97ac32f7c1
Meteor 2.3 RC 2
2021-06-17 11:58:36 +02:00
Jan Dvorak
90b13f0e4c
Meteor 2.3 RC 1
2021-06-17 11:02:12 +02:00
Jan Dvorak
09498f525b
Meteor 2.3 RC 0
2021-06-15 11:56:59 +02:00
Jan Dvorak
b6fe049313
Meteor 2.3-beta.7
2021-06-12 12:27:25 +02:00
Jan Dvorak
0dfc7a7a64
Meteor 2.3-beta.6
2021-06-08 14:17:27 +02:00
Jan Dvorak
d919682ce0
Meteor 2.3-beta.5
2021-06-02 11:18:14 +02:00
Jan Dvorak
fe6b965450
2.3-beta.4
2021-05-29 20:15:01 +02:00
Jan Dvorak
e55cd30f4f
Release 2.3-beta.3
2021-05-28 23:02:23 +02:00
Jan Dvorak
bb58742622
2.3-beta.2
2021-05-28 18:52:00 +02:00
Jan Dvorak
96383dd63a
Update package versions
2021-05-28 18:18:17 +02:00
Jan Dvorak
9a9e90dbfc
socket-stream-client cleanup
2021-05-26 21:59:05 +02:00
Jan Dvorak
ae1de6d4be
Add Meteor import in socket-stream-client/urls
2021-05-26 21:24:27 +02:00
Jan Dvorak
05011de6af
Remove two test that are no longer needed
2021-05-25 21:18:32 +02:00
Jan Dvorak
f82685d0c8
Remove IE8 check from socket-stream-client
...
And change error reporting to use console.error
2021-05-25 16:32:29 +02:00
Jan Dvorak
ba158392f0
Update faye-websocket dependency in socket-stream-client
2021-05-25 15:25:17 +02:00
Jan Dvorak
06c1834e4a
Remove Node's HTTP deprecation warning
2021-04-23 19:11:29 +02:00
filipenevola
fe375da97b
Fixes #10555 Invalid State Error (INVALID_STATE_ERR)
...
- Instead of throwing error on _didClose when the state is invalid just sends a message to console
- includes the readyState in the log
2020-07-17 13:21:20 -04:00
filipenevola
23dbf94bf7
Bump package versions for 1.10.2 release
2020-04-21 17:32:43 -04:00
filipenevola
0109a5b402
Bump package versions for 1.10.2-rc.0 release
2020-04-20 16:55:37 -04:00
filipenevola
2f33125265
Bump socket-stream-client package version to 0.3.0
2020-04-17 13:46:07 -04:00
Florent
b652edf3db
[FIX] Support HTTPS_PROXY and NO_PROXY variables ( #10914 )
...
* [FIX] Support HTTPS_PROXY and NO_PROXY variables
Closes #11984 , #10282 , #11484
* Update node.js
Co-authored-by: magicbelette <magicbelette@users.noreply.github.com >
2020-04-17 13:44:51 -04:00
Ben Newman
c20c0dc017
Bump socket-stream-client patch version after PR #10741 .
2020-02-01 14:11:41 -05:00
Frederick Stark
ad1b160fbc
Remove redundant dynamic-import from socket-stream-client ( #10741 )
2020-02-01 14:10:32 -05:00
Ben Newman
f373219e42
Statically import SockJS in both modern and legacy bundles. ( #9985 )
...
Not including SockJS in the modern JS bundle was a nice bundle size
savings (28KB before gzip), but SockJS works better than a native
WebSocket for clients that are stuck in unusual networking situations, and
the fallback of using dynamic import() to load SockJS when the native
WebSocket failed was much slower than simply including SockJS in the
bundle and using it from the start.
Moreover, the new `meteor create --minimal` starter app does not use
socket-stream-client (nor DDP), so going back to including SockJS in both
the modern and the legacy bundles should have no impact on the minimal
modern bundle size.
If you want to continue using a native WebSocket instead of SockJS, you
can always pin the older version of the socket-stream-client package:
meteor add socket-stream-client@0.2.1
2018-06-12 17:30:01 -04:00
Ben Newman
39295cc136
Support both mobile_safari and mobileSafari for isModern testing.
...
https://github.com/meteor/meteor/issues/9717#issuecomment-392521536
2018-05-28 12:22:19 -04:00
Ben Newman
4a76fe3fe6
Bump package versions for the official 1.7 release.
2018-05-27 19:29:46 -04:00
Ben Newman
240855777a
Bump package versions for 1.7-rc.14 release.
2018-05-27 18:01:51 -04:00
Ben Newman
d87239931d
Bump package versions for 1.7-rc.13 release.
2018-05-25 18:49:38 -04:00
Ben Newman
35da297e02
Bump package versions for 1.7-rc.12 release.
2018-05-24 23:19:54 -04:00
Ben Newman
9313e683d5
Bump package versions for 1.7-rc.11 release.
2018-05-16 17:53:20 -04:00
Ben Newman
938d92d25e
Bump package versions for 1.7-rc.10 release.
2018-05-15 18:03:10 -04:00
Ben Newman
b0db9f3387
Bump package versions for 1.7-rc.9 release.
2018-05-14 14:31:46 -04:00
Ben Newman
1f46a2afc3
Bump package versions for 1.7-rc.8 release.
2018-05-12 14:47:54 -04:00
Ben Newman
82ef207557
Bump package versions for 1.7-rc.7 release.
2018-05-12 12:49:52 -04:00