bump: up to version 0.16.0

pull/237/merge v0.16.0
mingrammer 4 years ago
parent 1ad4d40073
commit d206a64eb3

@ -5,16 +5,23 @@
### Breaking Changes ### Breaking Changes
- The following import changes: - The following import changes:
- from diagrams.onprem.logging import Logstash is now from diagrams.elastic.elasticsearch import Logstash - `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.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 - `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 previous icon was the company icon not the elasticsearch product, for the company icon: `from diagrams.elastic.saas import Elastic`
### Added ### 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 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 ## 0.15.0

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "diagrams" name = "diagrams"
version = "0.15.0" version = "0.16.0"
description = "Diagram as Code" description = "Diagram as Code"
license = "MIT" license = "MIT"
authors = ["mingrammer <mingrammer@gmail.com>"] authors = ["mingrammer <mingrammer@gmail.com>"]

Loading…
Cancel
Save