Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1018 Bytes

CHANGELOG.md

File metadata and controls

19 lines (17 loc) · 1018 Bytes

documentdb v0.102-0 (Unreleased)

  • Support index pushdown for vector search queries [Bugfix]
  • Support exact search for vector search queries [Feature]
  • Inline $match with let in $lookup pipelines as JOIN Filter [Perf]
  • Support TTL indexes [Bugfix] (#34)
  • Support joining between postgres and documentdb tables [Feature] (#61)
  • Support current_op command [Feature] (#59)
  • Support for list_databases command [Feature] (#45)

documentdb v0.101-0 (February 12, 2025)

  • Push $graphlookup recursive CTE JOIN filters to index [Perf]
  • Build pg_documentdb for PostgreSQL 17 [Infra] (#13)
  • Enable support of currentOp aggregation stage, along with collstats, dbstats, and indexStats [Commands] (#52)
  • Allow inlining $unwind with $lookup with preserveNullAndEmptyArrays [Perf]
  • Skip loading documents if group expression is constant [Perf]
  • Fix Merge stage not outputing to target collection [Bugfix] (#20)

documentdb v0.100-0 (January 23rd, 2025)

Initial Release