Browse Source

docs(changelog): make the path changes as a table

pull/237/merge
mingrammer 4 years ago
parent
commit
8858d1b98a
1 changed files with 12 additions and 5 deletions
  1. +12
    -5
      CHANGELOG.md

+ 12
- 5
CHANGELOG.md View File

@@ -4,11 +4,17 @@

### Breaking Changes

- The following import changes:
- `from diagrams.onprem.logging import Logstash` is now `from diagrams.elastic.elasticsearch import Logstash`
- `from diagrams.onprem.monitoring import Kibana` is now `from diagrams.elastic.elasticsearch import Kibana`
- `from diagrams.onprem.search import Elasticsearch(*)` is now `from diagrams.elastic.elasticsearch import Elasticsearch`
- The previous icon was the company icon not the elasticsearch product, for the company icon: `from diagrams.elastic.saas import Elastic`
The following import changes:

| Old import path | New import path |
| -------------------------------------------------- | ---------------------------------------------------------- |
| `from diagrams.onprem.logging import Logstash` | `from diagrams.elastic.elasticsearch import Logstash` |
| `from diagrams.onprem.monitoring import Kibana` | `from diagrams.elastic.elasticsearch import Kibana` |
| `from diagrams.onprem.search import Elasticsearch` | `from diagrams.elastic.elasticsearch import Elasticsearch` |

> The previous icon was the company icon, not the elasticsearch product.
>
> For the company icon: `from diagrams.elastic.saas import Elastic`

### Added

@@ -23,6 +29,7 @@
- Support DataDog, PaperTrail, Syslog, Rsyslog and Graylog: [#222](https://github.com/mingrammer/diagrams/pull/222)
- Update all OCI icon set (bark and white): [#205](https://github.com/mingrammer/diagrams/pull/205)


## 0.15.0

### Added


Loading…
Cancel
Save