Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
1b4905e
Update supported branch config (#2678)
alcaeus Sep 21, 2024
6af8698
Fix CI job (#2681)
alcaeus Oct 1, 2024
e0754ef
Merge pull request #2682 from doctrine/2.9.x
alcaeus Oct 1, 2024
db07f53
Remove usage of deprecated driver functionality (#2680)
alcaeus Oct 1, 2024
ff90e9a
Bump doctrine/.github from 5.0.1 to 5.1.0 (#2679)
dependabot[bot] Oct 1, 2024
8ac8b3a
Fix dropping search index (#2689)
GromNaN Oct 14, 2024
fe0f1ff
Convert `@psalm-*` annotations to generic or `@phpstan-*` annotation …
GromNaN Oct 14, 2024
da17214
Search index mapping must be dynamic or specify a field mapping. (#2690)
GromNaN Oct 17, 2024
e9a8e78
Support mapping time series collections (#2687)
alcaeus Oct 21, 2024
e4c971f
Remove usage of deprecated ReadPreference::RP_* constants (#2693)
GromNaN Oct 22, 2024
0b05bf2
Run tests with PHP 8.4 (#2616)
GromNaN Nov 4, 2024
2748349
Fix handling of unmapped properties in proxy objects (#2698)
alcaeus Nov 18, 2024
9817735
Bump doctrine/.github from 5.1.0 to 5.3.0
dependabot[bot] Nov 25, 2024
7d1e5a9
Merge pull request #2701 from doctrine/dependabot/github_actions/doct…
SenseException Nov 25, 2024
a860bab
Bump doctrine/.github from 5.3.0 to 6.0.0
dependabot[bot] Dec 2, 2024
c4b43c2
Merge pull request #2703 from doctrine/dependabot/github_actions/doct…
SenseException Dec 3, 2024
9d91047
doc: Fix simple search engine cookbook
beerswt Dec 13, 2024
a59a483
doc: Simplify simple search engine cookbook example
bikusta Dec 13, 2024
09641e5
Remove constructor
GromNaN Dec 13, 2024
1c57a0c
Merge pull request #2706 from bikusta/simple-search-engine-array
SenseException Dec 15, 2024
43514ef
Bump doctrine/.github from 6.0.0 to 7.1.0
dependabot[bot] Dec 16, 2024
7d6d710
Merge pull request #2707 from doctrine/dependabot/github_actions/doct…
greg0ire Dec 16, 2024
4d2e51a
Update BSON PHP Link (#2708)
rickogden Dec 16, 2024
ad7827c
Replace `wrapTransversable` generators to prevent memory leaks (#2709)
GromNaN Dec 19, 2024
dc306ed
Merge branch '2.10.x' into 2.9.x-merge-up-into-2.10.x_xBlWiFM2
GromNaN Dec 19, 2024
25ef253
Merge pull request #2710 from doctrine/2.9.x-merge-up-into-2.10.x_xBl…
GromNaN Dec 19, 2024
bf9f889
Use short urls for all php.net links (#2711)
GromNaN Dec 19, 2024
27002d1
Install latest python version to fix CI (#2714)
alcaeus Jan 10, 2025
0b9c1c7
Fix discriminatorValue key 0 (#2716)
parada85 Jan 17, 2025
8f0b370
Relax final constrain on stage classes (#2717)
GromNaN Jan 17, 2025
6be1b86
Merge branch '2.10.x' into 2.9.x-merge-up-into-2.10.x_lOGTcPMg
GromNaN Jan 17, 2025
5f2cbc4
Merge pull request #2718 from doctrine/2.9.x-merge-up-into-2.10.x
GromNaN Jan 17, 2025
f78c67c
Ensure compatibility with persistence 4
greg0ire Jul 6, 2024
f2f920e
Merge pull request #2696 from greg0ire/persistence-4-compat
greg0ire Jan 21, 2025
d726f05
Improve query and aggregator classes (#2702)
alcaeus Jan 21, 2025
336a70e
Switch proxies to `LazyGhostTrait` (#2700)
GromNaN Jan 22, 2025
d1dbffe
Keep proxy-manager by default (#2720)
GromNaN Jan 23, 2025
a00f135
Create website schema validation workflow (#2721)
SenseException Jan 23, 2025
434b6ec
Merge remote-tracking branch 'upstream/3.0.x' into 2.10.x-merge-up-in…
GromNaN Jan 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.1.0"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.3.0"
2 changes: 1 addition & 1 deletion .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: "Git tag, release & create merge-up PR"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@5.1.0"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@5.3.0"
secrets:
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
Expand Down