<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: February 2023 Rollup in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/February-2023-Rollup/m-p/958481#M683</link>
    <description>&lt;P&gt;Hi, good steps forwawrd on the script loading&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;We are currently implementing CSP&amp;nbsp; on our website. We would like to get rid of using inline styles. Is there way or workaround of not loading inline styles for example on the chat widget? If there is a CDN CSS we could use or some other option. Then we can get rid of the '&lt;SPAN&gt;unsafe-inline' directive in style-src.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 09:43:55 GMT</pubDate>
    <dc:creator>urban</dc:creator>
    <dc:date>2024-04-11T09:43:55Z</dc:date>
    <item>
      <title>February 2023 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/February-2023-Rollup/m-p/762137#M423</link>
      <description>&lt;P&gt;February 2023 updates include new API endpoints for Goals, Snowflake updates, Multi-Currencies for app listings, and a performance update for the Script Loader.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note: You can sign up for the public betas listed below by visiting the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://app.hubspot.com/l/whats-new/betas" target="_blank" rel="noopener"&gt;Account Menu Dropdown &amp;gt; Product Updates &amp;gt; Betas&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;area.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Snowflake Cross-Region Data Share Update&lt;/H3&gt;
&lt;P&gt;Customers who do not have their Snowflake account within the same region as HubSpot’s Snowflake account will now have access to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;V2_LIVE schema&lt;/CODE&gt;. Updates to this schema can take up to 15 mins in order to process. The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;V2_DAILY schema&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will remain unaffected by this change and will continue to be updated every day.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;App Marketplace: Multi-Currencies for App Listings&lt;/H3&gt;
&lt;P&gt;App Marketplace partners are now able to list their applications in international currencies.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;New Goals Public API&lt;/H3&gt;
&lt;P&gt;You can now make read requests for Goals data. Updating and creating goals via API is not possible at this time.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/goals" target="_blank" rel="noopener"&gt;More information on the Goals API&lt;/A&gt;.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;Script Loader Performance Update&lt;/H3&gt;
&lt;P class="p1"&gt;HubSpot’s script loader, the file loaded when the HubSpot tracking code is embedded, previously loaded and executed embedded scripts before the webpage window was loaded and ready for interaction this may cause performance issues including blocking page rendering.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the script loader will load and execute render blocking embedded scripts only when the user interacts with the webpage. This change affects Popup Forms, Collected Forms, Feedback (Surveys), and Conversations.&lt;/P&gt;
&lt;P&gt;Embedded scripts that are required to execute on window load, like CTA's, Cookie Banner and Analytics, are not impacted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This change should positively impact performance for all sites using the HubSpot tracking code.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 16:16:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/February-2023-Rollup/m-p/762137#M423</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2023-02-28T16:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: February 2023 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/February-2023-Rollup/m-p/763004#M424</link>
      <description>&lt;P&gt;Similar to the update for the App Marketplace to allow mutliple/international currencies, will the same be available for the Theme Marketplace?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 02:34:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/February-2023-Rollup/m-p/763004#M424</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-03-02T02:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: February 2023 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/February-2023-Rollup/m-p/958481#M683</link>
      <description>&lt;P&gt;Hi, good steps forwawrd on the script loading&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;We are currently implementing CSP&amp;nbsp; on our website. We would like to get rid of using inline styles. Is there way or workaround of not loading inline styles for example on the chat widget? If there is a CDN CSS we could use or some other option. Then we can get rid of the '&lt;SPAN&gt;unsafe-inline' directive in style-src.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 09:43:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/February-2023-Rollup/m-p/958481#M683</guid>
      <dc:creator>urban</dc:creator>
      <dc:date>2024-04-11T09:43:55Z</dc:date>
    </item>
  </channel>
</rss>

