You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add streaming support based on Mongo Change streams (#31)
* Add a POC mongo data stream
* Create docker-compose.test.yaml for CI
* Add stream conversion to table and ts types
* Add timestamp support
* Add Stream type
* UI update
* UI improvement
* Use Base64URLEncoded query text and collection in streaming path
* Update README
* Fix lint
* Fix lint
* Add `Timestamps` to supported types
* Update changelog
* Update version to 0.3.0
* [skip ci] Add quick start guide
- Added Live Streaming support based on [Mongo Change Streams](https://www.mongodb.com/docs/manual/changeStreams/)(https://github.com/haohanyang/mongodb-datasource/pull/31)
8
+
9
+
### Changed
10
+
11
+
- Removed "Query" button. Built-in Query/Refresh button is recommended instead(https://github.com/haohanyang/mongodb-datasource/pull/31)
* Query won't be executed automatically after focus changes. User needs to manually click buttons(https://github.com/haohanyang/mongodb-datasource/pull/35)
- Query won't be executed automatically after focus changes. User needs to manually click buttons(https://github.com/haohanyang/mongodb-datasource/pull/35)
0 commit comments