Skip to content

Commit 343b84c

Browse files
authored
(DOCSP-21828) Master branch changed from v3.0 to development branch for v10.0 (#112)
* (DOCSP-20701) Create v10 branch (#84) * (DOCSP-20565) v10 partitioners (#85) * (DOCSP-20565) v10 partitioners * (DOCSP-20566) v10 configuration improvements (#86) * (DOCSP-20566) v10 configuration improvements * Revert "(DOCSP-20566) v10 configuration improvements (#86)" (#91) This reverts commit 5d0440a2989401185f83cf296a37413e5df35c5e. * Re-merge DOCSP-20566 (#92) * (DOCSP-20566) v10 configuration improvements * (DOCSP-21084) Support for pushed filters (#93) * (DOCSP-21084) Support for pushed filters * (DOCSP-21713) Subdomain consolidation (#95) * (DOCSP-21085) Structured streaming (#90) * (DOCSP-21714) Highlight v10 connector on landing page (#96) * (DOCSP-21714) Highlight v10 on landing page * (DOCSP-21416) Update connector api, version constant, and release notes for v10 (#94) * (DOCSP-21416) Finalize v10 docs * (DOCSP-21416-fix) Fix required versions (#98) * re-add structured streaming, removed by mistake (#99) * (DOCSP-21715) Remove RDD support (#97) * (DOCSP-21715) Remove RDD support * Use actual announcement blog link, dochub not working (#102)
1 parent b2586b0 commit 343b84c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1407
-2564
lines changed

snooty.toml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,15 @@ title = "MongoDB Spark Connector"
33

44
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
55

6-
toc_landing_pages = ["/java-api", "/python-api", "/scala-api", "/r-api"]
6+
toc_landing_pages = ["configuration"]
77

88
[constants]
9-
current-version = "3.0.2"
10-
spark-core-version = "3.0.2"
11-
spark-sql-version = "3.0.2"
9+
current-version = "10.0.0"
10+
spark-core-version = "3.0.1"
11+
spark-sql-version = "3.0.1"
1212
scala-version = "2.12"
1313
scala-version-full = "2.12.13"
1414

1515
[substitutions]
1616
copy = "unicode:: U+000A9"
1717
ent-build = "MongoDB Enterprise"
18-
19-
[[banners]]
20-
targets = ["*"]
21-
variant = "info"
22-
value = """\
23-
MongoDB Connector for Spark comes in two standalone series: version \
24-
3.x and earlier, and version 10.x and later. \
25-
Use the latest 10.x series of the Connector to take advantage of \
26-
native integration with Spark features like Structured Streaming.
27-
"""

0 commit comments

Comments
 (0)