Internal platform changes that are not visible to capsule developers will be communicated via internal status updates.
Updated: June 8, 2022
VIVPLM-3163
Several variations of "repeat please" were added to the English Reserved Utterances list.
VBOS-8479
The Meta-Commands in the viv.core
library capsule are now internal-only.
Updated: May 6, 2022
VAPI-2174, VAPI-2180
The JavaScript http
API can now take any type for the params
request parameter. When the Content-Type
of the request is JSON, the request body will be sent as JSON; for other content types, the body will be a URL-encoded string.
VBOS-8451
When enhanced-list-navigation
is enabled, the default page-size
will change depending on the target device.
Updated: April 12, 2022
VBOS-6305
We are introducing a new JavaScript Runtime Version 2 to all developers! JavaScript Runtime Version 2 is built on Google V8, the engine that powers Node.js. This offers compatibility with more modern JavaScript through the ES 2020 (11th Edition) specification, and provides a faster, more secure foundation for your capsule's execution.
We encourage all newly created capsules to be on JavaScript Runtime Version 2. Additionally, while JavaScript Runtime Version 1 is still available, we encourage you to start migrating your capsule code, which you can do with the help of Bixby Developer Studio's (Bixby Studio) Quick Fix feature. For information on how to update these capsules, see Migrating to JavaScript Runtime Version 2.
To use the new JavaScript Runtime Version 2, you must update to the latest version of Bixby Studio (8.15.1 or later) and you need to set the js-runtime-version
key in your capsule.bxb
file:
capsule {
runtime-version (7) {
js-runtime-version (2)
}
}
VBOS-8434
Deprecation 6785 ($vivContext.userId
) has an updated EOL to R22C.
VUI-4130, VAI-2155, VUI-4123
If you are using enhanced-list-navigation
and users are reprompted while using your capsule on a mobile device, the list will be redisplayed on the second and successive prompts with ordinals displayed by the list items, such as "1st", "2nd", etc.