Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 2 additions & 0 deletions source/change-streams/change-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,8 @@ There should be no backwards compatibility concerns.

## Changelog

- 2026-04-28: Remove test for nsType when creating timeseries

- 2026-03-18: Revert expanded field visibility change.

- 2025-09-08: Clarify resume behavior.
Expand Down
41 changes: 0 additions & 41 deletions source/change-streams/tests/unified/change-streams-nsType.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions source/change-streams/tests/unified/change-streams-nsType.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,6 @@ tests:
operationType: create
nsType: collection

- description: "nsType is present when creating timeseries"
operations:
- name: dropCollection
object: *database0
arguments:
collection: &collection0 foo
- name: createChangeStream
object: *database0
arguments:
pipeline: []
showExpandedEvents: true
saveResultAsEntity: &changeStream0 changeStream0
- name: createCollection
object: *database0
arguments:
collection: *collection0
timeseries:
timeField: "time"
metaField: "meta"
granularity: "minutes"
- name: iterateUntilDocumentOrError
object: *changeStream0
expectResult:
operationType: create
nsType: timeseries

- description: "nsType is present when creating views"
operations:
- name: dropCollection
Expand Down
Loading