Commit Graph

627 Commits

Author SHA1 Message Date
denihs
50eabe07cf Meteor version to 3.1-beta.0 ☄️ 2024-11-04 10:12:12 -04:00
Leonardo Venturini
db5041fb68 fix data population 2024-10-24 07:49:48 -04:00
denihs
12fcb17238 Meteor version to 3.0.4 ☄️ 2024-10-15 14:19:11 -04:00
denihs
26a7add53f Meteor version to 3.0.4-rc.0 ☄️ 2024-10-09 14:41:24 -04:00
Nacho Codoñer
22a0e4ffb0 Meteor version to 3.0.4-beta.0  ☄️ 2024-10-04 14:45:56 +02:00
denihs
b769eb7247 Merge branch 'release-3.0.4' into v3/tla-not-working
# Conflicts:
#	meteor
#	packages/accounts-2fa/.npm/package/npm-shrinkwrap.json
#	packages/email/.npm/package/npm-shrinkwrap.json
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
#	packages/webapp/.npm/package/npm-shrinkwrap.json
2024-10-02 12:32:56 -04:00
Oleksandr Chekhovskyi
01bda87b13 Improve queueStubsHelpers.js to avoid hacks and copy-pasted code (#13375)
* Do not check for applyAsyncPromise.stubPromise as it is always available

* Clean up fibers-related leftovers in Connection._apply

* Refactor queueStubsHelpers.js to avoid hacks and copy-pasted code
2024-10-01 13:39:01 -04:00
Leonardo Venturini
653d4e4aed Merge branch 'release-3.0.3' into v3/tla-not-working 2024-09-02 10:03:58 -04:00
harryadel
bcba6ceb3b Merge branch 'devel' into underscore/ddp-client 2024-08-22 16:35:20 +03:00
denihs
9f5f3d8888 Meteor version to 3.0.2 ☄️ 2024-08-14 10:16:21 -04:00
Nacho Codoñer
bff7d780b0 Merge branch 'devel' into release-3.0.2 2024-08-14 15:41:20 +02:00
Leonardo Venturini
dd5fe198b0 remove unused import 2024-08-13 14:57:37 -04:00
Leonardo Venturini
5fa650db4e fix client stream import 2024-08-13 11:15:45 -04:00
Leonardo Venturini
def8b7b6c0 document option 2024-08-08 16:12:36 -04:00
denihs
f79763724b Meteor version to 3.0.2-beta.4 ☄️ 2024-08-01 09:42:32 -04:00
denihs
f18bcc3e29 Meteor version to 3.0.2-beta.3 ☄️ 2024-08-01 09:34:40 -04:00
Leonardo Venturini
ccfef311d1 queue sending sub messages after outstanding methods 2024-07-30 08:47:00 -04:00
denihs
a91bab7119 Meteor version to 3.0.2-beta.2 ☄️ 2024-07-29 10:09:13 -04:00
denihs
e30882761d Meteor version to 3.0.2-beta.1 ☄️ 2024-07-29 09:44:16 -04:00
denihs
913f83fd9e Meteor version to 3.0.2-beta.0 ☄️ 2024-07-26 14:56:29 -04:00
Leonardo Venturini
995b1df1fc use built-in sleep 2024-07-26 10:16:05 -04:00
Leonardo Venturini
6cbba63484 wait for user set id in methods 2024-07-25 13:47:11 -04:00
Leonardo Venturini
60011a0366 Revert "preemptively remove code"
This reverts commit 94f7b4a6a1.
2024-07-24 14:07:22 -04:00
Leonardo Venturini
94f7b4a6a1 preemptively remove code 2024-07-23 15:38:14 -04:00
Leonardo Venturini
2db320a9fe unsub still needs to be queued 2024-07-22 09:33:50 -04:00
Leonardo Venturini
5b9dfecf41 Revert "remove test not needed"
This reverts commit 6061c36bf8.
2024-07-22 09:24:52 -04:00
Leonardo Venturini
6061c36bf8 remove test not needed 2024-07-19 15:19:59 -04:00
Leonardo Venturini
f169bc81bb clean code 2024-07-19 12:42:45 -04:00
denihs
b494499e91 Meteor version to 3.0 ☄️ 2024-07-15 13:36:33 -04:00
denihs
61c25a7426 Meteor version to 3.0.0-rc.10 ☄️ 2024-07-15 11:12:31 -04:00
denihs
9bd17184e9 Meteor version to 3.0.0-rc.9 ☄️ 2024-07-15 10:55:23 -04:00
denihs
9b114283b9 Meteor version to 3.0.0-rc.8 ☄️ 2024-07-12 09:10:10 -04:00
denihs
c9e81c613e Meteor version to 3.0.0-rc.7 ☄️ 2024-07-11 15:45:57 -04:00
denihs
37b2679639 Merge remote-tracking branch 'origin/release-3.0' into release-3.0
# Conflicts:
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
2024-07-11 14:56:27 -04:00
denihs
faba272d00 Meteor version to 3.0.0-rc.6 ☄️ 2024-07-11 14:39:40 -04:00
denihs
d36f2f5dd9 - bump packages versions 2024-07-11 09:31:16 -04:00
denihs
ed406e2876 - make sure to not queue _sendOutstandingMethodBlocksMessages if _neverQueued is true 2024-07-10 13:32:39 -04:00
denihs
11187600b5 Merge branch 'refs/heads/release-3.0' into fix/method-back-from-offile
# Conflicts:
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
2024-07-10 12:44:51 -04:00
denihs
fd7ce8f7e6 - queue the Outstanding Method Blocks message invocation after invoking the hooks, so the calls don't lose it's order 2024-07-10 10:23:05 -04:00
denihs
34ab39f0ee - create a new test to make sure we'll always have the right behavior when subscribing and unsubscribing 2024-07-10 09:20:32 -04:00
denihs
0e057259b1 - make sure to never queue the _send if _stream._neverQueued is tru 2024-07-10 08:49:40 -04:00
denihs
82fc4e7aa4 - callLoginMethod is an async function now
- handle async hooks inside _callOnReconnectAndSendAppropriateOutstandingMethods
2024-07-09 12:25:43 -04:00
denihs
fd02bca8fc - creating method _sendQueued to always queue a DDP message before send it
fix https://github.com/meteor/meteor/issues/13212
2024-07-09 08:56:23 -04:00
denihs
cee675e6d1 Merge branch 'refs/heads/release-3.0' into fix/revert-withvalue-deprecate-meteor-call
# Conflicts:
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
#	packages/webapp/.npm/package/npm-shrinkwrap.json
2024-07-03 13:28:55 -04:00
denihs
02ee812795 - change the doc title 2024-07-02 14:44:51 -04:00
denihs
ec0d28cadd - use Meteor._debug instead of console.warn
- add comments to not change the behavior of withValues() (client)
2024-06-26 14:08:50 -04:00
Denilson
479e2c7494 Update packages/ddp-client/common/livedata_connection.js
Co-authored-by: zodern <zodern@users.noreply.github.com>
2024-06-26 13:59:28 -04:00
denihs
342f011065 - add limitations section
- update "Can I still use Meteor.call?" section
2024-06-26 13:55:34 -04:00
denihs
d3fd11ffe3 - revert EVp.withValue to its original state
- warn devs about using Meteor.call with async methods
2024-06-21 11:28:56 -04:00
Leonardo Venturini
9b1c18b30f Meteor version to 3.0-rc.4 ☄️ 2024-06-12 09:20:56 -04:00