Soracom Product Updates logo

Product Updates

Soracom is IoT connectivity with powerful APIs that enable you to build world class applications

Subscribe to Updates
  • Japanese 日本語

Labels

  • All Posts
  • Feature
  • Improvements
  • Devices
  • Announcement
  • Beta
  • Deprecation
  • End of Support

Jump to Month

  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
Feature
a week ago

New Billing Dashboard feature in User Console

The Soracom User Console now offers a convenient Billing Dashboard screen that allows you to quickly and easily check your recent Soracom usage fees.

To acces the Billing Dashboard, click your account menu at the top right of the User Console and select Billing Dashboard. From there, you can select your current or previous 3 months of billing periods to see a detailed breakdown of charges.

Please note:

  • The Billing Dashboard corresponds to your coverage type. If you are using both Global Coverage and Japan Coverage, you will need to switch between the two to see the Billing Dashboard for each coverage type.
  • The amounts displayed for the current month's usage reflect the cumulative charges incurred to date and include coupons and applicable taxes, however the actual usage total may differ once the final bill is calculated at the end of the month.
Feature
2 weeks ago

Soracom Krypton now supports Azure IoT Hub

Soracom Krypton is a credential provisioning service that securely initializes IoT devices using Soracom Air SIM authentication in order to provide secure access to cloud services such as AWS IoT or Amazon Cognito.

With this update, Krypton now supports provisioning credentials using Azure IoT Hub.

For more information, please refer to the following documentation:

  • Soracom Krypton Overview | SORACOM Developers
  • Provisioning with Azure IoT Hub | SORACOM Developers
  • Configuring Soracom Krypton | SORACOM Developers
Feature
a month ago

Soracom Beam Authorization header option now available

Soracom Beam is a proxy service for forwarding data from a device to an endpoint that you specify, such as a server or a cloud service. Proxying with Beam allows you to add encryption such as converting an HTTP request from your device to HTTPS, and to modify the request such as adding custom HTTP headers, so that the device does not need to do so by itself.

With this update, the Soracom Beam HTTP and Website entry points can now generate and add Authorization headers to the HTTP requests forwarded to your endpoint, based on credentials that you store in Soracom. This allows your server or cloud service to authorize the connections coming from Beam.

Available authentication schemes

The Soracom Beam Authorization header option supports the following schemes:

AWS Signature V4

  • Supported Credentials: AWS credentials, AWS IAM Role credentials

With this scheme, Beam will generate AWS Signature V4 headers based on your AWS or AWS IAM Role credentials, service, and region of AWS, and append them to the HTTP request.

Basic

  • Supported Credentials: Username password credentials

With this scheme, Beam will generate a value based on your username and password credentials, and append it to the HTTP request as an Authorization: Basic ${value} header.

Bearer

  • Supported Credentials: API token credentials, Pre-Shared Key

With this scheme, Beam will append the value of your API token or Pre-Shared Key to the HTTP request as an Authorization: Bearer ${token} header.

Bearer JWT Token

  • Supported Credentials: Google Service Account (JSON), Private Key (PEM)

With this scheme, Beam will generate a JSON Web Token (JWT) based on your credentials and JWT claims, and append it to the HTTP request as an Authorization: Bearer ${token} header.

For more details, please refer to the Soracom Beam documentation.

Feature
a month ago

Soracom Cloud Camera Services List Events API now available

In addition to recording videos, SoraCam devices are capable of detecting the movement of people, animals, and objects. These motion detection events can be viewed when connected directly to the camera using the ATOM Mobile App.

With this update, motion detection events can also be retrieved programmatically with the Soracom API. The new SoraCam:listSoraCamDeviceEvents API can be combined with other SoraCam APIs to automate the exporting of video recordings when motion detection has occurred, and to integrate with other systems.

You can also check the list of motion detection events related details on the Soracom User Console.

For more information on how to use this API, please refer to the Checking detected events documentation (Japanese).

FeatureImprovements
2 months ago

New SIM Initial Settings option

When purchasing SIMs directly from the User Console, Soracom pre-registers each SIM in the order to your account. Once you receive your order, the SIM registration process will be completed automatically, saving you time from having to register each SIM one by one.

However, SIM settings such as Group and Speed Class can only be configured after each SIM has been registered and added to your account. While it is possible to select multiple SIMs and configure such settings, doing so for a large number of SIMs has been tedious and has still required waiting until after the SIMs have been registered.

Now, users can now select what initial settings to apply to each SIM in an order prior to registering the SIMs.

After placing an order from either the User Console or Soracom IoT Store, you can specify the following initial settings for each of the subscription plans included in your order:

  • Group
  • Speed Class
  • Tags

These initial settings can be configured right away, even before your order has shipped. Once you receive your order and click "Register," the initial settings that you specified for the order will be automatically applied to each SIM as they are registered.

Please note:

  • Certain options or services are configured in a Group and are automatically applied to all SIMs that have been added to that group. When specifying a Group initial setting, this may result in a corresponding increase in option or service fees as soon as the SIMs have been registered and initial settings applied.
  • When placing an order from the Soracom IoT Store, you must log into the User Console after completing your order to be able to configure the initial settings for that order.

For additional details, please refer to Soracom Air for Cellular: Registration documentation.

FeatureImprovements
2 months ago

Additional coverage for plan01s now available

We are pleased to announce that plan01s and plan01s Low Data Volume coverage now includes Reunion.

For complete details about data rates, supported carriers, and coverage in other countries, please refer to the Supported Carriers documentation.

FeatureImprovements
2 months ago

Renewal Fee Tracking Date details now available from User Console

We recently announced a new renewalFeeStatusSetTime SIM property which indicates the date and time when a Soracom IoT SIM was registered in the Ready status, or when the status was set to Standby or Suspended. When a SIM remains in one of these statuses for more than one year, an annual renewal fee is charged. The renewalFeeStatusSetTime property allows you to calculate the amount of time remaining until a corresponding renewal fee will be charged.

While the renewalFeeStatusSetTime property is now returned as part of a Soracom API response from the related APIs, this update allows you to check the same information directly from the User Console.

To find the date when the SIM was set to its ready, standby, or suspended status:

  1. Open the SIM Management screen, select a SIM, and click Details.
  2. The date will be displayed in the Renewal Fee Tracking Date detail.

As previously mentioned, please note that renewal fees apply only to the following subscription plans:

  • plan01s
  • plan01s - Low Data Volume
  • plan-NA1-package
  • plan-KM1
  • planP1
  • planX3

For more information on renewal fees, please refer to the Soracom Air: SIM Types and Pricing & Fee Schedule documentation.

FeatureImprovements
2 months ago

VPG connection details now available in session history

Virtual Private Gateway (VPG) is a customer-created dedicated gateway that provides Soracom Air for Cellular and Soracom Arc devices with a private network environment on the Soracom platform. When an IoT SIM is connected to a VPG, its data communication is handled by the dedicated gateway rather than by Soracom's default shared gateway, which in turn allows you to:

  • Configure the VPG to allow or block access to certain destinations.
  • Connect the VPG to your own private network, which in turn allows your devices to access servers or other network resources in your private network without data going over the Internet.

Enabling connectivity with a VPG

When configuring an IoT SIM to connect to a VPG, the SIM must first be added to a group, and the group's Virtual Private Gateway setting must be enabled and configured to use the VPG. In addition, if the SIM is already connected to a cellular network, the ongoing session must be deleted and re-established in order for the data to be routed through the VPG.

If an ongoing session is not deleted, data from the SIM will continue to be routed through the previous gateway instead of through the VPG. However there has not been a way to check whether the ongoing session is routed through the VPG or not.

Checking VPG connectivity status

With this update, you can now check whether a SIM's data session is routed through a VPG according to its group settings, in order to determine if a session should be deleted to reconnect accordingly. If you have more than one VPG, you can also check which VPG the connection is routed through. VPG details are available from a SIM's Session History tab:

FeatureImprovements
3 months ago

New renewalFeeStatusSetTime SIM property

When a Soracom IoT SIM is registered and remains unused in the Ready status for more than one year, or when its status is changed to Standby or Suspended and remains in either status for more than one year, an annual renewal fee is charged.

To help determine when renewal fees will be charged, we have added a renewalFeeStatusSetTime property to the response of the following APIs:

  • Sim:listSims
  • Sim:getSim
  • Subscriber:listSubscribers
  • Subscriber:getSubscriber
  • Query:searchSims
  • Query:searchSubscribers

The renewalFeeStatusSetTime property is a timestamp (in Unix milliseconds) that indicates the date and time when the SIM was set to its ready, standby, or suspended status. Using this timestamp, you can calculate the amount of time remaining until a corresponding renewal fee will be charged.

Note that renewal fees apply only to the following subscription plans:

  • plan01s
  • plan01s - Low Data Volume
  • plan-NA1
  • plan-KM1
  • planP1
  • planX3

For more information on renewal fees, please refer to the Soracom Air: SIM Types and Pricing & Fee Schedule documentation.

Feature
4 months ago

Soracom Cloud Camera Services API now available

We are pleased to announce that the Soracom Cloud Camera Services API, previously available as a Limited Preview, is now available for all users. This API allows users to download recordings as well as snapshot images generated from the recordings.

In order to use the API, a supported camera with a Sora Cam Cloud Recording License is required, however there are no additional charges for using the API.

For more information, please visit the Soracom Cloud Camera Services API product page (Japanese).