---
sourceDocument: Australia Release Notes
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/release-notes

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Release Notes

ft:clusterId :

    - rn

bundleId :

    - rn


---

# ServiceNow SDK release notes

# ServiceNow SDK release notes {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 Minuten Lesedauer

The ServiceNow® software development kit (SDK) enables developers to create scoped applications in source code locally in Visual Studio Code Desktop and upload changes to a ServiceNow instance. ServiceNow SDK was enhanced and updated in the Australia release.

## ServiceNow SDK highlights for the Australia release {#servicenow-sdk-rn__servicenow-sdk-rn-highlights}

ServiceNow SDK version 4.4 includes updates to ServiceNow Fluent APIs.Create or convert applications in the global scope with instances on the Australia release.{#servicenow-sdk-rn__servicenow-sdk-rn-highlights-1}

See [ServiceNow SDK](https://www.servicenow.com/docs/access?context=servicenow-sdk-landing&version=australia&pubname=australia-application-development&ft:locale=en-US) for more information.{#servicenow-sdk-rn__servicenow-sdk-rn-highlights-2}

## Important information for upgrading ServiceNow SDK to Australia {#servicenow-sdk-rn__servicenow-sdk-rn-upgrade-info}

To upgrade to the latest version of the ServiceNow SDK globally or within an application, see [Upgrade the ServiceNow SDK](https://www.servicenow.com/docs/access?context=upgrade-servicenow-sdk&version=australia&pubname=australia-application-development&ft:locale=en-US).{#servicenow-sdk-rn__servicenow-sdk-rn-upgrade-info-1}

ServiceNow SDK version 4.4 supports integration with ServiceNow instances beginning with the Washington DC release.{#servicenow-sdk-rn__servicenow-sdk-rn-upgrade-info-2}  
On Windows systems, after upgrading to ServiceNow SDK version 4.3 or later, existing stored credentials aren't supported due to the deprecation of Keytar. Users on Windows systems must add their user credentials again using the `now-sdk auth
--add` command to authenticate with instances. For more information, see [Authenticating to a ServiceNow instance with the ServiceNow SDK](https://www.servicenow.com/docs/access?context=authenticate-instance-now-sdk&version=australia&pubname=australia-application-development&ft:locale=en-US).  
Hinweis:  
For more information about minor releases of the ServiceNow SDK, see the [ServiceNow SDK repository](https://github.com/ServiceNow/sdk/releases) on GitHub.

## New in the Australia release {#servicenow-sdk-rn__servicenow-sdk-rn-new-features}

**Version 4.4**
[Create and convert global applications](https://www.servicenow.com/docs/access?context=creating-applications-servicenow-sdk&version=australia&pubname=australia-application-development&ft:locale=en-US)
:   Create and convert applications in the global scope that are accessible to other global applications with instances on the Australia release.

[Configure a default language for field labels](https://www.servicenow.com/docs/access?context=building-applications-source-code&version=australia&pubname=australia-application-development&ft:locale=en-US#application-structure)
:   Configure a default language for field labels \[sys_documentation\] in a table or column with the `tableDefaultLanguage` parameter in an application's now.config.json file.

[Configure read-only options with the Table API](https://www.servicenow.com/docs/access?context=table-api-now-ts&version=australia&pubname=australia-application-development&ft:locale=en-US)
:   Control the editability of read-only fields by configuring read-only options for a field with the readOnlyOption property in a Column object.

## Changed in this release {#servicenow-sdk-rn__servicenow-sdk-rn-changed-features}

**Version 4.4**
[Flow API supports Service Catalog triggers and actions](https://www.servicenow.com/docs/access?context=fluent-flow-api&version=australia&pubname=australia-application-development&ft:locale=en-US)
:   Use triggers and actions related to Service Catalog with the Flow API.

[Access Control List API supports protection policies](https://www.servicenow.com/docs/access?context=acl-api-now-ts&version=australia&pubname=australia-application-development&ft:locale=en-US)
:   Control whether someone can view or edit an access control list (ACL) with the protectionPolicy property in an ACL object.

[Keys updated for static assets in full-stack applications](https://www.servicenow.com/docs/access?context=building-applications-source-code&version=australia&pubname=australia-application-development&ft:locale=en-US)
:   Static UX Assets \[sys_ux_lib_asset\] in full-stack applications have updated keys in the keys.ts file. UX Asset sys_ids aren't changed.

## Activation information {#servicenow-sdk-rn__servicenow-sdk-rn-activation}

The ServiceNow SDK is available as a Node Package Manager (npm) package from the [public npm registry](https://www.npmjs.com/package/@servicenow/sdk) and installed locally. For information about installing the ServiceNow SDK, see [Install the ServiceNow SDK in an application](https://www.servicenow.com/docs/access?context=install-servicenow-sdk&version=australia&pubname=australia-application-development&ft:locale=en-US).{#servicenow-sdk-rn__servicenow-sdk-rn-activation-1}

## Additional requirements {#servicenow-sdk-rn__servicenow-sdk-rn-additional-reqs}

You must have Node.js and Node Package Manager (npm) installed to install the ServiceNow SDK. For more information, see [Install the ServiceNow SDK in an application](https://www.servicenow.com/docs/access?context=install-servicenow-sdk&version=australia&pubname=australia-application-development&ft:locale=en-US).{#servicenow-sdk-rn__servicenow-sdk-rn-additional-reqs-1}

## Related ServiceNow applications and features {#servicenow-sdk-rn__servicenow-sdk-rn-related-apps}

[ServiceNow IDE](https://www.servicenow.com/docs/access?context=servicenow-ide-landing&version=australia&pubname=australia-application-development&ft:locale=en-US)
:   The ServiceNow IDE uses the ServiceNow SDK as its application packaging service to build applications, and the ServiceNow SDK provides the ServiceNow Fluent APIs for developing applications in source code in the ServiceNow IDE. Scoped applications created or converted with the ServiceNow SDK or ServiceNow IDE can be developed with either application.

