Recent Releases of diagrams
diagrams - v0.24.4
What's Changed
- chore(deps): bump python from 3.13.0-alpine3.20 to 3.13.1-alpine3.20 in /docker/dev by @dependabot in https://github.com/mingrammer/diagrams/pull/1079
- chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 by @dependabot in https://github.com/mingrammer/diagrams/pull/1077
- chore(deps-dev): bump pylint from 3.3.1 to 3.3.2 by @dependabot in https://github.com/mingrammer/diagrams/pull/1078
- chore(deps-dev): bump pylint from 3.3.2 to 3.3.3 by @dependabot in https://github.com/mingrammer/diagrams/pull/1086
- Add S3 Access Points and S3 Object Lambda Access Points icons by @kakakakakku in https://github.com/mingrammer/diagrams/pull/1083
- Add Amazon CloudWatch Logs icon by @kakakakakku in https://github.com/mingrammer/diagrams/pull/1087
- Update New Relic Logo #950 by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/1090
- added devcontainer support for vscode by @akyriako in https://github.com/mingrammer/diagrams/pull/992
- Is there a node for Kubernetes itself? #979 by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/1039
- Add new provider GIS by @AlexGacon in https://github.com/mingrammer/diagrams/pull/847
- fix: Apply pre-commit hook changes by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/1104
- Update path to font file because existing path was giving an error by @BrianLakstins in https://github.com/mingrammer/diagrams/pull/1094
- Added icon for Pulumi by @pierskarsenbarg in https://github.com/mingrammer/diagrams/pull/759
- fix: Convert UPPER_WORDS from string to tuple type #1092 by @tiaz0128 in https://github.com/mingrammer/diagrams/pull/1093
- Add new automation classes and n8n diagram to SaaS provider by @wenxuangithub in https://github.com/mingrammer/diagrams/pull/1109
- chore(deps): bump python from 3.13.1-alpine3.20 to 3.13.2-alpine3.20 in /docker/dev by @dependabot in https://github.com/mingrammer/diagrams/pull/1107
- docs: Fix incorrect on-premise refs from PR #1023 by @alexmalins in https://github.com/mingrammer/diagrams/pull/1097
- Add Bedrock icon by @kakakakakku in https://github.com/mingrammer/diagrams/pull/1110
- Fix
Edge.appendmethod by @vadim2404 in https://github.com/mingrammer/diagrams/pull/959 - docs(readme): Add KubeDiagrams by @philippemerle in https://github.com/mingrammer/diagrams/pull/1115
New Contributors
- @akyriako made their first contribution in https://github.com/mingrammer/diagrams/pull/992
- @AlexGacon made their first contribution in https://github.com/mingrammer/diagrams/pull/847
- @BrianLakstins made their first contribution in https://github.com/mingrammer/diagrams/pull/1094
- @pierskarsenbarg made their first contribution in https://github.com/mingrammer/diagrams/pull/759
- @tiaz0128 made their first contribution in https://github.com/mingrammer/diagrams/pull/1093
- @wenxuangithub made their first contribution in https://github.com/mingrammer/diagrams/pull/1109
- @alexmalins made their first contribution in https://github.com/mingrammer/diagrams/pull/1097
- @vadim2404 made their first contribution in https://github.com/mingrammer/diagrams/pull/959
- @philippemerle made their first contribution in https://github.com/mingrammer/diagrams/pull/1115
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.24.2...v0.24.4
- Python
Published by mingrammer 12 months ago
diagrams - v0.24.2
What's Changed
- Update installation command for mingrammer/round to use 'go install' … by @nobiit in https://github.com/mingrammer/diagrams/pull/1057
- fix(node): change elixir language image to one with no background by @ogabriel in https://github.com/mingrammer/diagrams/pull/976
- Add diagrams.onprem.network.Mikrotik by @nobiit in https://github.com/mingrammer/diagrams/pull/1058
- issue-982: add azure speech to text and Azure OpenAI by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1061
- Add Transit Gateway Attachment icon, its alias and Internet Gateway alias. by @laiminhtrung1997 in https://github.com/mingrammer/diagrams/pull/1038
- issue-1056: add crowdstrike by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1062
- fix typo for crowdstrike by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1063
- Updated Legacy ENV Path by @0xAJX in https://github.com/mingrammer/diagrams/pull/1008
- feat(node): Add phoenix framework by @ogabriel in https://github.com/mingrammer/diagrams/pull/975
- env: update the required minimum Python version to 3.9 by @mingrammer in https://github.com/mingrammer/diagrams/pull/1064
- Add the SQL programing language and the SQLPage framework by @lovasoa in https://github.com/mingrammer/diagrams/pull/1047
- add zendesk, intercom and update typo for crowstrike in README by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1072
- add pre-commit to verify commit before create PR by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1066
- chore(deps): bump python from 3.12.7-alpine3.20 to 3.13.0-alpine3.20 in /docker/dev by @dependabot in https://github.com/mingrammer/diagrams/pull/1065
- Autogen cleanup by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/1068
- Add DynamoDB Streams icon by @kakakakakku in https://github.com/mingrammer/diagrams/pull/1074
New Contributors
- @nobiit made their first contribution in https://github.com/mingrammer/diagrams/pull/1057
- @ogabriel made their first contribution in https://github.com/mingrammer/diagrams/pull/976
- @laiminhtrung1997 made their first contribution in https://github.com/mingrammer/diagrams/pull/1038
- @0xAJX made their first contribution in https://github.com/mingrammer/diagrams/pull/1008
- @lovasoa made their first contribution in https://github.com/mingrammer/diagrams/pull/1047
- @kakakakakku made their first contribution in https://github.com/mingrammer/diagrams/pull/1074
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.24.1...v0.24.2
- Python
Published by tvqphuoc01 about 1 year ago
diagrams - v0.24.1
What's Changed
- Update version of codeql-analysis.yml by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1035
- Upgrade for 3.12/3.13 by @tb102122 in https://github.com/mingrammer/diagrams/pull/972
- fix tests by @tb102122 in https://github.com/mingrammer/diagrams/pull/1050
- chore(deps): bump jinja2 from 3.1.2 to 3.1.4 by @dependabot in https://github.com/mingrammer/diagrams/pull/1037
- fix: keep the backward compatibility for type hint by @mingrammer in https://github.com/mingrammer/diagrams/pull/1052
New Contributors
- @tb102122 made their first contribution in https://github.com/mingrammer/diagrams/pull/972
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.24.0...v0.24.1
- Python
Published by mingrammer over 1 year ago
diagrams - v0.24.0
What's Changed
- Add Apache Airflow as users of Diagrams by @potiuk in https://github.com/mingrammer/diagrams/pull/956
- Improve wording of documentation by @benediktwerner in https://github.com/mingrammer/diagrams/pull/990
- Update documentation by @Manusha17 in https://github.com/mingrammer/diagrams/pull/1021
- Issue 1009: Add new icons of azure monitor by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1024
- fix: Refactor on-premises service names for consistency by @filipeaaoliveira in https://github.com/mingrammer/diagrams/pull/1023
- Update new services for AWS by @tvqphuoc01 in https://github.com/mingrammer/diagrams/pull/1026
- Adding Apache Camel framework support by @dimitrisli in https://github.com/mingrammer/diagrams/pull/1005
- Adding JHipster framework support by @dimitrisli in https://github.com/mingrammer/diagrams/pull/1006
- Adding Hibernate framework support by @dimitrisli in https://github.com/mingrammer/diagrams/pull/1007
- Fix parameter type of outformat by @liancheng in https://github.com/mingrammer/diagrams/pull/985
- feat(node): add .Net & Next.js frameworks by @iharbukach in https://github.com/mingrammer/diagrams/pull/963
- feat: Add Sonarqube logo by @filipeaaoliveira in https://github.com/mingrammer/diagrams/pull/1032
New Contributors
- @potiuk made their first contribution in https://github.com/mingrammer/diagrams/pull/956
- @benediktwerner made their first contribution in https://github.com/mingrammer/diagrams/pull/990
- @Manusha17 made their first contribution in https://github.com/mingrammer/diagrams/pull/1021
- @tvqphuoc01 made their first contribution in https://github.com/mingrammer/diagrams/pull/1024
- @filipeaaoliveira made their first contribution in https://github.com/mingrammer/diagrams/pull/1023
- @dimitrisli made their first contribution in https://github.com/mingrammer/diagrams/pull/1005
- @liancheng made their first contribution in https://github.com/mingrammer/diagrams/pull/985
- @iharbukach made their first contribution in https://github.com/mingrammer/diagrams/pull/963
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.23.4...v0.24.0
- Python
Published by mingrammer over 1 year ago
diagrams - v0.23.4
What's Changed
- Use
Nonefordictdefault values by @Viicos in https://github.com/mingrammer/diagrams/pull/831 - Add Grafana Mimir and Tempo by @chewrocca in https://github.com/mingrammer/diagrams/pull/857
- Action improvements and python version update. by @Stedders in https://github.com/mingrammer/diagrams/pull/843
- Adding Pagerduty to SaaS.Alerting by @davidferdinand in https://github.com/mingrammer/diagrams/pull/846
- chore(deps-dev): bump pytest from 7.2.0 to 7.3.0 by @dependabot in https://github.com/mingrammer/diagrams/pull/875
- feat(node): add dataform by @alex-hofmann in https://github.com/mingrammer/diagrams/pull/763
- add centrifugo messaging by @RCheese in https://github.com/mingrammer/diagrams/pull/854
- feat: add azure private endpoint node by @pisethdanh in https://github.com/mingrammer/diagrams/pull/873
- feat(node): Add Trino by @mjs1995 in https://github.com/mingrammer/diagrams/pull/923
- feat(node): add quarkus framework by @fabriziofortino in https://github.com/mingrammer/diagrams/pull/934
- Add: Google Cloud Logging by @pyaillet in https://github.com/mingrammer/diagrams/pull/929
- feat: Add Azure Container Apps node by @etes in https://github.com/mingrammer/diagrams/pull/889
- add generic.virtualization Qemu by @outscale-mgo in https://github.com/mingrammer/diagrams/pull/868
- feat(node): add GCP apigee by @Viicos in https://github.com/mingrammer/diagrams/pull/905
- 🔥 Removed support for Python 3.6 by @bdsoha in https://github.com/mingrammer/diagrams/pull/856
- Install poetry the right way by @shiplu in https://github.com/mingrammer/diagrams/pull/917
New Contributors
- @Viicos made their first contribution in https://github.com/mingrammer/diagrams/pull/831
- @Stedders made their first contribution in https://github.com/mingrammer/diagrams/pull/843
- @davidferdinand made their first contribution in https://github.com/mingrammer/diagrams/pull/846
- @alex-hofmann made their first contribution in https://github.com/mingrammer/diagrams/pull/763
- @RCheese made their first contribution in https://github.com/mingrammer/diagrams/pull/854
- @pisethdanh made their first contribution in https://github.com/mingrammer/diagrams/pull/873
- @mjs1995 made their first contribution in https://github.com/mingrammer/diagrams/pull/923
- @etes made their first contribution in https://github.com/mingrammer/diagrams/pull/889
- @shiplu made their first contribution in https://github.com/mingrammer/diagrams/pull/917
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.23.3...v0.23.4
- Python
Published by mingrammer over 2 years ago
diagrams - v0.23.2
What's Changed
- Add EMQX as an On-Prem Queue entry by @Nosferatu31 in https://github.com/mingrammer/diagrams/pull/769
- Updated + Added extra Elastic icons by @jamesagarside in https://github.com/mingrammer/diagrams/pull/742
- Add Portwork to onprem storage by @chewrocca in https://github.com/mingrammer/diagrams/pull/782
- Update GCP icons by @DataDavD in https://github.com/mingrammer/diagrams/pull/666
- chore(deps-dev): bump black from 22.10.0 to 22.12.0 by @dependabot in https://github.com/mingrammer/diagrams/pull/813
- chore(deps): bump json5 from 2.2.0 to 2.2.3 in /website by @dependabot in https://github.com/mingrammer/diagrams/pull/827
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /website by @dependabot in https://github.com/mingrammer/diagrams/pull/807
- chore(deps): bump qs from 6.5.2 to 6.5.3 in /website by @dependabot in https://github.com/mingrammer/diagrams/pull/809
- chore(deps): bump graphviz from 0.19.1 to 0.20.1 by @dependabot in https://github.com/mingrammer/diagrams/pull/783
- feat(node): add JFrog artifactory by @bdsoha in https://github.com/mingrammer/diagrams/pull/789
- fix(website): update diagrams png by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/790
- chore(deps): bump jinja2 from 3.0.1 to 3.1.2 by @dependabot in https://github.com/mingrammer/diagrams/pull/784
- chore(deps-dev): bump pytest from 7.0.1 to 7.2.0 by @dependabot in https://github.com/mingrammer/diagrams/pull/786
- feat(node): Yarp (Reverse Proxy) from Microsoft in onprem.network by @ewinnington in https://github.com/mingrammer/diagrams/pull/792
- Rendering should merge multi-edges strictly by @bdsoha in https://github.com/mingrammer/diagrams/pull/793
- fix bug: Text on Flask icon overlaps label #794 by @ewinnington in https://github.com/mingrammer/diagrams/pull/795
- docs(website): generate missing website images by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/806
- feat: Add Svelte framework by @valdirmendesdev in https://github.com/mingrammer/diagrams/pull/810
- fix: Syntax error in config.py by @lazzurs in https://github.com/mingrammer/diagrams/pull/799
- feat(c4) Allow adding attributes. by @xihh87 in https://github.com/mingrammer/diagrams/pull/796
- fix(tests): set lower for case sensitive system by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/805
New Contributors
- @Nosferatu31 made their first contribution in https://github.com/mingrammer/diagrams/pull/769
- @jamesagarside made their first contribution in https://github.com/mingrammer/diagrams/pull/742
- @chewrocca made their first contribution in https://github.com/mingrammer/diagrams/pull/782
- @DataDavD made their first contribution in https://github.com/mingrammer/diagrams/pull/666
- @ewinnington made their first contribution in https://github.com/mingrammer/diagrams/pull/792
- @valdirmendesdev made their first contribution in https://github.com/mingrammer/diagrams/pull/810
- @lazzurs made their first contribution in https://github.com/mingrammer/diagrams/pull/799
- @xihh87 made their first contribution in https://github.com/mingrammer/diagrams/pull/796
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.23.1...v0.23.2
- Python
Published by mingrammer about 3 years ago
diagrams - v0.23.1
What's Changed
- Update README.md by @lakshminarasimmanv in https://github.com/mingrammer/diagrams/pull/757
- Add: Twilio by @zendern in https://github.com/mingrammer/diagrams/pull/331
- feat: adding messenger and line icons by @mkfsn in https://github.com/mingrammer/diagrams/pull/412
- Allow
node.idto be specified and not automatically generated by @vanife in https://github.com/mingrammer/diagrams/pull/422 - Allow Node arguments to be passed to Custom Node by @bra-fsn in https://github.com/mingrammer/diagrams/pull/437
- autolabel flag in diagrams that modifies label by @anovis in https://github.com/mingrammer/diagrams/pull/482
- chore(deps): bump minimist from 1.2.5 to 1.2.7 in /website by @dependabot in https://github.com/mingrammer/diagrams/pull/761
- chore(deps-dev): bump pytest from 6.2.1 to 7.0.1 by @dependabot in https://github.com/mingrammer/diagrams/pull/656
- docs(website): update text on top page. by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/571
- Add raspbian gen os by @abrudner in https://github.com/mingrammer/diagrams/pull/589
- Prefer subprocess run over call by @kkirsche in https://github.com/mingrammer/diagrams/pull/625
- feat(node): Update Dremio icon by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/651
- refactor: Reflect changes in Cluster class by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/653
- feat(node): add AWS app-runner #645 by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/654
- chore(deps): bump json-schema and jsprim in /website by @dependabot in https://github.com/mingrammer/diagrams/pull/772
- docs: fix simple typo, clearning -> cleaning by @timgates42 in https://github.com/mingrammer/diagrams/pull/724
- feat(node): Onprem network remove white backgound by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/697
- Add: saas.alerting.Xmatters by @jaredcurtis in https://github.com/mingrammer/diagrams/pull/712
- feat: add Fastly CDN. by @cherouvim in https://github.com/mingrammer/diagrams/pull/740
- feat(node): add Generic OS Debian (#549) by @gabriel-tessier in https://github.com/mingrammer/diagrams/pull/570
- Add icons to docs by @lrjball in https://github.com/mingrammer/diagrams/pull/499
- Add support for Harbor as an on-prem registry by @DR-dev-0714 in https://github.com/mingrammer/diagrams/pull/766
- feat(node): add Generic OS Red Hat by @bdsoha in https://github.com/mingrammer/diagrams/pull/780
- Add MLflow to OnPrem MLOps by @xadrianzetx in https://github.com/mingrammer/diagrams/pull/698
New Contributors
- @lakshminarasimmanv made their first contribution in https://github.com/mingrammer/diagrams/pull/757
- @mkfsn made their first contribution in https://github.com/mingrammer/diagrams/pull/412
- @vanife made their first contribution in https://github.com/mingrammer/diagrams/pull/422
- @bra-fsn made their first contribution in https://github.com/mingrammer/diagrams/pull/437
- @anovis made their first contribution in https://github.com/mingrammer/diagrams/pull/482
- @abrudner made their first contribution in https://github.com/mingrammer/diagrams/pull/589
- @kkirsche made their first contribution in https://github.com/mingrammer/diagrams/pull/625
- @jaredcurtis made their first contribution in https://github.com/mingrammer/diagrams/pull/712
- @cherouvim made their first contribution in https://github.com/mingrammer/diagrams/pull/740
- @DR-dev-0714 made their first contribution in https://github.com/mingrammer/diagrams/pull/766
- @bdsoha made their first contribution in https://github.com/mingrammer/diagrams/pull/780
- @xadrianzetx made their first contribution in https://github.com/mingrammer/diagrams/pull/698
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.22.0...v0.23.1
- Python
Published by mingrammer over 3 years ago
diagrams - v0.22.0
What's Changed
- Fix typo by @Sparkz0629 in https://github.com/mingrammer/diagrams/pull/730
- Add GraphQL by @houmam in https://github.com/mingrammer/diagrams/pull/660
- Fix For go get Deprecation by @tmvanetten in https://github.com/mingrammer/diagrams/pull/713
- Basic support for C4 model primitives. by @mbruggmann in https://github.com/mingrammer/diagrams/pull/508
New Contributors
- @Sparkz0629 made their first contribution in https://github.com/mingrammer/diagrams/pull/730
- @houmam made their first contribution in https://github.com/mingrammer/diagrams/pull/660
- @tmvanetten made their first contribution in https://github.com/mingrammer/diagrams/pull/713
- @mbruggmann made their first contribution in https://github.com/mingrammer/diagrams/pull/508
Full Changelog: https://github.com/mingrammer/diagrams/compare/v0.21.1...v0.22.0
- Python
Published by mingrammer over 3 years ago
diagrams - v0.21.0
Added
- Support Nagios: #638
- Support GCP API Gateway: #636
- Support Chatbot: #633
- Support DigitalOcean provider: #621
- Support Dapr: #591
- Support K3: #575
- Support Latex: #565
- Support Puppet: #492
- Support Dynatrace: #471
- Support Dremio Service: #451
- Support Tyk: #449
- Support Starlette #443
- Support SVN: #426
- Python
Published by mingrammer about 4 years ago
diagrams - v0.19.0
Added
- More AWS resources: #381
- Support Azure VMScaleSet: #404
- Support FastAPI: #380
- Support flowchart symbols: #377
- Support GCP monitoring: #343
- Support PowerBI: #337
- Support Humio: #409
- Support New Relic: #340
- Support Micronaut: #333
- Support adding Presto, Apache Superset, Nextcloud: #327
- Support nextcloud, bitwarden, boundary and ambassador: #363
- Support Scala programming language: #373
- Python
Published by mingrammer about 5 years ago
diagrams - v0.18.0
Added
- Support Azure Subnets: #360
- Support GitHub Actions: #348
- Support Outscale provider: #338
- Support Cortex monitoring: #321
- Support Discord: #313
- Support CoreDNS and PowerDNS: #302
- Support NATS: #301
- Support container runtimes: #300
- Support Jaeger: #299
- Support Litmus Chaos and Chaos Mess for chaos engineering: #297
- Support Dex and Federated OpenID Connect provider: #298
- Support Buzfeed SSO and Oauth2 Proxy: #296
- Support Vector aggregator service: #295
- Support External DNS: #294
- Support PVC, LXC, Java, DNS, and Zabbix: #291
- Support Opnsense: #288
- Support Generic Subnet: #285
- Support Erlang and Elixir: #275
- Support Rocketchat, Mattermost, and Microsoft Teams: #268
- Support Akamai: #267
- Support Cert Manager and Lets Encrypt: #265
- Support Ocelot: #263
- Support Open Service Mesh: #260
Fixed
- Correct spelling of Traditional Server: #351
- Onprem storage incorrect config: #345
- Python
Published by mingrammer about 5 years ago
diagrams - v0.17.0
Added
- Support GCP Endpoints: #259
- Support DroneCI and Atlantis (Terraform): #255
- Support Okta: #254
- Support OutScale provider: #251
- Support Prometheus Operator: #253
- Support Snowflake: #245
- Support for CJK fonts + Replace ms-fonts with opensans: #242
- Support Pushover: #241
Fixed
- Update bm, vm cases for OCI
- Set a dummy filename to prevent raise error when both name and filename are not provided: #240
- Python
Published by mingrammer over 5 years ago
diagrams - v0.16.0
Breaking Changes
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
- Docker local development setup: #210
- Support OpenStack #211
- Support SQL, Druid and Databricks
- Support Cloudinary: #218
Fixed
- Clean GCP resources: #228
- Support DataDog, PaperTrail, Syslog, Rsyslog and Graylog: #222
- Update all OCI icon set (bark and white): #205
- Python
Published by mingrammer over 5 years ago
diagrams - v0.14.0
Added
- Support sagemaker for AWS provider: #204
- Support ConcourseCI: #198
- Support Tekton CLI: #199
- Support more analytics tools for Onprem provider: #195
- Support more resources for AWS provider: #192
- Support kubernetes ecosystem: #188
- Support Beats for ElasticStack provider: #153
- Support more icons for Generic provider: #186
- SUpport Opsgenie: #187
- Support Tekton: #150
- Support Generic provider: #171
- Python
Published by mingrammer over 5 years ago
diagrams - v0.12.0
Added
- Support GitlabCI: #166
- Support Sentry: #165
- Support Couchbase: #164
- Support new IoT icons, and new Game, General and Robotics categories for AWS: #161
- Support general icon set for Azure: #155
- Support Fluent Bit: #154
- Support integration services for Azure: #152
- Support custom attribute options for Nodes: #151
- Python
Published by mingrammer almost 6 years ago
diagrams - v0.11.0
Added
- Support programming provider (programming languages and frameworks): #112
- Support NACL, Subnets, Route Table and VPC peering for AWS provider: #135
- Support Loki: #139
- Support Tableau and Metabase: #142
- Support AWS Elemental Services: #149
Fixed
- Rename Cloudfront to CloudFront: #129
- Python
Published by mingrammer almost 6 years ago
diagrams - v0.9.0
Added
- Support Thanos: #99
- Support AWS VPC Endpoint: #101
- Support AWS VPC Router: #102
- Support Teamcity: #103
- Support Pomerium: #104
- Support Ansible and AWX: #110
Fixed
- Replace MD5 Hash with UUID: #94
- Verify Edge attributes exist before setting: #96
- Python
Published by mingrammer almost 6 years ago
diagrams - v0.6.0
Added
- Support custom nodes: https://github.com/mingrammer/diagrams/pull/25
- Allow an output filename to be passed to Diagram explicitly: https://github.com/mingrammer/diagrams/pull/28
- Support on-premise nodes: https://github.com/mingrammer/diagrams/pull/35
- Python
Published by mingrammer about 6 years ago