| <!DOCTYPE html> | 
 | <html> | 
 | <head> | 
 |     <meta charset="utf-8"> | 
 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 
 | <meta name="description" content=""> | 
 | <meta name="keywords" content="blog,  "> | 
 | <title>  Announcing Eclipse Ditto Release 1.1.0 </title> | 
 |  | 
 | <link rel="stylesheet" href="css/syntax.css"> | 
 | <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" crossorigin="anonymous"> | 
 | <link rel="stylesheet" href="css/modern-business.css"> | 
 | <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" crossorigin="anonymous"> | 
 | <link rel="stylesheet" href="css/customstyles.css"> | 
 | <link rel="stylesheet" href="css/boxshadowproperties.css"> | 
 | <link rel="stylesheet" href="css/theme-ditto.css"> | 
 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700"> | 
 |  | 
 | <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" crossorigin="anonymous"></script> | 
 | <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" crossorigin="anonymous"></script> | 
 | <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js" crossorigin="anonymous"></script> | 
 | <script src="js/toc.js"></script> | 
 | <script src="js/customscripts.js"></script> | 
 |  | 
 | <script type="application/ld+json"> | 
 | { | 
 |   "@context": "http://schema.org", | 
 |   "@type": "Organization", | 
 |   "url": "https://eclipse.org/ditto/", | 
 |   "logo": "https://eclipse.org/ditto/images/ditto.svg" | 
 | } | 
 | </script> | 
 |  | 
 | <link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16"> | 
 | <link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32"> | 
 | <link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96"> | 
 |  | 
 | <link rel="alternate" type="application/rss+xml" title="Eclipse Ditto Blog" href="https://www.eclipse.org/ditto/feed.xml"> | 
 |  | 
 | <!-- Eclipse Foundation cookie consent: --> | 
 | <link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" /> | 
 | <script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script> | 
 |  | 
 |     <script> | 
 |         $(document).ready(function() { | 
 |             $("#tg-sb-link").click(function() { | 
 |                 $("#tg-sb-sidebar").toggle(); | 
 |                 $("#tg-sb-content").toggleClass('col-md-9'); | 
 |                 $("#tg-sb-content").toggleClass('col-md-12'); | 
 |                 $("#tg-sb-icon").toggleClass('fa-toggle-on'); | 
 |                 $("#tg-sb-icon").toggleClass('fa-toggle-off'); | 
 |             }); | 
 |         }); | 
 |     </script> | 
 | </head> | 
 |  | 
 |  | 
 | <script> | 
 |     (function(w,d,s,l,i){ | 
 |         w[l]=w[l]||[]; | 
 |         w[l].push({'gtm.start': | 
 |             new Date().getTime(),event:'gtm.js'}); | 
 |         var f=d.getElementsByTagName(s)[0], | 
 |             j=d.createElement(s), | 
 |             dl=l!='dataLayer'?'&l='+l:''; | 
 |         j.async=true; | 
 |         j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl; | 
 |         f.parentNode.insertBefore(j,f); | 
 |     })(window,document,'script','dataLayer','GTM-5WLCZXC'); | 
 | </script> | 
 |  | 
 |  | 
 |  | 
 | <body> | 
 | <!-- Navigation --> | 
 | <nav class="navbar navbar-inverse navbar-fixed-top"> | 
 |     <div class="container topnavlinks"> | 
 |         <div class="navbar-header"> | 
 |             <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | 
 |                 <span class="sr-only">Toggle navigation</span> | 
 |                 <span class="icon-bar"></span> | 
 |                 <span class="icon-bar"></span> | 
 |                 <span class="icon-bar"></span> | 
 |             </button> | 
 |             <a class="navbar-ditto-home" href="index.html"> <img src="images/ditto_allwhite_symbolonly.svg" class="ditto-navbar-symbol" alt="Home"> <img src="images/ditto_allwhite_textonly.svg" class="ditto-navbar-symbol-text" alt="Ditto"></a> | 
 |         </div> | 
 |         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | 
 |             <ul class="nav navbar-nav navbar-right"> | 
 |                 <!-- toggle sidebar button --> | 
 |                 <!--<li><a id="tg-sb-link" href="#"><i id="tg-sb-icon" class="fa fa-toggle-on"></i> Nav</a></li>--> | 
 |                 <!-- entries without drop-downs appear here --> | 
 |  | 
 |  | 
 |  | 
 |  | 
 |                  | 
 |                  | 
 |                  | 
 |                 <li><a href="blog.html">Blog</a></li> | 
 |                  | 
 |                  | 
 |                  | 
 |                 <li><a href="intro-overview.html">Documentation</a></li> | 
 |                  | 
 |                  | 
 |                  | 
 |                 <li><a href="http-api-doc.html">HTTP API</a></li> | 
 |                  | 
 |                  | 
 |                  | 
 |                 <li><a href="sandbox.html">Sandbox</a></li> | 
 |                  | 
 |                  | 
 |                  | 
 |                 <li><a href="https://github.com/eclipse/ditto" target="_blank">GitHub</a></li> | 
 |                  | 
 |                  | 
 |                  | 
 |                 <li><a href="https://github.com/eclipse/ditto-examples" target="_blank">GitHub examples</a></li> | 
 |                  | 
 |                  | 
 |                  | 
 |                 <!-- entries with drop-downs appear here --> | 
 |                 <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> | 
 |                  | 
 |                  | 
 |                 <li class="dropdown"> | 
 |                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Links<b class="caret"></b></a> | 
 |                     <ul class="dropdown-menu"> | 
 |                          | 
 |                          | 
 |                         <li><a href="https://projects.eclipse.org/projects/iot.ditto" target="_blank">Eclipse Ditto Project</a></li> | 
 |                          | 
 |                          | 
 |                          | 
 |                         <li><a href="https://www.eclipse.org/forums/index.php/f/364/" target="_blank">Forum</a></li> | 
 |                          | 
 |                          | 
 |                          | 
 |                         <li><a href="https://ci.eclipse.org/ditto/" target="_blank">Jenkins</a></li> | 
 |                          | 
 |                          | 
 |                          | 
 |                         <li><a href="https://dev.eclipse.org/mhonarc/lists/ditto-dev/" target="_blank">Mailing list archives</a></li> | 
 |                          | 
 |                          | 
 |                          | 
 |                         <li><a href="https://gitter.im/eclipse/ditto" target="_blank">Gitter.im chat</a></li> | 
 |                          | 
 |                          | 
 |                     </ul> | 
 |                 </li> | 
 |                  | 
 |                  | 
 |                  | 
 |                 <!--comment out this block if you want to hide search--> | 
 |                 <li> | 
 |                     <!--start search--> | 
 |                     <div id="search-demo-container"> | 
 |                         <input type="text" id="search-input" placeholder="search..."> | 
 |                         <ul id="results-container"></ul> | 
 |                     </div> | 
 |                     <script src="//cdnjs.cloudflare.com/ajax/libs/simple-jekyll-search/0.0.9/jekyll-search.js" type="text/javascript"></script> | 
 |                     <script type="text/javascript"> | 
 |                             SimpleJekyllSearch.init({ | 
 |                                 searchInput: document.getElementById('search-input'), | 
 |                                 resultsContainer: document.getElementById('results-container'), | 
 |                                 dataSource: 'search.json', | 
 |                                 searchResultTemplate: '<li><a href="{url}" title="Announcing Eclipse Ditto Release 1.1.0">{title}</a></li>', | 
 |                                 noResultsText: 'No results found.', | 
 |                                 limit: 10, | 
 |                                 fuzzy: true, | 
 |                     }) | 
 |                     </script> | 
 |                     <!--end search--> | 
 |                 </li> | 
 |             </ul> | 
 |         </div> | 
 |     </div> | 
 |     <!-- /.container --> | 
 | </nav> | 
 |  | 
 | <!-- Page Content --> | 
 | <div class="container"> | 
 |   <div id="main"> | 
 |     <!-- Content Row --> | 
 |     <div class="row"> | 
 |          | 
 |          | 
 |  | 
 |         <!-- Content Column --> | 
 |         <div class="col-md-12" id="tg-sb-content"> | 
 |             <!-- Look the author details up from the site config. --> | 
 |  | 
 |  | 
 | <!-- Output author details if some exist. --> | 
 | <!-- Output author details if some exist. --> | 
 | <!----> | 
 | <!--<span>--> | 
 |     <!--<!– Mugshot. –>--> | 
 |     <!--<img src="https://www.gravatar.com/avatar/19a9fd49b6778aef898249fb4f11bd24?s=135" alt="A photo of Thomas Jäckle" />--> | 
 |  | 
 | <!--<!– Personal Info. –>--> | 
 |     <!--Written by <a href="http://twitter.com/thjaeckle" target="_blank">Thomas Jäckle</a>--> | 
 | <!--</span>--> | 
 | <!----> | 
 |  | 
 | <article class="post" itemscope itemtype="http://schema.org/BlogPosting"> | 
 |  | 
 |     <header class="post-header"> | 
 |         <h1 class="post-title" itemprop="name headline">Announcing Eclipse Ditto Release 1.1.0</h1> | 
 |         <p class="post-meta">Published by <img src="https://www.gravatar.com/avatar/19a9fd49b6778aef898249fb4f11bd24?s=135" alt="A photo of Thomas Jäckle" style="width:50px;border-radius:50%;display:inline-block;margin-right:5px;" /><span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name"><a href="http://twitter.com/thjaeckle" target="_blank">Thomas Jäckle</a> </span></span> on <time datetime="2020-04-29T00:00:00+00:00" itemprop="datePublished">Apr 29, 2020</time> - Tags: | 
 |              | 
 |              | 
 |              | 
 |             <a href="tag_blog.html">blog</a> | 
 |              | 
 |              | 
 |              | 
 |  | 
 |         </p> | 
 |  | 
 |  | 
 |     </header> | 
 |  | 
 |     <div class="post-content" itemprop="articleBody"> | 
 |  | 
 |          | 
 |  | 
 |          | 
 |  | 
 |         <p>Today, approximately 4 months after Eclipse Ditto’s <a href="2019-12-12-release-announcement-100.html">1.0.0</a> release,  | 
 | the team is happy to announce the first minor (feature) update of Ditto <code class="highlighter-rouge">1.0</code>:<br /> | 
 | <strong>Eclipse Ditto 1.1.0</strong></p> | 
 |  | 
 | <p>The Ditto team was quite busy, 1.1.0 focuses on the following areas:</p> | 
 |  | 
 | <ul> | 
 |   <li>Management of <a href="basic-policy.html">Policies</a> via <a href="protocol-specification-policies.html">Ditto Protocol</a> | 
 |     <ul> | 
 |       <li>Addition of policy APIs in Ditto <a href="client-sdk-java.html">Java client</a></li> | 
 |     </ul> | 
 |   </li> | 
 |   <li>Possibility to <a href="basic-search.html">search</a> via <a href="protocol-specification-things-search.html">Ditto Protocol</a> | 
 |     <ul> | 
 |       <li>Addition of search APIs in Ditto <a href="client-sdk-java.html">Java client</a></li> | 
 |     </ul> | 
 |   </li> | 
 |   <li>Enrich published Ditto events/message via additional <a href="basic-enrichment.html">custom fields</a> of the affected thing | 
 |     <ul> | 
 |       <li>Addition of enrichment APIs in Ditto <a href="client-sdk-java.html">Java client</a></li> | 
 |     </ul> | 
 |   </li> | 
 |   <li>Support for establishing managed <a href="basic-connections.html">connections</a> via <a href="connectivity-protocol-bindings-mqtt5.html">MQTT 5</a></li> | 
 |   <li>End-2-end <a href="basic-acknowledgements.html">acknowledgements</a> preparing Ditto to enable “at least once” processing | 
 |     <ul> | 
 |       <li>Addition of acknowledgement APIs in Ditto <a href="client-sdk-java.html">Java client</a></li> | 
 |     </ul> | 
 |   </li> | 
 |   <li>Officially documented <a href="installation-operating.html#pre-authentication">pre-authenticated</a> authentication mechanism</li> | 
 |   <li>Use of Java 11 for running Ditto containers</li> | 
 |   <li>Deprecation of API version 1 (authorization via <a href="basic-acl.html">ACL</a> mechanism)</li> | 
 |   <li>Use of CBOR as cluster internal replacement for JSON serialization</li> | 
 |   <li>Further improvements on increasing throughput</li> | 
 | </ul> | 
 |  | 
 | <p>Please have a look at the <a href="release_notes_110.html">1.1.0 release notes</a> for a more detailed information on the release.</p> | 
 |  | 
 | <h2 id="artifacts">Artifacts</h2> | 
 |  | 
 | <p>The new Java artifacts have been published at the <a href="https://repo.eclipse.org/content/repositories/ditto/">Eclipse Maven repository</a> | 
 | as well as <a href="https://repo1.maven.org/maven2/org/eclipse/ditto/">Maven central</a>.</p> | 
 |  | 
 | <p>Also the <a href="client-sdk-java.html">Ditto Java client</a>’s artifacts were published to Maven central.</p> | 
 |  | 
 | <p>The Docker images have been pushed to Docker Hub:</p> | 
 | <ul> | 
 |   <li><a href="https://hub.docker.com/r/eclipse/ditto-policies/">eclipse/ditto-policies</a></li> | 
 |   <li><a href="https://hub.docker.com/r/eclipse/ditto-things/">eclipse/ditto-things</a></li> | 
 |   <li><a href="https://hub.docker.com/r/eclipse/ditto-things-search/">eclipse/ditto-things-search</a></li> | 
 |   <li><a href="https://hub.docker.com/r/eclipse/ditto-gateway/">eclipse/ditto-gateway</a></li> | 
 |   <li><a href="https://hub.docker.com/r/eclipse/ditto-connectivity/">eclipse/ditto-connectivity</a></li> | 
 |   <li><a href="https://hub.docker.com/r/eclipse/ditto-concierge/">eclipse/ditto-concierge</a></li> | 
 | </ul> | 
 |  | 
 | <h2 id="kubernetes-ready-helm-chart">Kubernetes ready: Helm chart</h2> | 
 |  | 
 | <p>In order to run Eclipse Ditto in a Kubernetes environment, best rely on the official  | 
 | <a href="https://hub.helm.sh/charts/eclipse-iot/ditto">Helm chart</a> and deploy Ditto via the Helm package manager.</p> | 
 |  | 
 | <p><br /> | 
 | <br /></p> | 
 | <figure><img class="docimage" src="images/ditto.svg" alt="Ditto" style="max-width: 500px" /></figure> | 
 |  | 
 | <p>–<br /> | 
 | The Eclipse Ditto team</p> | 
 |  | 
 |     </div> | 
 |  | 
 |  | 
 |  | 
 | </article> | 
 |  | 
 | <hr class="shaded"/> | 
 |  | 
 | <footer> | 
 |             <div class="row"> | 
 |                 <div class="col-lg-12 footer"> | 
 |                     <div class="logo"> | 
 |                         <a href="https://eclipse.org"><img src="images/eclipse_foundation_logo.svg" alt="Eclipse logo"/></a> | 
 |                     </div> | 
 |                     <p class="notice"> | 
 |                         ©2021 Eclipse Ditto. | 
 |                          Site last generated: Feb 22, 2021 <br /> | 
 |                     </p> | 
 |                     <div class="quickLinks"> | 
 |                         <a href="https://www.eclipse.org/legal/privacy.php" target="_blank"> | 
 |                             > Privacy Policy | 
 |                         </a> | 
 |                         <a href="https://www.eclipse.org/legal/termsofuse.php" target="_blank"> | 
 |                             > Terms of Use | 
 |                         </a> | 
 |                         <a href="https://www.eclipse.org/legal/copyright.php" target="_blank"> | 
 |                             > Copyright Agent | 
 |                         </a> | 
 |                         <a href="https://www.eclipse.org/legal" target="_blank"> | 
 |                             > Legal | 
 |                         </a> | 
 |                         <a href="https://www.eclipse.org/legal/epl-2.0/" target="_blank"> | 
 |                             > License | 
 |                         </a> | 
 |                         <a href="https://eclipse.org/security" target="_blank"> | 
 |                             > Report a Vulnerability | 
 |                         </a> | 
 |                     </div> | 
 |                 </div> | 
 |             </div> | 
 | </footer> | 
 |  | 
 |  | 
 |         </div> | 
 |     <!-- /.row --> | 
 | </div> | 
 | <!-- /.container --> | 
 | </div> | 
 | <!-- /#main --> | 
 |     </div> | 
 |  | 
 | </body> | 
 | </html> |