Skip to main content

· 2 min read

​ In the Developer Portal, users can update the heading, body and code fonts. For the hosted portal, the user can select list of fonts available on the portal editor. For the self-hosted portal, the web font URL can be provided as part of the portal settings in the build file.

Hosted Portal Users

In the API developer portal, the list of available fonts in the portal editor is updated for code, body and headings.

· One min read

Previously, our Ruby SDKs were initiating a new connection for each API call. Now, we have made this HTTP connection persistent. Using persistent request allows all server requests to be made through one connection, consequently reducing network latency.