Skip to content

SDK 3.0.2

Latest
Compare
Choose a tag to compare
@bryce-godfrey bryce-godfrey released this 19 May 19:19

📢 We are pleased to announce the release of 3.0.2 of the @servicenow/sdk is available for download on npm!

Docs: https://www.servicenow.com/docs/bundle/yokohama-application-development/page/build/servicenow-sdk/concept/servicenow-sdk-landing.html

This is a patch release that fixes a few bugs in the SDK and adds an option for CI server installs

Add option to specify basic auth credentials through env variables for install command
To inject basic authentication credentials for the install command from a CI server type environment, you can specify the following env variables and the sdk will detect them and default to using them.

SN_SDK_INSTANCE_URL = "https://your-instance-url.com"
SN_SDK_USER = "username" # servicenow user name
SN_SDK_USER_PWD = "passwordvalue" # servicenow user password
SN_SDK_NODE_ENV = "SN_SDK_CI_INSTALL" # needs to be set to enable the feature

Fixes

  • packOutputDir in now.config.json not being respected
  • List API should also accept columns other than defined table schema elements
  • Choice columns with dropdown: 'dropdown_without_none' are showing as a dropdown WITH none when installed
  • Transform generates invalid sys_security_acl_role when the ACL is in metadata directory
  • Reinstalling a new fluent app right after installation fails
  • ignoreTransformTableList doesn't respect the table configured inside them
  • Fixed issue where transform fails when there are no changes to Role
  • sys_documentation gets duplication upon transformation
  • Wrap the Now.include html content with CDATA tag upon generating the XML