Skip to content

Commit

Permalink
bump: up to version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Jul 13, 2020
1 parent 1ad4d40 commit d206a64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@
### 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
- `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`

### Added

- Docker local development setup [#210](https://github.com/mingrammer/diagrams/pull/210)
- Docker local development setup: [#210](https://github.com/mingrammer/diagrams/pull/210)
- Support OpenStack [#211](https://github.com/mingrammer/diagrams/pull/211)
- Support SQL, Druid and Databricks
- Support Cloudinary: [#218](https://github.com/mingrammer/diagrams/pull/218)

### Fixed

- Clean GCP resources: [#228](https://github.com/mingrammer/diagrams/pull/228)
- 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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diagrams"
version = "0.15.0"
version = "0.16.0"
description = "Diagram as Code"
license = "MIT"
authors = ["mingrammer <[email protected]>"]
Expand Down

0 comments on commit d206a64

Please sign in to comment.