Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Dec 29, 2023
1 parent 9ed4aa3 commit e547f1f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,32 @@ optional arguments:
Pass in necessary flags after `openmldb-exporter`. Run `poetry run openmldb-exporter --help` to get the help info.


## Compatibility

| OpenMLDB Exporter version | OpenMLDB supported version | Explaination |
| ---- | ---- | ---- |
| >= 0.9.0 | >= 0.8.4 | OpenMLDB removed deploy response time in database since 0.8.4 |
| < 0.9.0 | >= 0.5.0, < 0.8.4 | |


## Release History

- 0.9.0
* Features
- **BREAKING** support OpenMLDB 0.8.4. OpenMLDB 0.8.4 removed deploy response time, please use openmldb-exporter >= 0.9.0. Ref [Compatibility](#compatibility) info above
* Chores
- update deps

- 0.8.2
* Chores
- deps: restrict OpenMLDB version < 0.8.4

- 0.8.1
* Features
- update openmldb-exporter docker image
* Chores
- doc and workflow updates

- 0.8.0
* Features
- Upgrade OpenMLDB SDK to v0.8
Expand Down

0 comments on commit e547f1f

Please sign in to comment.