@@ -36,8 +36,8 @@ Requires: rum_%{pg_version}
3636# libbid.a is bundled.
3737
3838%description
39- DocumentDB is the open-source engine powering vCore-based Azure Cosmos DB for MongoDB.
40- It offers a native implementation of document-oriented NoSQL database, enabling seamless
39+ DocumentDB is the open-source engine powering vCore-based Azure Cosmos DB for MongoDB.
40+ It offers a native implementation of document-oriented NoSQL database, enabling seamless
4141CRUD operations on BSON data types within a PostgreSQL framework.
4242
4343%prep
@@ -103,18 +103,35 @@ rm -rf %{buildroot}/usr/src/documentdb/build
103103%{_libdir }/pkgconfig/libbson-static-1.0.pc
104104
105105%changelog
106- * Mon Jun 09 2025 Shuai Tian <shuaitian@microsoft.com> - 0.104-0-1
106+ * Thu Aug 07 2025 FerretDB Packages <packages@ferretdb.io> - 0.106-0-1
107+ - Add internal extension that provides extensions to the rum index *[Feature]*
108+ - Enable let support for update queries *[Feature]*. Requires EnableVariablesSupportForWriteCommands to be on.
109+ - Enable let support for findAndModify queries *[Feature]*. Requires EnableVariablesSupportForWriteCommands to be on.
110+ - Optimized query for usersInfo command
111+ - Support collation with delete *[Feature]*. Requires EnableCollation to be on.
112+ - Support for index hints for find/aggregate/count/distinct *[Feature]*
113+ - Support createRole command *[Feature]*
114+ - Add schema changes for Role CRUD APIs *[Feature]*
115+ - Add support for using EntraId tokens via Plain Auth
116+
117+ * Wed Jul 09 2025 FerretDB Packages <packages@ferretdb.io> - 0.105-0-1
118+ - Support $bucketAuto aggregation stage, with granularity types: POWERSOF2, 1-2-5, R5, R10, R20, R40, R80, E6, E12, E24, E48, E96, E192 *[Feature]*
119+ - Support connectionStatus command *[Feature]*.
120+
121+ * Mon Jun 09 2025 FerretDB Packages <packages@ferretdb.io> - 0.104-0-1
107122- Add string case support for $toDate operator
108- - Support sort with collation in runtime*[Feature]*
109- - Support collation with $indexOfArray aggregation operator. *[Feature]*
123+ - Support sort with collation in runtime *[Feature]*
124+ - Support collation with $indexOfArray aggregation operator *[Feature]*
110125- Support collation with arrays and objects comparisons *[Feature]*
111126- Support background index builds *[Bugfix]* (#36)
112127- Enable user CRUD by default *[Feature]*
113128- Enable let support for delete queries *[Feature]*. Requires EnableVariablesSupportForWriteCommands to be on.
114129- Enable rum_enable_index_scan as default on *[Perf]*
115130- Add public documentdb-local Docker image with gateway to GHCR
131+ - Support compact command *[Feature]*. Requires documentdb.enablecompact GUC to be on.
132+ - Enable role privileges for usersInfo command *[Feature]*
116133
117- * Fri May 09 2025 Shuai Tian <shuaitian@microsoft.com > - 0.103-0-1
134+ * Fri May 09 2025 FerretDB Packages <packages@ferretdb.io > - 0.103-0-1
118135- Support collation with aggregation and find on sharded collections *[Feature]*
119136- Support $convert on binData to binData, string to binData and binData to string (except with format: auto) *[Feature]*
120137- Fix list_databases for databases with size > 2 GB *[Bugfix]* (#119)
@@ -123,7 +140,7 @@ rm -rf %{buildroot}/usr/src/documentdb/build
123140- Support collation with $documents and $replaceWith stage of the aggregation pipeline *[Feature]*
124141- Push pg_documentdb_gw for documentdb connections *[Feature]*
125142
126- * Wed Mar 26 2025 Shuai Tian <shuaitian@microsoft.com > - 0.102-0-1
143+ * Wed Mar 26 2025 FerretDB Packages <packages@ferretdb.io > - 0.102-0-1
127144- Support index pushdown for vector search queries *[Bugfix]*
128145- Support exact search for vector search queries *[Feature]*
129146- Inline $match with let in $lookup pipelines as JOIN Filter *[Perf]*
@@ -143,13 +160,13 @@ rm -rf %{buildroot}/usr/src/documentdb/build
143160- Support the $dateFromString operator with full functionality *[Feature]*
144161- Support extended syntax for $getField aggregation operator. Now the value of 'field' could be an expression that resolves to a string. *[Feature]*
145162
146- * Wed Feb 12 2025 Shuai Tian <shuaitian@microsoft.com > - 0.101-0-1
163+ * Wed Feb 12 2025 FerretDB Packages <packages@ferretdb.io > - 0.101-0-1
147164- Push $graphlookup recursive CTE JOIN filters to index *[Perf]*
148165- Build pg_documentdb for PostgreSQL 17 *[Infra]* (#13)
149166- Enable support of currentOp aggregation stage, along with collstats, dbstats, and indexStats *[Commands]* (#52)
150167- Allow inlining $unwind with $lookup with preserveNullAndEmptyArrays *[Perf]*
151168- Skip loading documents if group expression is constant *[Perf]*
152169- Fix Merge stage not outputing to target collection *[Bugfix]* (#20)
153170
154- * Thu Jan 23 2025 Shuai Tian <shuaitian@microsoft.com > - 0.100-0-1
155- - Initial Release
171+ * Thu Jan 23 2025 FerretDB Packages <packages@ferretdb.io > - 0.100-0-1
172+ - Initial Release
0 commit comments