If we manage and monitor your Cloud Containers, there's a new "Production Mode" setting within their environment variables. If this setting is off, we'll know that the container isn't production-ready and we won't monitor the website. When it's on, so is our round-the-clock monitoring.
Continuing on from changes on May 1, we (under the name "Webslice International") are now the registrar when you register new .io
and .travel
domains.
Building on a change noted (and blogged about) on March 12, we are now the registrar and not just the retailer when you register new .net
, .cc
, .tv
, and .name
domains. Existing domains are unaffected. The name we use as an international registrar is "Webslice International".
We've solved a couple of issues with the APIs that we use to communicate with domain resellers. The first fix resolved an issue that was preventing renewal reminders from being sent. Separately, there was a problem with some attempted transfers ended up with domains being cancelled. This was related to renewal windows, and is no longer happening.
A little known fact is the Control Panel is eventually consistent for Cloud Containers. That means if a change is made directly on your server (like a container shuts down) or a job takes longer than we expect, that change will appear in the Control Panel soon(ish). We've now made this process much faster (push vs pull) – so the rare scenario where information might not have been quite up-to-date is now even rarer!
When logged into a container via SSH/SFTP there were certain scenarios where your session could be rudely terminated, one example being when a database was created and linked to that container. This was annoying, so we've carefully audited this behaviour to improve our manners and will no longer unceremoniously destroy sessions unless it is absolutely required.
We've received ICANN accreditation and made all the necessary technical preparations. Now we can finally start operating as a registrar, rather than just a retailer, of .com
and .org
domains. This is a start which, for now, only applies to new registrations or transfers (not renewals) of those two TLDs. Where a reseller's name used to show as the registrar, you'll see our sister company's name, Webslice International, instead. As the blog explains, that's us: same team, same owners.
Every time you spin up a new Cloud Container server, a database container is automatically created. This used to be a MySQL container, but we've now switched to MariaDB. MySQL is still an option, just not the default. Only new servers will be affected. You can read why we've made this change on the blog.
The heading says it all, really. We've released a new service image for Cloud Containers, NodeJS 20. To upgrade older NodeJS containers is a simple matter of swapping images (the Knowledge Base explains how) - and then checking that your application still works, of course.
Managing a lot of domains? Now you can select as many of them as you like, and then renew them all at once. This time-saver has been requested a lot, and we're looking forward to seeing it get plenty of use.
Volumes have been out for a few months, letting you share files and folders across mulitple Cloud Containers. The most recent update lets you attach Volumes to service containers. If you're new to Volumes, relive August's launch in the blog or get full details from the knowledge base.
A few updates for users of the SiteHost API, mostly concerning dates on container end points. First, you can now see the created
and date_updated
information for container servers via the cloud/server/list_all
endpoint. Secondly, the cloud/server/list_all
, cloud/stack/list_all
and cloud/stack/image/list_all
endpoints now let you pass an updated_since
parameter to only return items that have been modified on or after the specified date. All these changes are noted in our API documentation which has also had a once-over to fix some mistakes and clarify example code.