<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>changelog Archives | Clever Cloud</title>
	<atom:link href="https://stagingv6.cleverapps.io/blog/tag/changelog/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>From Code to Product</description>
	<lastBuildDate>Tue, 22 Oct 2024 10:35:31 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>changelog Archives | Clever Cloud</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>FrankenPHP, sessions in Materia KV, lifecycle: what will change in PHP on Clever Cloud</title>
		<link>https://stagingv6.cleverapps.io/blog/company/2024/10/09/news-php-on-clever-cloud/</link>
		
		<dc:creator><![CDATA[David Legrand]]></dc:creator>
		<pubDate>Wed, 09 Oct 2024 14:29:52 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[feature]]></category>
		<guid isPermaLink="false">https://stagingv6.cleverapps.io/?p=14268</guid>

					<description><![CDATA[<p><img width="1600" height="710" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en.png 1600w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-300x133.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-1024x454.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-768x341.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-1536x682.png 1536w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-1368x607.png 1368w" sizes="(max-width: 1600px) 100vw, 1600px" /></p><!-- wp:paragraph -->
<p>While we'll have a detailed look at all of this in future articles (you can get a glimpse of it in <a href="https://developers.clever-cloud.com/changelog/" target="_blank" rel="noreferrer noopener">our public changelog</a>), there's one subject that's close to our heart: our images.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Redesigning images</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Each time you deploy an add-on or application on our platform, our orchestrator provides you with a virtual machine based on Exherbo Linux, for which we have built the kernel and binaries specifically to guarantee a classic, high-performance, up-to-date and secure GNU/Linux environment. This environment is configured in a standard way, mainly via environment variables.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This minimal system, specific to our needs and ready to be configured, makes up what we call our images. Over the past few months, we've radically changed the way we design them. Until now, we had different images for each of our runtimes/languages, or almost all of them. Updating and testing images was sometimes complex and very manual. So we simplified and automated all of this.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For several weeks now, we've had regularly-generated image, which differs very little according to needs, and which we put through a battery of drastic tests to ensure that any application will deploy smoothly as it evolves. Implementation has been smooth over the months, and we are now at the end of a process that has been transparent to all our customers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Why tell you about it today? Because i<strong>t's what will enable us to gradually review and improve the way you deploy applications on Clever Cloud</strong>. We've already laid a few building blocks here and there, like <a href="https://developers.clever-cloud.com/changelog/2024-10-01-python-image-changes/">the integration of uv for Python</a>, for example. But things are going to change much more significantly over the coming months and through 2025. One of our biggest runtimes is PHP.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">PHP 8.4, sessions in Materia KV</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Our discussions with the community at last year's PHP Forum gave us the opportunity to think about how we could improve things. One of the recurring requests was for us to be more responsive in our support for new versions of PHP. The changes we've made will enable us to test the move to PHP 8.4, expected at the end of November, more quickly. Once it's been validated and integrated into Clever Cloud, you'll be able to activate it via a simple environment variable update.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The flexibility of PHP sessions was also a recurring topic. <a href="https://developers.clever-cloud.com/doc/applications/php/#configure-the-session-storage">Currently</a>, they can rely on local persistent storage or a Redis database linked to your application. This summer, we worked to tailor our <a href="https://stagingv6.cleverapps.io/materia/materia-kv/">Materia KV technology</a> to this need. A few days ago, we put <a href="https://developers.clever-cloud.com/changelog/2024-10-01-materia-kv-ttl-layer-update/">a new version into production</a>, with support for expiring keys and commands enabling it to be supported transparently for users.</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><a href="https://github.com/CleverCloud/php-sessions-kv-example" target="_blank" rel="noreferrer noopener">Deploy a demo PHP application with sessions in Materia KV</a> </li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>This is quite simple: retrieve the above repository content with <code>git</code>,  <a href="https://github.com/CleverCloud/clever-tools" target="_blank" rel="noreferrer noopener">Clever Tools</a>, then create a PHP application as if it were to host its sessions on a Redis database, the code is identical:</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<pre class="wp-block-code"><code class="language-bash">clever create -t php --alias phpSessions
clever env set ENABLE_REDIS "true"
clever env set SESSION_TYPE "redis"</code></pre>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p>Once done, create a Materia KV add-on and link it to the application you've just created:</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<pre class="wp-block-code"><code class="language-bash">clever addon create kv phpSessionsKV --link phpSessions</code></pre>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p>After that, just deploy the application, and in a few seconds you'll have the expected result, taking advantage of everything that goes with the Clever Cloud platform: keeping it up and running, domains and TLS certificates management, logs, metrics, and so on.</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<pre class="wp-block-code"><code class="language-bash">clever deploy & clever open</code></pre>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p>How did we achieve this? When we designed Materia KV, we set out to create a different kind of key-value database, complementary to our current offering. It is therefore distributed and highly resilient (the data is written in three of our data centers in Paris), but can be used almost seamlessly, since it is compatible with existing ecosystems.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For example, it currently supports the protocol on which Redis is based, and can be used with similar commands or clients such as iredis, redis-cli, valkey-cli, graphical interfaces, etc. We will shortly be adding Dynamo DB and GraphQL.</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><a href="https://developers.clever-cloud.com/doc/addons/materia-kv/">Learn more about Materia KV</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Franken PHP, better deployment</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Another topic close to our hearts is the integration of <a href="https://frankenphp.dev/" target="_blank" rel="noreferrer noopener">Franken PHP</a>, developed by our friends and partners at <a href="https://les-tilleuls.coop">Les Tilleuls</a>. Mixing PHP with a Caddy web server in a rather elegant and unusual way, this solution allows us to think differently about the deployment and configuration of PHP applications, and is increasingly appealing in this ecosystem, which has largely regained vitality in recent years.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We tested it on Clever Cloud, and explained to some customers <a href="https://github.com/CleverCloud/?q=franken&amp;type=all&amp;language=&amp;sort=" target="_blank" rel="noreferrer noopener">how to deploy it</a>, via Docker or natively. Above all, we wanted to go one step further and integrate it directly into our images, to simplify its use within our platform. This will soon be the case, thanks to our work on simplifying and redesigning our images. At the same time, we'll be gradually improving our deployment of PHP.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At the moment, we're operating on the basis of the language's legacy, some of which dates back to versions 5.x or 7.x, which can sometimes hold us back in the developments we'd like to implement. After the release of PHP 8.4, we're going to stick to the “historical” operation of our PHP image, so that our customers can benefit from stability in the deployment of their applications.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>But most of all, it will enable us to reinvent some areas by focusing on actively supported versions of PHP, with clear management of application and runtime lifecycles. We'll tell you more about this plan later in the year.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Let's discuss at PHP Forum</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>As you may have gathered, the PHP community is very important to us. That's why we're partnering with AFUP again this year. We'll be present at <strong><a href="https://event.afup.org/">the 2024 PHP Forum</a> being held on October 10 and 11 at the New York Hotel in Disneyland Paris</strong>. Don't hesitate to come and chat with us, we'll have a few surprises and exclusives to show off on site. It will also be an opportunity for you to share your feedback and requests. Because that's how we want to build the future of Clever Cloud: together.</p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1600" height="710" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en.png 1600w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-300x133.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-1024x454.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-768x341.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-1536x682.png 1536w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/10/2024-10-09-clever-cloud-banniere-blog-php-en-1368x607.png 1368w" sizes="(max-width: 1600px) 100vw, 1600px" /></p><!-- wp:paragraph -->
<p>While we'll have a detailed look at all of this in future articles (you can get a glimpse of it in <a href="https://developers.clever-cloud.com/changelog/" target="_blank" rel="noreferrer noopener">our public changelog</a>), there's one subject that's close to our heart: our images.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Redesigning images</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Each time you deploy an add-on or application on our platform, our orchestrator provides you with a virtual machine based on Exherbo Linux, for which we have built the kernel and binaries specifically to guarantee a classic, high-performance, up-to-date and secure GNU/Linux environment. This environment is configured in a standard way, mainly via environment variables.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This minimal system, specific to our needs and ready to be configured, makes up what we call our images. Over the past few months, we've radically changed the way we design them. Until now, we had different images for each of our runtimes/languages, or almost all of them. Updating and testing images was sometimes complex and very manual. So we simplified and automated all of this.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For several weeks now, we've had regularly-generated image, which differs very little according to needs, and which we put through a battery of drastic tests to ensure that any application will deploy smoothly as it evolves. Implementation has been smooth over the months, and we are now at the end of a process that has been transparent to all our customers.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Why tell you about it today? Because i<strong>t's what will enable us to gradually review and improve the way you deploy applications on Clever Cloud</strong>. We've already laid a few building blocks here and there, like <a href="https://developers.clever-cloud.com/changelog/2024-10-01-python-image-changes/">the integration of uv for Python</a>, for example. But things are going to change much more significantly over the coming months and through 2025. One of our biggest runtimes is PHP.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">PHP 8.4, sessions in Materia KV</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Our discussions with the community at last year's PHP Forum gave us the opportunity to think about how we could improve things. One of the recurring requests was for us to be more responsive in our support for new versions of PHP. The changes we've made will enable us to test the move to PHP 8.4, expected at the end of November, more quickly. Once it's been validated and integrated into Clever Cloud, you'll be able to activate it via a simple environment variable update.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The flexibility of PHP sessions was also a recurring topic. <a href="https://developers.clever-cloud.com/doc/applications/php/#configure-the-session-storage">Currently</a>, they can rely on local persistent storage or a Redis database linked to your application. This summer, we worked to tailor our <a href="https://stagingv6.cleverapps.io/materia/materia-kv/">Materia KV technology</a> to this need. A few days ago, we put <a href="https://developers.clever-cloud.com/changelog/2024-10-01-materia-kv-ttl-layer-update/">a new version into production</a>, with support for expiring keys and commands enabling it to be supported transparently for users.</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><a href="https://github.com/CleverCloud/php-sessions-kv-example" target="_blank" rel="noreferrer noopener">Deploy a demo PHP application with sessions in Materia KV</a> </li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>This is quite simple: retrieve the above repository content with <code>git</code>,  <a href="https://github.com/CleverCloud/clever-tools" target="_blank" rel="noreferrer noopener">Clever Tools</a>, then create a PHP application as if it were to host its sessions on a Redis database, the code is identical:</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<pre class="wp-block-code"><code class="language-bash">clever create -t php --alias phpSessions
clever env set ENABLE_REDIS "true"
clever env set SESSION_TYPE "redis"</code></pre>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p>Once done, create a Materia KV add-on and link it to the application you've just created:</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<pre class="wp-block-code"><code class="language-bash">clever addon create kv phpSessionsKV --link phpSessions</code></pre>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p>After that, just deploy the application, and in a few seconds you'll have the expected result, taking advantage of everything that goes with the Clever Cloud platform: keeping it up and running, domains and TLS certificates management, logs, metrics, and so on.</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<pre class="wp-block-code"><code class="language-bash">clever deploy & clever open</code></pre>
<!-- /wp:html -->

<!-- wp:paragraph -->
<p>How did we achieve this? When we designed Materia KV, we set out to create a different kind of key-value database, complementary to our current offering. It is therefore distributed and highly resilient (the data is written in three of our data centers in Paris), but can be used almost seamlessly, since it is compatible with existing ecosystems.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>For example, it currently supports the protocol on which Redis is based, and can be used with similar commands or clients such as iredis, redis-cli, valkey-cli, graphical interfaces, etc. We will shortly be adding Dynamo DB and GraphQL.</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><a href="https://developers.clever-cloud.com/doc/addons/materia-kv/">Learn more about Materia KV</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Franken PHP, better deployment</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Another topic close to our hearts is the integration of <a href="https://frankenphp.dev/" target="_blank" rel="noreferrer noopener">Franken PHP</a>, developed by our friends and partners at <a href="https://les-tilleuls.coop">Les Tilleuls</a>. Mixing PHP with a Caddy web server in a rather elegant and unusual way, this solution allows us to think differently about the deployment and configuration of PHP applications, and is increasingly appealing in this ecosystem, which has largely regained vitality in recent years.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We tested it on Clever Cloud, and explained to some customers <a href="https://github.com/CleverCloud/?q=franken&amp;type=all&amp;language=&amp;sort=" target="_blank" rel="noreferrer noopener">how to deploy it</a>, via Docker or natively. Above all, we wanted to go one step further and integrate it directly into our images, to simplify its use within our platform. This will soon be the case, thanks to our work on simplifying and redesigning our images. At the same time, we'll be gradually improving our deployment of PHP.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At the moment, we're operating on the basis of the language's legacy, some of which dates back to versions 5.x or 7.x, which can sometimes hold us back in the developments we'd like to implement. After the release of PHP 8.4, we're going to stick to the “historical” operation of our PHP image, so that our customers can benefit from stability in the deployment of their applications.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>But most of all, it will enable us to reinvent some areas by focusing on actively supported versions of PHP, with clear management of application and runtime lifecycles. We'll tell you more about this plan later in the year.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Let's discuss at PHP Forum</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>As you may have gathered, the PHP community is very important to us. That's why we're partnering with AFUP again this year. We'll be present at <strong><a href="https://event.afup.org/">the 2024 PHP Forum</a> being held on October 10 and 11 at the New York Hotel in Disneyland Paris</strong>. Don't hesitate to come and chat with us, we'll have a few surprises and exclusives to show off on site. It will also be an opportunity for you to share your feedback and requests. Because that's how we want to build the future of Clever Cloud: together.</p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Our new logs interface is available in public beta</title>
		<link>https://stagingv6.cleverapps.io/blog/company/2024/04/15/our-new-logs-interface/</link>
		
		<dc:creator><![CDATA[David Legrand]]></dc:creator>
		<pubDate>Mon, 15 Apr 2024 11:37:00 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[feature]]></category>
		<guid isPermaLink="false">https://stagingv6.cleverapps.io/?p=12112</guid>

					<description><![CDATA[<p><img width="1600" height="710" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="banner logs interface" decoding="async" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4.png 1600w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-300x133.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-1024x454.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-768x341.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-1536x682.png 1536w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-1368x607.png 1368w" sizes="(max-width: 1600px) 100vw, 1600px" /></p><!-- wp:paragraph -->
<p>When you deploy an application with Clever Cloud, it's not just delivered online and maintained in operational condition. It also comes with a range of services and dedicated features to help you operate it all along its lifecycle. One of these is <strong>our log stack</strong>. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We upgraded it last year to rely on Vector for emission, Apache Pulsar for ingestion and consumption, while ensuring isolation between each user (multi-tenant) and each application. The previous solution had shown its limitations and prevented us from delivering some enhancements. Our main objective was to improve our users' experience on many different levels.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A new Logs experience at Clever Cloud</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We've been using it successfully in our <a href="https://github.com/CleverCloud/clever-tools" target="_blank" rel="noreferrer noopener">Clever Tools</a> command line interface (CLI) for several months now. You can view your logs live, download those for a given time window, or even filter them, with the results available in a variety of formats. Documentation is available<a href="https://github.com/CleverCloud/clever-tools/blob/master/docs/applications-deployment-lifecycle.md#logs" target="_blank" rel="noreferrer noopener"> here</a>. Of course, this feature is based on our APIv4, which is also documented <a href="https://developers.clever-cloud.com/api/v4/#logs" target="_blank" rel="noreferrer noopener">there</a>.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The next step was to <strong>integrate this new technical brick into the <a href="https://console.clever-cloud.com/" target="_blank" rel="noreferrer noopener">Console</a></strong>. This was an opportunity for us to rethink the section dedicated to logs so that it exploited <a href="https://stagingv6.cleverapps.io/doc/clever-components/?path=/docs/readme--docs" target="_blank" rel="noreferrer noopener">our Web Components</a> and met our criteria in terms of usability, functionality and accessibility. Our team spent several months rethinking it from top to bottom.</p>
<!-- /wp:paragraph -->

<!-- wp:image {"align":"wide","id":12108,"sizeSlug":"large","linkDestination":"media"} -->
<figure class="wp-block-image alignwide size-large"><a href="https://cdn.clever-cloud.com/uploads/2024/04/new-logs-1.webp" target="_blank" rel="noreferrer noopener"><img src="https://cdn.clever-cloud.com/uploads/2024/04/new-logs-1-1024x616.webp" alt="The Clever Cloud new Logs interface" class="wp-image-12108"/></a></figure>
<!-- /wp:image -->

<!-- wp:paragraph -->
<p>After an internal testing phase, it is now available in beta to all our customers. They can choose it by clicking on a simple link in the interface, and return to the old one whenever they want. Our objective is to continuously improve this section, and then gradually extend it to all our services. To share your feedback, we've created a community space on GitHub for the purpose:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><a href="https://console.clever-cloud.com/" target="_blank" rel="noreferrer noopener">Go to the Clever Cloud Console</a></li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li><a href="https://github.com/CleverCloud/Community/discussions/categories/new-logs-interface" target="_blank" rel="noreferrer noopener">Give your opinion on our new Logs interface</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A myriad of details…</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The previous interface allowed you to browse your latest deployments and their various instances one by one. The new interface goes one step further, listing by default all deployments and instances of an application over the last 7 days. The logs of the most recent deployment will be loaded, but you can also add or remove those of the instance of your choice. Each deployment is identified by the hash of the related code commit, with instances numbered (in the case of horizontal scalability).</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>You can reduce the time window to a few days or a few hours, or even manually indicate start and end times, which is useful when you're looking for specific information, for example, when tracking down a bug. You also have a text filter above the main area. It will evolve with the introduction of an indexing mechanism that will open up new possibilities in this area.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Of course, you can also follow the publication of your logs live. This will be the section displayed by default when a deployment is in progress.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">... and of features</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The main area lets you<strong> select one or more lines with the keyboard and mouse</strong> via the gutter on the left, with the option of copying the result to the clipboard just as simply by pressing CTRL+C/Cmd+C. At the top right you'll find a button to set the area to full screen, another to return to the bottom of your logs and a settings area.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Although it's still new, it's already quite complete and uses our new API for user settings. It lets you <strong>choose between different light/dark themes, remove colors and ANSI codes, line wrap or not, define a format for date and time, choose whether to display in your time zone or in UTC, distinguish instances by name</strong>, etc. Of course, this is subject to change, so don't hesitate to make suggestions.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We'll keep you posted on future improvements in <a href="https://stagingv6.cleverapps.io/blog/" target="_blank" rel="noreferrer noopener">our Changelog</a> (via <a href="https://developers.clever-cloud.com/changelog/index.xml" target="_blank" rel="noreferrer noopener">its RSS feed</a>), or on this <a href="https://stagingv6.cleverapps.io/blog/">blog</a> for the next big steps between now and general availability. Don't forget to follow us on <a href="https://www.linkedin.com/company/clever-cloud/mycompany/" target="_blank" rel="noreferrer noopener">LinkedIn</a> or <a href="https://twitter.com/clever_cloud" target="_blank" rel="noreferrer noopener">X/Twitter</a> to keep up to date.</p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1600" height="710" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="banner logs interface" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4.png 1600w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-300x133.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-1024x454.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-768x341.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-1536x682.png 1536w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2024/04/2-4-1368x607.png 1368w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></p><!-- wp:paragraph -->
<p>When you deploy an application with Clever Cloud, it's not just delivered online and maintained in operational condition. It also comes with a range of services and dedicated features to help you operate it all along its lifecycle. One of these is <strong>our log stack</strong>. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We upgraded it last year to rely on Vector for emission, Apache Pulsar for ingestion and consumption, while ensuring isolation between each user (multi-tenant) and each application. The previous solution had shown its limitations and prevented us from delivering some enhancements. Our main objective was to improve our users' experience on many different levels.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A new Logs experience at Clever Cloud</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We've been using it successfully in our <a href="https://github.com/CleverCloud/clever-tools" target="_blank" rel="noreferrer noopener">Clever Tools</a> command line interface (CLI) for several months now. You can view your logs live, download those for a given time window, or even filter them, with the results available in a variety of formats. Documentation is available<a href="https://github.com/CleverCloud/clever-tools/blob/master/docs/applications-deployment-lifecycle.md#logs" target="_blank" rel="noreferrer noopener"> here</a>. Of course, this feature is based on our APIv4, which is also documented <a href="https://developers.clever-cloud.com/api/v4/#logs" target="_blank" rel="noreferrer noopener">there</a>.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The next step was to <strong>integrate this new technical brick into the <a href="https://console.clever-cloud.com/" target="_blank" rel="noreferrer noopener">Console</a></strong>. This was an opportunity for us to rethink the section dedicated to logs so that it exploited <a href="https://stagingv6.cleverapps.io/doc/clever-components/?path=/docs/readme--docs" target="_blank" rel="noreferrer noopener">our Web Components</a> and met our criteria in terms of usability, functionality and accessibility. Our team spent several months rethinking it from top to bottom.</p>
<!-- /wp:paragraph -->

<!-- wp:image {"align":"wide","id":12108,"sizeSlug":"large","linkDestination":"media"} -->
<figure class="wp-block-image alignwide size-large"><a href="https://cdn.clever-cloud.com/uploads/2024/04/new-logs-1.webp" target="_blank" rel="noreferrer noopener"><img src="https://cdn.clever-cloud.com/uploads/2024/04/new-logs-1-1024x616.webp" alt="The Clever Cloud new Logs interface" class="wp-image-12108"/></a></figure>
<!-- /wp:image -->

<!-- wp:paragraph -->
<p>After an internal testing phase, it is now available in beta to all our customers. They can choose it by clicking on a simple link in the interface, and return to the old one whenever they want. Our objective is to continuously improve this section, and then gradually extend it to all our services. To share your feedback, we've created a community space on GitHub for the purpose:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><a href="https://console.clever-cloud.com/" target="_blank" rel="noreferrer noopener">Go to the Clever Cloud Console</a></li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li><a href="https://github.com/CleverCloud/Community/discussions/categories/new-logs-interface" target="_blank" rel="noreferrer noopener">Give your opinion on our new Logs interface</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 class="wp-block-heading">A myriad of details…</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The previous interface allowed you to browse your latest deployments and their various instances one by one. The new interface goes one step further, listing by default all deployments and instances of an application over the last 7 days. The logs of the most recent deployment will be loaded, but you can also add or remove those of the instance of your choice. Each deployment is identified by the hash of the related code commit, with instances numbered (in the case of horizontal scalability).</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>You can reduce the time window to a few days or a few hours, or even manually indicate start and end times, which is useful when you're looking for specific information, for example, when tracking down a bug. You also have a text filter above the main area. It will evolve with the introduction of an indexing mechanism that will open up new possibilities in this area.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Of course, you can also follow the publication of your logs live. This will be the section displayed by default when a deployment is in progress.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">... and of features</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The main area lets you<strong> select one or more lines with the keyboard and mouse</strong> via the gutter on the left, with the option of copying the result to the clipboard just as simply by pressing CTRL+C/Cmd+C. At the top right you'll find a button to set the area to full screen, another to return to the bottom of your logs and a settings area.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Although it's still new, it's already quite complete and uses our new API for user settings. It lets you <strong>choose between different light/dark themes, remove colors and ANSI codes, line wrap or not, define a format for date and time, choose whether to display in your time zone or in UTC, distinguish instances by name</strong>, etc. Of course, this is subject to change, so don't hesitate to make suggestions.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We'll keep you posted on future improvements in <a href="https://stagingv6.cleverapps.io/blog/" target="_blank" rel="noreferrer noopener">our Changelog</a> (via <a href="https://developers.clever-cloud.com/changelog/index.xml" target="_blank" rel="noreferrer noopener">its RSS feed</a>), or on this <a href="https://stagingv6.cleverapps.io/blog/">blog</a> for the next big steps between now and general availability. Don't forget to follow us on <a href="https://www.linkedin.com/company/clever-cloud/mycompany/" target="_blank" rel="noreferrer noopener">LinkedIn</a> or <a href="https://twitter.com/clever_cloud" target="_blank" rel="noreferrer noopener">X/Twitter</a> to keep up to date.</p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #65</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2021/07/22/weekly-platform-update-65/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 09:59:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2021/07/22/weekly-platform-update-65/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful change on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2989"></span>
<h2 id="platform-updates-65---2021-07-22">Platform Updates #65 - 2021-07-22</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>Workers: New env variable <code>CC_WORKER_RESTART_DELAY</code> - <a href="https://stagingv6.cleverapps.io/doc/develop/workers/">More info in the documentation</a></li>
 	<li>linux 5.11.21</li>
</ul>
<h4 id="haskell">Haskell</h4>
<ul>
 	<li>New env variable <code>CC_HASKELL_STACK_TARGET</code> - <a href="https://github.com/CleverCloud/doc.clever-cloud.com/pull/632/files">Documentation draft here</a></li>
</ul>
<h4 id="ruby">Ruby</h4>
<ul>
 	<li>New env variables - <a href="https://stagingv6.cleverapps.io/doc/getting-started/by-language/ruby/">More info in the documentation</a>
<ul>
 	<li><code>CC_RAKEGOALS</code></li>
 	<li><code>CC_ENABLE_SIDEKIQ</code></li>
 	<li><code>CC_SIDEKIQ_FILES</code></li>
</ul>
</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>Elastic APM Agent availability</li>
 	<li>New env variable <code>CC_CGI_IMPLEMENTATION</code> <a href="https://stagingv6.cleverapps.io/doc/getting-started/by-language/php/#configure-apache">More info in the documentation</a></li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>New variable <code>CC_PYTHON_MANAGE_TASKS</code> <a href="https://stagingv6.cleverapps.io/doc/deploy/application/python/tutorials/python-django-sample/#configure-your-django-application">More info in the documentation</a></li>
</ul>
<h4 id="add-ons">Add-ons</h4>
<ul>
 	<li>PostgreSQL: PGPool availability</li>
 	<li>PostgreSQL updated :
<ul>
 	<li>postgresql 13.3</li>
 	<li>postgresql 12.7</li>
 	<li>postgresql 11.12</li>
 	<li>timescaledb 2.2.1</li>
 	<li>postgis 2.5.5</li>
 	<li>postgis 3.1.1</li>
</ul>
</li>
</ul>
<h4 id="documentation">Documentation</h4>
<ul>
 	<li>GitHub comments are now available on every page</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu65-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful change on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2989"></span>
<h2 id="platform-updates-65---2021-07-22">Platform Updates #65 - 2021-07-22</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>Workers: New env variable <code>CC_WORKER_RESTART_DELAY</code> - <a href="https://stagingv6.cleverapps.io/doc/develop/workers/">More info in the documentation</a></li>
 	<li>linux 5.11.21</li>
</ul>
<h4 id="haskell">Haskell</h4>
<ul>
 	<li>New env variable <code>CC_HASKELL_STACK_TARGET</code> - <a href="https://github.com/CleverCloud/doc.clever-cloud.com/pull/632/files">Documentation draft here</a></li>
</ul>
<h4 id="ruby">Ruby</h4>
<ul>
 	<li>New env variables - <a href="https://stagingv6.cleverapps.io/doc/getting-started/by-language/ruby/">More info in the documentation</a>
<ul>
 	<li><code>CC_RAKEGOALS</code></li>
 	<li><code>CC_ENABLE_SIDEKIQ</code></li>
 	<li><code>CC_SIDEKIQ_FILES</code></li>
</ul>
</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>Elastic APM Agent availability</li>
 	<li>New env variable <code>CC_CGI_IMPLEMENTATION</code> <a href="https://stagingv6.cleverapps.io/doc/getting-started/by-language/php/#configure-apache">More info in the documentation</a></li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>New variable <code>CC_PYTHON_MANAGE_TASKS</code> <a href="https://stagingv6.cleverapps.io/doc/deploy/application/python/tutorials/python-django-sample/#configure-your-django-application">More info in the documentation</a></li>
</ul>
<h4 id="add-ons">Add-ons</h4>
<ul>
 	<li>PostgreSQL: PGPool availability</li>
 	<li>PostgreSQL updated :
<ul>
 	<li>postgresql 13.3</li>
 	<li>postgresql 12.7</li>
 	<li>postgresql 11.12</li>
 	<li>timescaledb 2.2.1</li>
 	<li>postgis 2.5.5</li>
 	<li>postgis 3.1.1</li>
</ul>
</li>
</ul>
<h4 id="documentation">Documentation</h4>
<ul>
 	<li>GitHub comments are now available on every page</li>
</ul>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #64</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2021/05/17/weekly-platform-update-64/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Mon, 17 May 2021 11:34:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2021/05/17/weekly-platform-update-64/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2988"></span>
<h2 id="platform-updates-64---2021-06-17">Platform Updates #64 - 2021-06-17</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.11.18</li>
 	<li>libvips is now available on every runtime</li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>Python 3.9.5</li>
 	<li>Python 3.8.10</li>
 	<li>pip 21.1.1</li>
</ul>
<h4 id="java">Java</h4>
<ul>
 	<li>Wildfly 23 now supported for java/war apps</li>
</ul>
<h4 id="postgresql">Postgresql</h4>
<ul>
 	<li>13.2</li>
 	<li>12.6</li>
 	<li>11.11</li>
 	<li>timescaledb 2.2.0</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu64-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2988"></span>
<h2 id="platform-updates-64---2021-06-17">Platform Updates #64 - 2021-06-17</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.11.18</li>
 	<li>libvips is now available on every runtime</li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>Python 3.9.5</li>
 	<li>Python 3.8.10</li>
 	<li>pip 21.1.1</li>
</ul>
<h4 id="java">Java</h4>
<ul>
 	<li>Wildfly 23 now supported for java/war apps</li>
</ul>
<h4 id="postgresql">Postgresql</h4>
<ul>
 	<li>13.2</li>
 	<li>12.6</li>
 	<li>11.11</li>
 	<li>timescaledb 2.2.0</li>
</ul>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #63</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2021/04/29/weekly-platform-update-63/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Thu, 29 Apr 2021 10:01:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2021/04/29/weekly-platform-update-63/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2986"></span>
<h2 id="platform-updates-63---2021-04-29">Platform Updates #63 - 2021-04-29</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.11.15</li>
 	<li>glibc 2.33</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>8.0.3</li>
 	<li>7.4.16</li>
 	<li>New variable CC_REALPATH_CACHE_TTL (<a href="https://www.php.net/manual/fr/ini.core.php#ini.realpath-cache-size">https://www.php.net/manual/fr/ini.core.php#ini.realpath-cache-size</a>)</li>
 	<li>New variable CC_OPCACHE_PRELOAD: <code>CC_OPCACHE_PRELOAD=path-to-preload-script.php</code> (<a href="https://www.php.net/manual/fr/opcache.preloading.php">https://www.php.net/manual/fr/opcache.preloading.php</a>)</li>
 	<li>AMQP extension now supports php 8
<ul>
 	<li>php-amqp (1.11.0beta), librabbitmq (0.11.0) (See <a href="https://github.com/php-amqp/php-amqp/releases/tag/v1.11.0beta">https://github.com/php-amqp/php-amqp/releases/tag/v1.11.0beta</a>)</li>
</ul>
</li>
 	<li>COMPOSER: version bump to 2.0.12</li>
 	<li>PHPREDIS: version bump to <a href="https://github.com/phpredis/phpredis/releases/tag/5.3.4">5.3.4</a></li>
</ul>
<h4 id="docker">Docker</h4>
<ul>
 	<li>docker 20.10.5</li>
</ul>
<h4 id="java">Java</h4>
<ul>
 	<li>java 16</li>
 	<li>maven 3.8.1</li>
 	<li>sbt 1.5.1</li>
 	<li>gradle 7.0</li>
 	<li>dropped java 9 10 12 13 14 15</li>
 	<li>R is now available on java</li>
 	<li>graalvm 21.1.0</li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>3.9.4</li>
 	<li>3.8.9</li>
 	<li>support for uvicorn</li>
 	<li>support for daphne</li>
</ul>
<h4 id="go">Go</h4>
<ul>
 	<li>go 1.16.2</li>
 	<li>Varnish support on Go applications</li>
</ul>
<h4 id="ruby">Ruby</h4>
<ul>
 	<li>3.0.1</li>
 	<li>2.7.3</li>
 	<li>2.6.7</li>
 	<li>2.5.9</li>
</ul>
<h4 id="rust">Rust</h4>
<ul>
 	<li>1.51.0</li>
 	<li>1.52.0-beta.3</li>
 	<li>1.53.0-nightly</li>
</ul>
<h4 id="nodejs">Node.JS</h4>
<ul>
 	<li>16.0.0</li>
 	<li>15.14.0</li>
 	<li>14.16.1</li>
 	<li>12.22.1</li>
 	<li>10.24.1</li>
</ul>
<h4 id="dotnet-core">DOTNET CORE</h4>
<ul>
 	<li>version bump to <a href="https://dotnet.microsoft.com/download/dotnet/5.0">5.0.202</a></li>
</ul>
<h4 id="mysql">MySQL</h4>
<ul>
 	<li>A new ProxySQL support: ProxySQL is now available on every application linked with a MySQL add-on, for better performances (a post is coming soon)</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu63-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2986"></span>
<h2 id="platform-updates-63---2021-04-29">Platform Updates #63 - 2021-04-29</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.11.15</li>
 	<li>glibc 2.33</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>8.0.3</li>
 	<li>7.4.16</li>
 	<li>New variable CC_REALPATH_CACHE_TTL (<a href="https://www.php.net/manual/fr/ini.core.php#ini.realpath-cache-size">https://www.php.net/manual/fr/ini.core.php#ini.realpath-cache-size</a>)</li>
 	<li>New variable CC_OPCACHE_PRELOAD: <code>CC_OPCACHE_PRELOAD=path-to-preload-script.php</code> (<a href="https://www.php.net/manual/fr/opcache.preloading.php">https://www.php.net/manual/fr/opcache.preloading.php</a>)</li>
 	<li>AMQP extension now supports php 8
<ul>
 	<li>php-amqp (1.11.0beta), librabbitmq (0.11.0) (See <a href="https://github.com/php-amqp/php-amqp/releases/tag/v1.11.0beta">https://github.com/php-amqp/php-amqp/releases/tag/v1.11.0beta</a>)</li>
</ul>
</li>
 	<li>COMPOSER: version bump to 2.0.12</li>
 	<li>PHPREDIS: version bump to <a href="https://github.com/phpredis/phpredis/releases/tag/5.3.4">5.3.4</a></li>
</ul>
<h4 id="docker">Docker</h4>
<ul>
 	<li>docker 20.10.5</li>
</ul>
<h4 id="java">Java</h4>
<ul>
 	<li>java 16</li>
 	<li>maven 3.8.1</li>
 	<li>sbt 1.5.1</li>
 	<li>gradle 7.0</li>
 	<li>dropped java 9 10 12 13 14 15</li>
 	<li>R is now available on java</li>
 	<li>graalvm 21.1.0</li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>3.9.4</li>
 	<li>3.8.9</li>
 	<li>support for uvicorn</li>
 	<li>support for daphne</li>
</ul>
<h4 id="go">Go</h4>
<ul>
 	<li>go 1.16.2</li>
 	<li>Varnish support on Go applications</li>
</ul>
<h4 id="ruby">Ruby</h4>
<ul>
 	<li>3.0.1</li>
 	<li>2.7.3</li>
 	<li>2.6.7</li>
 	<li>2.5.9</li>
</ul>
<h4 id="rust">Rust</h4>
<ul>
 	<li>1.51.0</li>
 	<li>1.52.0-beta.3</li>
 	<li>1.53.0-nightly</li>
</ul>
<h4 id="nodejs">Node.JS</h4>
<ul>
 	<li>16.0.0</li>
 	<li>15.14.0</li>
 	<li>14.16.1</li>
 	<li>12.22.1</li>
 	<li>10.24.1</li>
</ul>
<h4 id="dotnet-core">DOTNET CORE</h4>
<ul>
 	<li>version bump to <a href="https://dotnet.microsoft.com/download/dotnet/5.0">5.0.202</a></li>
</ul>
<h4 id="mysql">MySQL</h4>
<ul>
 	<li>A new ProxySQL support: ProxySQL is now available on every application linked with a MySQL add-on, for better performances (a post is coming soon)</li>
</ul>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #62</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2021/02/04/weekly-platform-update-62/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Thu, 04 Feb 2021 10:01:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2021/02/04/weekly-platform-update-62/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2985"></span>
<h2 id="platform-updates-62---2021-02-04">Platform Updates #62 - 2021-02-04</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.10.11</li>
</ul>
<h4 id="docker">Docker</h4>
<ul>
 	<li>20.10.3</li>
</ul>
<h4 id="java">Java</h4>
<ul>
 	<li>graalvm 21.0.0</li>
</ul>
<h4 id="go">Go</h4>
<ul>
 	<li>1.15.7</li>
</ul>
<h4 id="haskell">Haskell</h4>
<ul>
 	<li>stack 2.5.1</li>
 	<li>lts 17.0 preinstalled</li>
</ul>
<h4 id="nodejs">Node.JS</h4>
<ul>
 	<li>15.7.0</li>
 	<li>10.23.2</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu62-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2985"></span>
<h2 id="platform-updates-62---2021-02-04">Platform Updates #62 - 2021-02-04</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.10.11</li>
</ul>
<h4 id="docker">Docker</h4>
<ul>
 	<li>20.10.3</li>
</ul>
<h4 id="java">Java</h4>
<ul>
 	<li>graalvm 21.0.0</li>
</ul>
<h4 id="go">Go</h4>
<ul>
 	<li>1.15.7</li>
</ul>
<h4 id="haskell">Haskell</h4>
<ul>
 	<li>stack 2.5.1</li>
 	<li>lts 17.0 preinstalled</li>
</ul>
<h4 id="nodejs">Node.JS</h4>
<ul>
 	<li>15.7.0</li>
 	<li>10.23.2</li>
</ul>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #61</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2021/01/26/weekly-platform-update-61/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Tue, 26 Jan 2021 17:22:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2021/01/26/weekly-platform-update-61/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2984"></span>
<h2 id="platform-updates-61---2021-01-26">Platform Updates #61 - 2021-01-26</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.10.8</li>
</ul>
<h4 id="docker">Docker</h4>
<ul>
 	<li>20.10.1</li>
</ul>
<h4 id="net-core">.NET Core</h4>
<ul>
 	<li>5.0.102</li>
 	<li>3.1.110</li>
</ul>
<h4 id="elasticsearch">Elasticsearch</h4>
<ul>
 	<li>6.8.13</li>
 	<li>7.10.2</li>
</ul>
Note: The recent update on licensing (SSPL) made by Elastic™ doesn't affect us
<h4 id="erlang">Erlang</h4>
<ul>
 	<li>erlang 23.2.1</li>
 	<li>elixir 1.11.3</li>
</ul>
<h4 id="go">Go</h4>
<ul>
 	<li>1.15.6</li>
</ul>
<h4 id="mysql">MySQL</h4>
<ul>
 	<li>Percona-Server 8.0.22</li>
 	<li>Percona-Server 5.7.32</li>
</ul>
<h4 id="nodejs">Node.JS</h4>
<ul>
 	<li>15.6.0</li>
 	<li>14.15.4</li>
 	<li>12.20.1</li>
 	<li>10.23.1</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>7.3.26</li>
 	<li>7.4.14</li>
 	<li>8.0.1</li>
</ul>
<h4 id="postgresql">PostgreSQL</h4>
<ul>
 	<li>13.1</li>
 	<li>12.3</li>
 	<li>11.10</li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>3.9.1</li>
 	<li>3.8.7</li>
 	<li>3.7.9</li>
</ul>
<h4 id="redis">Redis</h4>
<ul>
 	<li>6.0.10</li>
</ul>
<h4 id="rust">Rust</h4>
<ul>
 	<li>stable 1.49.0</li>
 	<li>beta 1.50.0-beta.6</li>
 	<li>nightly 1.51.0-nightly</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu61-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2984"></span>
<h2 id="platform-updates-61---2021-01-26">Platform Updates #61 - 2021-01-26</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
 	<li><a href="https://vector.dev">Vector.dev</a> support</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.10.8</li>
</ul>
<h4 id="docker">Docker</h4>
<ul>
 	<li>20.10.1</li>
</ul>
<h4 id="net-core">.NET Core</h4>
<ul>
 	<li>5.0.102</li>
 	<li>3.1.110</li>
</ul>
<h4 id="elasticsearch">Elasticsearch</h4>
<ul>
 	<li>6.8.13</li>
 	<li>7.10.2</li>
</ul>
Note: The recent update on licensing (SSPL) made by Elastic™ doesn't affect us
<h4 id="erlang">Erlang</h4>
<ul>
 	<li>erlang 23.2.1</li>
 	<li>elixir 1.11.3</li>
</ul>
<h4 id="go">Go</h4>
<ul>
 	<li>1.15.6</li>
</ul>
<h4 id="mysql">MySQL</h4>
<ul>
 	<li>Percona-Server 8.0.22</li>
 	<li>Percona-Server 5.7.32</li>
</ul>
<h4 id="nodejs">Node.JS</h4>
<ul>
 	<li>15.6.0</li>
 	<li>14.15.4</li>
 	<li>12.20.1</li>
 	<li>10.23.1</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>7.3.26</li>
 	<li>7.4.14</li>
 	<li>8.0.1</li>
</ul>
<h4 id="postgresql">PostgreSQL</h4>
<ul>
 	<li>13.1</li>
 	<li>12.3</li>
 	<li>11.10</li>
</ul>
<h4 id="python">Python</h4>
<ul>
 	<li>3.9.1</li>
 	<li>3.8.7</li>
 	<li>3.7.9</li>
</ul>
<h4 id="redis">Redis</h4>
<ul>
 	<li>6.0.10</li>
</ul>
<h4 id="rust">Rust</h4>
<ul>
 	<li>stable 1.49.0</li>
 	<li>beta 1.50.0-beta.6</li>
 	<li>nightly 1.51.0-nightly</li>
</ul>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #60</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2021/01/12/weekly-platform-update-60/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Tue, 12 Jan 2021 10:50:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2021/01/12/weekly-platform-update-60/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2983"></span>
<h2 id="platform-updates-60---2021-01-12">Platform Updates #60 - 2021-01-12</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.10.4</li>
</ul>
<h4 id="ruby">Ruby</h4>
<ul>
 	<li>3.0.0</li>
</ul>
<h3 id="platform-additions">Platform Additions</h3>
<ul>
 	<li>dotNet support has been added: <a href="https://stagingv6.cleverapps.io/doc/deploy/application/dotnet/dotnet/">clever-cloud.com/doc/deploy/application/dotnet/dotnet</a></li>
 	<li>Opened connections to MySQL and Redis add-ons are now displayd in the general view of metrics.</li>
</ul>
<figure><img src="https://cdn.clever-cloud.com/uploads/2021/08/database-connections-metric.png" alt="New database connections metric" /></figure>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu60-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2983"></span>
<h2 id="platform-updates-60---2021-01-12">Platform Updates #60 - 2021-01-12</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.10.4</li>
</ul>
<h4 id="ruby">Ruby</h4>
<ul>
 	<li>3.0.0</li>
</ul>
<h3 id="platform-additions">Platform Additions</h3>
<ul>
 	<li>dotNet support has been added: <a href="https://stagingv6.cleverapps.io/doc/deploy/application/dotnet/dotnet/">clever-cloud.com/doc/deploy/application/dotnet/dotnet</a></li>
 	<li>Opened connections to MySQL and Redis add-ons are now displayd in the general view of metrics.</li>
</ul>
<figure><img src="https://cdn.clever-cloud.com/uploads/2021/08/database-connections-metric.png" alt="New database connections metric" /></figure>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #59</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2020/12/01/weekly-platform-update-59/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Tue, 01 Dec 2020 15:00:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2020/12/01/weekly-platform-update-59/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2982"></span>
<h2 id="platform-updates-59---2020-12-01">Platform Updates #59 - 2020-12-01</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.9.8</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>7.3.25</li>
 	<li>7.4.13</li>
 	<li>8.0.0</li>
</ul>
<h4 id="php-extensions">PHP Extensions</h4>
<ul>
 	<li>xdebug 3.0.0 (php 7.0 and 7.1 no longer supported, but they are EOL anyways)</li>
 	<li>couchbase 3.0.4 (php 5.6, 7.0 and 7.1 no longer supported, but they are EOL anyways)</li>
 	<li>mongodb 1.9.0</li>
 	<li>rdkafka 4.0.4</li>
 	<li>redis 5.3.2</li>
 	<li>solr 2.5.1</li>
 	<li>zip 1.19.2</li>
 	<li>ioncube 10.4.5</li>
 	<li>newrelic 9.14.0.290</li>
</ul>
<h4 id="nodejs">Node.js</h4>
<ul>
 	<li>12.20.0</li>
 	<li>14.15.1</li>
 	<li>15.3.0</li>
</ul>
<h4 id="rust">Rust</h4>
<ul>
 	<li>stable 1.48.0</li>
 	<li>beta 1.49.0-beta.1</li>
 	<li>nightly 1.50.0-nightly</li>
</ul>
<h4 id="redis">Redis</h4>
<ul>
 	<li>6.0.9</li>
</ul>
<h3 id="platform-additions">Platform Additions</h3>
<ul>
 	<li>PostgreSQL 13.1 is now available</li>
 	<li>Composer 2.0.7</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu59-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2982"></span>
<h2 id="platform-updates-59---2020-12-01">Platform Updates #59 - 2020-12-01</h2>
<h3 id="unreleased">[Unreleased]</h3>
<ul>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
 	<li>New ACL management.</li>
</ul>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.9.8</li>
</ul>
<h4 id="php">PHP</h4>
<ul>
 	<li>7.3.25</li>
 	<li>7.4.13</li>
 	<li>8.0.0</li>
</ul>
<h4 id="php-extensions">PHP Extensions</h4>
<ul>
 	<li>xdebug 3.0.0 (php 7.0 and 7.1 no longer supported, but they are EOL anyways)</li>
 	<li>couchbase 3.0.4 (php 5.6, 7.0 and 7.1 no longer supported, but they are EOL anyways)</li>
 	<li>mongodb 1.9.0</li>
 	<li>rdkafka 4.0.4</li>
 	<li>redis 5.3.2</li>
 	<li>solr 2.5.1</li>
 	<li>zip 1.19.2</li>
 	<li>ioncube 10.4.5</li>
 	<li>newrelic 9.14.0.290</li>
</ul>
<h4 id="nodejs">Node.js</h4>
<ul>
 	<li>12.20.0</li>
 	<li>14.15.1</li>
 	<li>15.3.0</li>
</ul>
<h4 id="rust">Rust</h4>
<ul>
 	<li>stable 1.48.0</li>
 	<li>beta 1.49.0-beta.1</li>
 	<li>nightly 1.50.0-nightly</li>
</ul>
<h4 id="redis">Redis</h4>
<ul>
 	<li>6.0.9</li>
</ul>
<h3 id="platform-additions">Platform Additions</h3>
<ul>
 	<li>PostgreSQL 13.1 is now available</li>
 	<li>Composer 2.0.7</li>
</ul>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Platform Updates #58</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2020/11/04/weekly-platform-update-58/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 17:40:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wpu]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2020/11/04/weekly-platform-update-58/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2980"></span>
<h2 id="unreleased">[Unreleased]</h2>
<ul>
 	<li>New geographic regions are about to be available.</li>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
</ul>
<h2 id="platform-updates-58---2020-11-04">Platform Updates #58 - 2020-11-04</h2>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.9.3</li>
 	<li>nodejs v14 is now the default version, since it's LTS. If your stack uses node for build operations, make sure it's compatible with node 14.</li>
</ul>
<h4 id="nodejs">Node.js</h4>
<ul>
 	<li>node 10.23.0</li>
 	<li>node 14.15.0</li>
 	<li>node 15.0.1</li>
</ul>
<h3 id="added">Added</h3>
<ul>
 	<li>documentation: Added how to use private SSH keys with env variable (useful for private repositories)</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/wpu58-1-1368x528.png 1368w" sizes="auto, (max-width: 1400px) 100vw, 1400px" /></p>The Platform Updates is a series of posts about every impactful changes on Clever Cloud. You'll find the updated parts of Clever Cloud below, to follow fixes, updates, new products and more on a weekly basis.

<span id="more-2980"></span>
<h2 id="unreleased">[Unreleased]</h2>
<ul>
 	<li>New geographic regions are about to be available.</li>
 	<li>Private network groups.</li>
 	<li>Option for data disk at-rest encryption at add-on creation.</li>
</ul>
<h2 id="platform-updates-58---2020-11-04">Platform Updates #58 - 2020-11-04</h2>
<h3 id="platform-changes">Platform changes</h3>
<h4 id="all-instances">All instances</h4>
<ul>
 	<li>linux 5.9.3</li>
 	<li>nodejs v14 is now the default version, since it's LTS. If your stack uses node for build operations, make sure it's compatible with node 14.</li>
</ul>
<h4 id="nodejs">Node.js</h4>
<ul>
 	<li>node 10.23.0</li>
 	<li>node 14.15.0</li>
 	<li>node 15.0.1</li>
</ul>
<h3 id="added">Added</h3>
<ul>
 	<li>documentation: Added how to use private SSH keys with env variable (useful for private repositories)</li>
</ul>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
