Skip to content

Commit

Permalink
feat: prepare release 0.9.0 (#46)
Browse files Browse the repository at this point in the history
* feat: prepare release 0.9.0

update deps:
- prometheus-client 0.17 -> 0.19
- pylint 2.17 -> 3.0

* docs: update readme
  • Loading branch information
aceforeverd authored Dec 30, 2023
1 parent 1e7fdb4 commit 9bd13c2
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 239 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
Loading

0 comments on commit 9bd13c2

Please sign in to comment.