25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 1.0 KiB

123456789101112131415161718192021222324252627282930313233
  1. # Changelogs
  2. ## 0.16.0
  3. ### Breaking Changes
  4. - The following import changes:
  5. - from diagrams.onprem.logging import Logstash is now from diagrams.elastic.elasticsearch import Logstash
  6. - from diagrams.onprem.monitoring import Kibana is now from diagrams.elastic.elasticsearch import Kibana
  7. - from diagrams.onprem.search import Elasticsearch(*) is now from diagrams.elastic.elasticsearch import Elasticsearch
  8. *The previous icon was the company icon not the elasticsearch product, for the company icon: from diagrams.elastic.saas import Elastic
  9. ### Added
  10. - Docker local development setup [#210] https://github.com/mingrammer/diagrams/pull/210
  11. - Support OpenStack [#211] https://github.com/mingrammer/diagrams/pull/211
  12. ### Fixed
  13. -
  14. ## 0.15.0
  15. ### Added
  16. - Support curvestyle option (ortho or curved)
  17. - Support Auth0, Cloudflare and Recombee: [#209] https://github.com/mingrammer/diagrams/pull/209
  18. ### Fixed
  19. - Fix typo for PersistentVolume: [#207] https://github.com/mingrammer/diagrams/pull/207
  20. - Fix misaligned label text position