Commit Graph

41862 Commits

Author SHA1 Message Date
italo jose
91a79ecef4 Meteor version to 3.5-beta.8 ☄️ release/METEOR@3.5-beta.8 2026-04-27 15:29:57 -03:00
italo jose
6e239944d0 feat: add Meteor 3.5-beta.8 release notes, update documentation, and introduce new GitHub skill definitions for changelogs and versioning. 2026-04-27 13:37:44 -03:00
italo jose
292b11c6f9 chore: add changelog entry for async login methods and introduce new repository maintenance skills and planning documentation 2026-04-27 13:16:19 -03:00
italo jose
bfdda710ca feat: add automation skill documentation and update API docs for version management 2026-04-27 13:16:19 -03:00
italo jose
f8ba96b798 docs: add v3.5 gap analysis, document async accounts hooks, and implement new documentation automation skills. 2026-04-27 13:16:19 -03:00
italo jose
e75e75e7f9 chore: bump package versions to 3.5.0-beta350.8 and add documentation for versioning workflows 2026-04-27 13:16:19 -03:00
Italo José
cb0933af44 Merge pull request #14188 from mvogttech/mongo-collation-support
Mongo Collation Support
2026-04-27 13:13:53 -03:00
Italo José
70be7813b0 Merge pull request #14070 from harryadel/async-method-calls
Add loginWithTokenAsync, loginWithPasswordAsync
2026-04-27 12:59:26 -03:00
Michael Pfeiffer
c8df2eb665 Merge branch 'release-3.5' into mongo-collation-support 2026-04-27 09:00:20 -05:00
Italo José
83c38b7cd5 Merge pull request #14362 from meteor/fix/changestream-fence-exact-ts
fix: improve ChangeStream synchronization by passing specific fence t…
2026-04-27 10:20:40 -03:00
Italo José
f642b93afa Merge branch 'release-3.5' into mongo-collation-support 2026-04-27 10:16:42 -03:00
Italo José
6f76f56eb5 Merge branch 'release-3.5' into async-method-calls 2026-04-27 10:08:28 -03:00
Italo José
0c98c94a98 Merge branch 'release-3.5' into fix/changestream-fence-exact-ts 2026-04-27 10:05:59 -03:00
Italo José
854dc8a3f9 Merge pull request #14239 from dupontbertrand/fix/npm-nodedir-warning
Remove unnecessary NPM_CONFIG_NODEDIR env var to fix npm 11+ warning
2026-04-27 10:02:12 -03:00
Italo José
975ba6b1cf Merge branch 'release-3.5' into fix/changestream-fence-exact-ts 2026-04-27 09:59:47 -03:00
italo jose
a56db6dd28 chore: bump BUNDLE_VERSION to 24.14.0.7 2026-04-27 08:26:20 -03:00
italo jose
87407a1ae1 chore: bump BUNDLE_VERSION to 24.14.0.6 2026-04-27 08:20:39 -03:00
italo jose
404f259dff chore: upgrade playwright to version 1.58.0 in full-blaze package 2026-04-24 16:31:24 -03:00
italo jose
72af2f757f Please provide the changes or the files you would like me to summarize. 2026-04-24 14:32:48 -03:00
Italo José
6d02add5e7 Merge pull request #14321 from harryadel/codex/accounts-2fa-otpauth
Replace node-2fa with OTPAuth in accounts-2fa
2026-04-24 09:41:32 -03:00
Harry Adel
d31621e325 Merge branch 'release-3.5' into codex/accounts-2fa-otpauth 2026-04-24 11:16:24 +03:00
Harry Adel
4b27184557 Merge branch 'release-3.5' into async-method-calls 2026-04-24 11:16:06 +03:00
italo jose
5c693508e7 fix: enable forceExit in Jest and pin playwright version in test-helpers to prevent process hangs and binary mismatches 2026-04-23 17:21:10 -03:00
italo jose
0c2e81a184 refactor: update global state path, increase test timeouts, and fix webpack context resolution in rspack tests 2026-04-23 15:54:34 -03:00
italo jose
ee72a8013b Merge branch 'devel' into release-3.5 2026-04-23 15:21:20 -03:00
Nacho Codoñer
39a96611cd Merge pull request #14364 from meteor/cherrypick-group-5-fix
Cherry pick fix on group 5
2026-04-23 20:10:05 +02:00
Harry Adel
560df51fd5 Document async accounts auth APIs 2026-04-23 18:13:41 +02:00
Harry Adel
e883ea296e Add coverage for async accounts auth APIs 2026-04-23 18:13:38 +02:00
Harry Adel
421f3d8115 Add async accounts auth wrappers 2026-04-23 18:13:30 +02:00
Nacho Codoñer
17d6919311 Merge pull request #14352 from meteor/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2026-04-23 18:04:12 +02:00
Nacho Codoñer
7ac17f2649 Merge pull request #14334 from meteor/dependabot/github_actions/actions/github-script-9
chore(deps): bump actions/github-script from 8 to 9
2026-04-23 18:01:43 +02:00
Harry Adel
1b37e70ea6 Merge branch 'release-3.5' into async-method-calls 2026-04-23 17:51:15 +02:00
Nacho Codoñer
6b877fd870 cherrypick fix on group 5 by simplify environment variable overrides and match assertions 2026-04-23 17:47:03 +02:00
Nacho Codoñer
f34e7ef0b6 Merge pull request #14361 from mvogttech/fix(mongo)--make-observeChangesAsync-callback-error-test-deterministic
fix(mongo): make observeChangesAsync callback-error test deterministic
2026-04-23 17:45:03 +02:00
Michael Vogt
4f074c1bce Merge branch 'fix(mongo)--make-observeChangesAsync-callback-error-test-deterministic' of https://github.com/mvogttech/meteor into fix(mongo)--make-observeChangesAsync-callback-error-test-deterministic 2026-04-23 09:40:58 -05:00
Michael Vogt
5eb2df51b7 re-run checks 2026-04-23 09:40:42 -05:00
Harry Adel
827a78a913 Merge branch 'release-3.5' into codex/accounts-2fa-otpauth 2026-04-23 15:21:38 +02:00
Italo José
f429717bcd Merge pull request #14363 from meteor/fix/livedata-test
fixing broken test
2026-04-23 10:16:02 -03:00
italo jose
c6919921b1 style: apply consistent spacing for function declarations in livedata_connection_tests.js 2026-04-23 09:19:56 -03:00
Harry Adel
cdaba45cc8 Merge branch 'release-3.5' into codex/accounts-2fa-otpauth 2026-04-23 13:49:17 +02:00
italo jose
e99d8afc09 Merge branch 'devel' into release-3.5 2026-04-23 08:37:56 -03:00
italo jose
30fc001888 fix: improve ChangeStream synchronization by passing specific fence timestamps to _waitUntilCaughtUp 2026-04-22 18:19:51 -03:00
Michael Pfeiffer
223e01a8b7 Merge branch 'devel' into fix(mongo)--make-observeChangesAsync-callback-error-test-deterministic 2026-04-22 13:33:00 -05:00
Michael Vogt
099fefdbcd fix(mongo): make observeChangesAsync callback-error test deterministic 2026-04-22 12:56:24 -05:00
Harry Adel
0e0156ef7f Merge branch 'release-3.5' into codex/accounts-2fa-otpauth 2026-04-22 15:27:11 +02:00
Gabriel Grubba
ac9aa46239 Merge pull request #14359 from meteor/Grubba27-patch-6
Refactor test package workflow triggers
2026-04-22 09:46:13 -03:00
Gabriel Grubba
827702ea6c Refactor test package workflow triggers 2026-04-22 09:37:33 -03:00
Italo José
a51e528fd1 Merge pull request #14069 from harryadel/accounts-async-client
[accounts-base] Asyncify client side calls
2026-04-22 09:33:01 -03:00
Michael Vogt
854c5fa741 rename _collation to _collator | dedup the _createCollator function 2026-04-21 21:41:33 -05:00
dependabot[bot]
809fd362e0 chore(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 16:48:26 +00:00