WorryFree Computers   »   [go: up one dir, main page]

What’s changing 
In September 2023, we announced the next phase of digital whiteboarding for Google Workspace. At that time, we announced that new whiteboarding tools would soon be integrated with Series One Board 65 and Desk 27 devices. By the end of the month, Lucidspark by Lucid Software can be launched directly from these devices. With this integration, users will be able to share and participate in a Lucidspark whiteboard session in a Meet call, either initiated from the Series One Board 65 and Desk 27 or a remote participant on the call.



Who’s impacted
Admins and end users


Why you’d use it 
Integrating third-party collaboration tools is a key component of the new digital whiteboarding experience in Google Workspace. Specifically, we’ve heard from our customers that whiteboarding tools like Lucidspark by Lucid Software help their teams work better together with features like infinite canvas, templates, and diagramming. Today, Lucidspark can already be launched inside a Meet call from your laptop. Now, you also have the option to use Lucidspark on the Board 65 and Desk 27 devices within a Meet call.


Later this year we’ll introduce support for launching FigJam and Miro directly from Board 65 and Desk 27 devices. We’ll provide an update here on the Workspace Updates blog with more information at that time. For more information on the future of digital whiteboarding in Workspace, please refer to our initial announcement.


Getting started

Rollout pace

Availability
  • Available to all Google Workspace customers with Google Meet Board 65 and Desk 27 devices


4 New updates

Unless otherwise indicated, the features below are available to all Google Workspace customers, and are fully launched or in the process of rolling out. Rollouts should take no more than 15 business days to complete if launching to both Rapid and Scheduled Release at the same time. If not, each stage of rollout should take no more than 15 business days to complete.


Version history limits for Apps Script projects 
For all new scripts, you’ll be able to create and save up to 200 versions of your script. If needed, you can permanently delete a script version from the project history page. | This is available now to all Google Workspace customers. | Learn more using our developer documentation on working with Apps Script versions


Share a link to a specific time in a Google Drive video 
We’re adding new functionality to the Drive sharing button that lets you share timestamped links to specific parts of a video. On web, simply navigate to drive.google.com > find and open a video file > play the video (you can pause the playback before performing the following steps) > select the dropdown on the “Share” button in the top-right corner > select “Copy link to this time” > send the link. | Rolling out now to Rapid Release and Scheduled Release domains. | Available to all Google Workspace customers and users with personal Google Accounts. | Learn more about copying a specific time in the video
Share a link to a specific time in a Google Drive video

Introducing dropdown options on the sharing button in Google Docs, Sheets, Slides and Drawings
We’re adding a new feature that ensures a seamless sharing experience across Workspace. In Google Docs, Sheets, Slides and Drawings, you will now see a dropdown on the Share button that surfaces quick actions, such as pending access requests and the “Copy link” option. | Rolling out now to Rapid Release and Scheduled Release domains. | Available to all Google Workspace customers and users with personal Google Accounts. 
dropdown options on the sharing button

Using functions in Connected Sheets for BigQuery 
Today, Connected Sheets for BigQuery supports 23 Sheets functions, such as AVERAGE and XLOOKUP. However, all of these functions behave somewhat differently than their native counterparts. Thus, to help Connected Sheets users write better functions, we now display context-aware Help Center content in Sheets. The ‘formula help’ shows descriptions for Connected Sheets functions when writing a formula that would query BigQuery, and otherwise shows descriptions of native Sheets functions. | This is available now to all Google Workspace customers and users with personal Google Accounts. | Learn more about the XLOOKUP function.
Using functions in Connected Sheets for BigQuery


Previous announcements

The announcements below were published on the Workspace Updates blog earlier this week. Please refer to the original blog posts for complete details.


Updates to metrics in Google Drive Apps Reports and Reports API 
We’re making some updates to the Google Drive metrics in the Admin Console Apps reports and the Reports API. As a result of these improvements, admins who analyze metrics will have more reporting clarity and can better understand activity trends within their domain. | Learn more about metrics in Drive Apps Reports and Reports API. 

Easily share Google Drive files to Google Calendar meeting attendees 
We’re introducing the option to share any file with all meeting participants on a Google Calendar invite via the sharing dialog within a file. | Learn more about sharing Drive files to Calendar. 

Google Meet is now available on Logitech Android appliances 
Google Meet is now supported on Logitech’s Rally Bar and Rally Bar Mini Android-based appliances for collaboration rooms and spaces of just about any size. After initial setup, admins can easily enroll, manage, and monitor these devices using the Google admin console. Google Meet on Logitech Android-based devices is supported on CollabOS v1.11 as a video conferencing provider | Learn more about Meet on Logitech Android appliances. 

Google Meet hardware devices from Poly now support interoperability with Cisco Webex and Zoom 
We’re expanding the existing interoperability between Google Meet, Cisco Webex, and Zoom to include Android-based Meet hardware devices from Poly. Specifically, these devices include: Poly Studio X30, X50, X52, and X70. | Learn more about support interoperability with Cisco Webex and Zoom.

Extending Trusted Types to Gmail
We’re excited to announce the expansion of Trusted Types to Gmail. This will provide a defense against DOM XSS and further enhances our advanced data protection controls to keep users and data safe across more of the apps they use everyday. | Learn more about Trusted Types.


Completed rollouts

The features below completed their rollouts to Rapid Release domains, Scheduled Release domains, or both. Please refer to the original blog posts for additional details.

Rapid Release Domains: 

Scheduled Release Domains: 

Rapid and Scheduled Release Domains: 

For a recap of announcements in the past six months, check out What’s new in Google Workspace (recent releases). 

What’s changing
Last year, we improved the client-side security of Google Docs, Sheets, Slides, Forms, Sites, Drawings, Drive, and Calendar with Trusted Types. This browser-based runtime feature limits the uses of Document Object Model (DOM) APIs that are used by the apps listed above or third-party extensions. Trusted Types also reduce the possibility of Document Object Model Cross Site Scripting (DOM XSS), which continues to be one of the most critical threats to web security. 

DOM XSS occurs when a cyber attacker injects malicious code into a web page, which can then be executed by the victim's browser. This can allow the cyber attacker to steal cookies, hijack sessions, and even take control of the victim's computer. 

To defend against this, we’re excited to announce the expansion of Trusted Types to Gmail. This will provide a defense against DOM XSS and further enhances our advanced data protection controls to keep users and data safe across more of the apps they use everyday. 


Who’s impacted 
Developers (relying on any Chrome extensions that modify DOM APIs.) 


Additional details 
This new enforcement mode will require third-party extensions to use typed objects instead of strings when assigning values to DOM APIs. Once Trusted Types are fully enforced, the Trusted Types directive will be present in the Content Security Policy (CSP) header: 

Content-Security-Policy: require-trusted-types-for 'script';report-uri https://mail.google.com/mail/cspreport 


Getting started 
  • Admins: There is no admin control for this feature. 
  • Developers: 
    • To make code Trusted Types compliant, signal to the browser that data being used within the context of these DOM APIs is trustworthy by creating a Trusted Type special object. 
    • There are several ways to be Trusted Types compliant, such as removing the offending code, using a library (such as safevalues or DOMPurify), or creating a Trusted Types policy. To ensure a seamless experience for users, we recommend employing these techniques before Trusted Types enforcement is rolled out. Failure to make code Trusted Types compliant may cause feature breakages for third-party extensions as their DOM manipulations will be blocked by the browser. 
  • End users: There is no end user setting for this feature. 

Rollout pace 

Availability 
  • Available to all Google Workspace customers and users with personal Google Accounts 

Resources 

What’s changing 
We’re expanding the existing interoperability between Google Meet, Cisco Webex, and Zoom to include Android-based Meet hardware devices from Poly. Specifically, these devices include: Poly Studio X30, X50, X52, and X70. 


Note that Webex and Zoom interoperability supports core video conferencing features. Some advanced features, such as polls, wired present, and dual-screen support may not be available when using Poly Meet hardware to join Webex or Zoom meetings.

Getting started

Admins: 
End users: 
  • When enabled by your admin, you can join a Webex or Zoom meeting from a Poly Android-based Google Meet hardware device by: 
    • Joining an ad-hoc call by tapping "Join or start a meeting" on your touch controller and selecting Webex or Zoom from the dropdown options. 
    • Joining a scheduled call by adding a room to an event with Webex or Zoom meeting details.  
      • Note: Calendar events that originate outside of Google Calendar must be duplicated and populated with room details manually.
  • Visit the Help Center to learn more about Google Meet interoperability.
Rollout pace

Availability
  • Available to all Google Workspace customers with Google Meet hardware subscriptions

Resources

What’s changing 
Google Meet is now supported on Logitech’s Rally Bar and Rally Bar Mini Android-based appliances for collaboration rooms and spaces of just about any size. After initial setup, admins can easily enroll, manage, and monitor these devices using the Google admin console. Google Meet on Logitech Android-based devices is supported on CollabOS v1.11 as a video conferencing provider. The following Logitech Android devices now support Google Meet: 
  • Logitech Rally Bar 
  • Logitech Rally Bar Mini
  • Tap IP


Additional details
As part of this launch, we are also providing admins with a new capability to protect their room devices using a passcode. This ensures that only authorized users are able to access and change the room’s device settings. This feature is only available for Logitech Rally Bar and Rally Bar Mini in appliance mode, where Rally Bar’s built-in computer supports Google Meet without the need for an additional computer or a user’s laptop. Visit the Help Center to learn more about setting up Logitech devices as Meet Hardware and enrolling your devices.

Getting started
  • Admins: 
    • Logitech Rally Bar and Rally Bar Mini appliances will need to be updated to CollabOS 1.11 in order to select Google Meet as the conferencing partner application. 
    • Once the device is updated to CollabOS 1.11 and the conferencing partner is set to Google Meet, follow the on-device prompts to enroll the device onto the Google Meet hardware admin console. Visit the Help Center to learn more about setting up Logitech devices as Meet Hardware.
    • Google Meet on Logitech Android appliances require Google Meet hardware licenses, please reach out to a Google Meet hardware reseller. 

  • End users: No action required. Once a Logitech Rally Bar and Rally Bar Mini have been successfully enrolled, you can join Google Meet meetings normally.
Rollout pace
  • This update is available as part of Logitech’s CollabOS 1.11 release. For more information, please reach out to your Logitech account team or reseller.

Availability
  • Available on Logitech Rally Bar and Rally Bar Mini customers. Support for additional Logitech devices will be added over time. 
  • Available to all Google Workspace customers.


Resources


What’s changing
Since introducing the new sharing dialog for Google Drive, Docs, Sheets, Slides, and Forms in 2020, we’ve made several enhancements to make sharing effortless across Workspace. Today, we’re excited to announce the option to share any file with all meeting participants on a Google Calendar invite via the sharing dialog within a file. 


As a file owner or editor, go to the Share button in a file > type in the title of a calendar event > select the event > confirm the correct list of meeting attendees are added > select the users’ access level > click Send. 
Sharing “Weekly notes” to a meeting using the sharing dialog

If you’d like to link the file to the calendar invite, you can select “Attach to calendar event” before clicking Send. 
Attaching a file to a calendar event


Who’s impacted 
End users 


Why you’d use it 
We know sharing files is critical to building a collaborative environment. With this new feature, users can easily share files with meeting attendees before a meeting, ensuring everyone is prepared and able to collaborate on the same file. 


Additional details 
If you attach a file directly to a Calendar invite, you will see a pop-up asking if you'd like to share the file with the meeting attendees. 


Getting started 
  • Admins: There is no admin control for this feature. 
  • End users: To share a file to a calendar event, you must be the file owner or editor and be a participant on the meeting that you’re sharing to on your calendar. Visit the Help Center to learn more about sharing files from Google Drive. 

Rollout pace 

Availability 
  • Available to all Google Workspace customers and users with personal Google Accounts 

Resources 

What’s changing
We’re making some updates to the Google Drive metrics in the Admin Console Apps reports and the Reports API. As a result of these improvements, admins who analyze metrics will have more reporting clarity and can better understand activity trends within their domain. Specific changes include: 
  • Metric dates will shift from Pacific Daylight Time (PDT) to Pacific Standard Time (PST).
  • Moving files between team drives and directly sharing items inside shared drives will now be included in the sharing metrics.
  • Sharing items with embedded content will now be counted as a single action in the sharing metrics, versus being counted twice. 
  • Metrics that calculate the number of owned items added or removed will no longer include activity for changing permissions that do not impact a user’s ability to access a file.

Who’s impacted 
Admins 


Getting started 
  • Admins: Admins with Drive Audit-enabled SKUs can access the metrics in the Admin Console > Reporting > Apps Reports or through the Reports API. 
  • End users: There is no end user setting for this feature. 
Rollout pace 
Availability 
  • Metrics are available to customers on Drive Audit-enabled SKUs with access to the Admin Console and Reports API. This includes: Google Workspace Business Starter, Business Standard, Business Plus, Essentials Starter, Enterprise Essentials, Enterprise Essentials Plus, Enterprise Standard, Enterprise Plus, Frontline Starter, Frontline Standard, Education Fundamentals, Education Standard, Education Plus, the Teaching and Learning Upgrade, Nonprofits, Cloud Identity and Cloud Identity Premium customers
Resources 

New updates 

There are no new updates to share this week. Please see below for a recap of published announcements. 


Previous announcements

The announcements below were published on the Workspace Updates blog earlier this week. Please refer to the original blog posts for complete details.


Updates for managed iOS devices with the release of Chrome 120 
In the coming weeks, we’ll be introducing several improvements to Chrome-on-iOS that will help admins more seamlessly apply policies and preferences across their users’ managed devices. This launch will align with the planned release of Chrome 120. | Learn more about updates for managed iOS devices. 

Improvements to Google Meet ultra-low latency live streaming 
We’re introducing several improvements for the overall experience of the ultra-low latency viewing experience for video meetings that are streamed within an organization. | Live streaming is available for Google Workspace Enterprise Standard, Enterprise Plus, Enterprise Essentials Plus, the Teaching and Learning Upgrade, and Education Plus customers only. Live streamed meetings can be viewed by Google Workspace Business Starter, Business Standard, Business Plus, Enterprise Starter, Enterprise Standard, Enterprise Plus, Education Fundamentals, Education Standard, the Teaching and Learning Upgrade, Education Plus, Essentials Starter, and Essentials users only. | Learn more about Google Meet ultra-low latency live streaming.

Convert Google Forms into practice sets in Google Classroom 
Teachers can now import a Google Form into practice set questions, and benefit from the assistive features, such as suggested resources and hints, in-the-moment support for students and insights. | Available to Google Workspace Education Plus and the Teaching and Learning Upgrade only. | Learn more about importing questions from Google Forms.


Completed rollouts

The features below completed their rollouts to Rapid Release domains, Scheduled Release domains, or both. Please refer to the original blog posts for additional details.


Rapid Release Domains: 
Scheduled Release Domains: 
Rapid and Scheduled Release Domains: 

For a recap of announcements in the past six months, check out What’s new in Google Workspace (recent releases).

What’s changing
Last year, we announced a new tool in Google Classroom called practice sets that enables educators to transform new and existing content into engaging and interactive assignments. Students get real-time feedback on answers as they complete practice sets and then teachers receive performance insights and snapshots into student progress. 

Since launching, we’ve given teachers more control over the resources for students in practice sets and today we’re excited to announce an additional way to save teachers time when creating assignments. We know teachers have already invested a lot of time creating quiz assignments using Google Forms, and with this update, they can simply import a Google Form into practice set questions, and benefit from the assistive features, such as suggested resources and hints, in-the-moment support for students and insights. 
Convert Google Forms into practice sets in Google Classroom

Getting started 

Rollout pace 
  • This feature is now available. 

Availability 
  • Available to Google Workspace Education Plus and the Teaching and Learning Upgrade 
Resources 

What’s changing 
Last year, we announced a new ultra-low latency viewing experience for video meetings that are streamed within an organisation. Since launch, we’ve introducing several improvements for the overall experience: 
  • Meeting hosts can now add or start live streaming from any ongoing Meet call, even if it wasn't initially planned to be live streamed. 


    To start a live stream, at the bottom right select Activities > Live Streaming
  • Live stream viewers can now see the size of the audience (call participants and viewers) in the top left live stream indicator. 


  • The join screen now has a quick-access button, which meeting participants can use to join a live stream if they prefer that experience over the regular call.
  • Video feed will start even faster when joining live streams with large audiences.
  • Viewing live streams from the Google Meet mobile app on Android and iOS devices is now supported. 
These improvements will be available for Google Meet on web and meeting room hardware. Support for the Meet mobile app is outlined below in the "Rollout" section.

Getting started

Rollout pace 
  • Join live streams from the Google Meet mobile apps: 

  • iOS 
    • Rapid Release domains: Gradual rollout (up to 15 days for feature visibility) beginning on January 3, 2024, with anticipated completion by January 8, 2024 
    • Scheduled Release domains: Gradual rollout (up to 15 days for feature visibility) beginning on January 8, 2024, with anticipated completion by January 18, 2024

  • All other updates mentioned in this post are available now. 

Availability
  • Live streaming is available for Google Workspace Enterprise Standard, Enterprise Plus, Enterprise Essentials Plus, the Teaching and Learning Upgrade, and Education Plus customers. 

  • Live streamed meetings can be viewed by Google Workspace Business Starter, Business Standard, Business Plus, Enterprise Starter, Enterprise Standard, Enterprise Plus, Education Fundamentals, Education Standard, the Teaching and Learning Upgrade, Education Plus, Essentials Starter, and Essentials users. Not available to users with personal Google accounts.