Google Release Notes

Last updated: Feb 12, 2026

Google Products (20)

All Google Release Notes (960)

  • Feb 11, 2026
    • Date parsed from source:
      Feb 11, 2026
    • First seen by Releasebot:
      Feb 12, 2026
    Google logo

    Gemini CLI by Google

    Release v0.28.2

    What's Changed

    • fix(patch): cherry-pick e9a9474 to release/v0.28.1-pr-18840 [CONFLICTS] by @gemini-cli-robot in #18847

    Full Changelog: v0.28.1...v0.28.2

    Original source Report a problem
  • Feb 11, 2026
    • Date parsed from source:
      Feb 11, 2026
    • First seen by Releasebot:
      Feb 12, 2026
    Google logo

    Gemini CLI by Google

    Release v0.28.1

    What's Changed

    • fix(patch): cherry-pick 37f128a to release/v0.28.0-pr-18478 by @gemini-cli-robot in #18821

    Full Changelog: v0.28.0...v0.28.1

    Original source Report a problem
  • All of your release notes in one place

    Join Releasebot and get updates from Google and hundreds of other software products.

  • Feb 11, 2026
    • Date parsed from source:
      Feb 11, 2026
    • First seen by Releasebot:
      Feb 11, 2026
    Google logo

    Google Meet by Google

    Move shared content in Google Meet to a separate window with the “Open in new window” option

    Meetings gain an Open in new window option to undock screen sharing into its own window. Viewers can move and resize content while video participants stay in view for smoother collaboration. Rollout begins Feb 4 for rapid rollout and Feb 23 for scheduled domains, across Workspace and personal accounts.

    We’re introducing the ability for meeting participants to move screen shared content into a standalone window with the “Open in new window” option.

    This update gives viewers more flexibility in how they view content during a meeting. By undocking screen shared content—whether it is a presentation, a spreadsheet, or a document—you can move it to a secondary screen or resize it independently. This makes it easier to simultaneously view the screen shared content and participants in the video meeting, helping you stay connected and collaborate more easily.

    This feature works for all screen share content types.

    Getting started

    • Admins: There is no admin control for this feature.
    • End users: This feature will be ON by default. When viewing shared content in a meeting, select the "Open in new window" option to move the presentation to a new window.

    Rollout pace

    • Rapid Release domains: Gradual rollout (up to 15 days for feature visibility), starting on February 4, 2026
    • Scheduled Release domains: Full rollout (1–3 days for feature visibility), starting on February 23, 2026

    Availability

    • Available to all Google Workspace customers, Workspace Individual subscribers, and users with personal Google accounts

    Resources

    • Google Help: Tips on how to collaborate in a video meeting
    Original source Report a problem
  • Feb 10, 2026
    • Date parsed from source:
      Feb 10, 2026
    • First seen by Releasebot:
      Feb 11, 2026
    Google logo

    Gemini CLI by Google

    Release v0.28.0

    A new nightly release unleashes major CLI and core upgrades, including a /prompt-suggest command, improved hooks, enhanced auth and identity details, and broader UX tweaks. It pairs docs and tests with a solid stability pass across extensions and policies.

    What's Changed

    • feat(commands): add /prompt-suggest slash command by @NTaylorMullen in #17264
    • feat(cli): align hooks enable/disable with skills and improve completion by @sehoon38 in #16822
    • docs: add CLI reference documentation by @leochiu-a in #17504
    • chore(release): bump version to 0.28.0-nightly.20260128.adc8e11bb by @gemini-cli-robot in #17725
    • feat(skills): final stable promotion cleanup by @abhipatel12 in #17726
    • test(core): mock fetch in OAuth transport fallback tests by @jw409 in #17059
    • feat(cli): include auth method in /bug by @erikus in #17569
    • Add a email privacy note to bug_report template by @nemyung in #17474
    • Rewind documentation by @Adib234 in #17446
    • fix: verify audio/video MIME types with content check by @maru0804 in #16907
    • feat(core): add support for positron ide ( #15045 ) by @kapsner in #15047
    • /oncall dedup - wrap texts to nextlines by @sehoon38 in #17782
    • fix(admin): rename advanced features admin setting by @skeshive in #17786
    • [extension config] Make breaking optional value non-optional by @chrstnb in #17785
    • Fix docs-writer skill issues by @g-samroberts in #17734
    • fix(core): suppress duplicate hook failure warnings during streaming by @abhipatel12 in #17727
    • test: add more tests for AskUser by @jackwotherspoon in #17720
    • feat(cli): enable activity logging for non-interactive mode and evals by @SandyTao520 in #17703
    • feat(core): add support for custom deny messages in policy rules by @allenhutchison in #17427
    • Fix unintended credential exposure to MCP Servers by @Adib234 in #17311
    • feat(extensions): add support for custom themes in extensions by @spencer426 in #17327
    • fix: persist and restore workspace directories on session resume by @korade-krushna in #17454
    • Update release notes pages for 0.26.0 and 0.27.0-preview. by @g-samroberts in #17744
    • feat(ux): update cell border color and created test file for table rendering by @devr0306 in #17798
    • Change height for the ToolConfirmationQueue. by @jacob314 in #17799
    • feat(cli): add user identity info to stats command by @sehoon38 in #17612
    • fix(ux): fixed off-by-some wrapping caused by fixed-width characters by @devr0306 in #17816
    • feat(cli): update undo/redo keybindings to Cmd+Z/Alt+Z and Shift+Cmd+Z/Shift+Alt+Z by @scidomino in #17800
    • fix(evals): use absolute path for activity log directory by @SandyTao520 in #17830
    • test: add integration test to verify stdout/stderr routing by @ved015 in #17280
    • fix(cli): list installed extensions when update target missing by @tt-a1i in #17082
    • fix(cli): handle PAT tokens and credentials in git remote URL parsing by @afarber in #14650
    • fix(core): use returnDisplay for error result display by @Nubebuster in #14994
    • Fix detection of bun as package manager by @Randomblock1 in #17462
    • feat(cli): show hooksConfig.enabled in settings dialog by @abhipatel12 in #17810
    • feat(cli): Display user identity (auth, email, tier) on startup by @yunaseoul in #17591
    • fix: prevent ghost border for AskUserDialog by @jackwotherspoon in #17788
    • docs: mark A2A subagents as experimental in subagents.md by @adamfweidman in #17863
    • Resolve error thrown for sensitive values by @chrstnb in #17826
    • fix(admin): Rename secureModeEnabled to strictModeDisabled by @skeshive in #17789
    • feat(ux): update truncate dots to be shorter in tables by @devr0306 in #17825
    • fix(core): resolve DEP0040 punycode deprecation via patch-package by @ATHARVA262005 in #17692
    • feat(plan): create generic Checklist component and refactor Todo by @Adib234 in #17741
    • Cleanup post delegate_to_agent removal by @gundermanc in #17875
    • fix(core): use GIT_CONFIG_GLOBAL to isolate shadow git repo configuration - Fixes by @bdmorgan in #17877
    • by @cocosheng-g in #17803
    • Disable mouse tracking e2e by @alisa-alisa in #17880
    • fix(cli): use correct setting key for Cloud Shell auth by @sehoon38 in #17884
    • chore: revert IDE specific ASCII logo by @jackwotherspoon in #17887
    • Revert "fix(core): resolve DEP0040 punycode deprecation via patch-package" by @sehoon38 in #17898
    • Refactoring of disabling of mouse tracking in e2e tests by @alisa-alisa in #17902
    • feat(core): Add GOOGLE_GENAI_API_VERSION environment variable support by @deyim in #16177
    • feat(core): Isolate and cleanup truncated tool outputs by @SandyTao520 in #17594
    • Create skills page, update commands, refine docs by @g-samroberts in #17842
    • feat: preserve EOL in files by @Thomas-Shephard in #16087
    • Fix HalfLinePaddedBox in screenreader mode. by @jacob314 in #17914
    • bug(ux) vim mode fixes. Start in insert mode. Fix bug blocking F12 and ctrl-X in vim mode. by @jacob314 in #17938
    • feat(core): implement interactive and non-interactive consent for OAuth by @ehedlund in #17699
    • perf(core): optimize token calculation and add support for multimodal tool responses by @abhipatel12 in #17835
    • refactor(hooks): remove legacy tools.enableHooks setting by @abhipatel12 in #17867
    • feat(ci): add npx smoke test to verify installability by @bdmorgan in #17927
    • feat(core): implement dynamic policy registration for subagents by @abhipatel12 in #17838
    • feat: Implement background shell commands by @galz10 in #14849
    • feat(admin): provide actionable error messages for disabled features by @skeshive in #17815
    • Fix bugs where Rewind and Resume showed Ugly and 100X too verbose content. by @jacob314 in #17940
    • Fix broken link in docs by @chrstnb in #17959
    • feat(plan): reuse standard tool confirmation for AskUser tool by @jerop in #17864
    • feat(core): enable overriding CODE_ASSIST_API_VERSION with env var by @lottielin in #17942
    • run npx pointing to the specific commit SHA by @sehoon38 in #17970
    • Add allowedExtensions setting by @kevinjwang1 in #17695
    • feat(plan): refactor ToolConfirmationPayload to union type by @jerop in #17980
    • lower the default max retries to reduce contention by @sehoon38 in #17975
    • fix(core): ensure YOLO mode auto-approves complex shell commands when parsing fails by @abhipatel12 in #17920
    • Fix broken link. by @g-samroberts in #17972
    • Support ctrl-C and Ctrl-D correctly Refactor so InputPrompt has priority over AppContainer for input handling. by @jacob314 in #17993
    • Fix truncation for AskQuestion by @jacob314 in #18001
    • fix(workflow): update maintainer check logic to be inclusive and case-insensitive by @bdmorgan in #18009
    • Fix Esc cancel during streaming by @LyalinDotCom in h...
    Original source Report a problem
  • February 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Feb 10, 2026
    Google logo

    Go by Google

    Go 1.26.0 is released

    Hello gophers,

    We have just released Go 1.26.0.

    To find out what has changed in Go 1.26, read the release notes:
    https://go.dev/doc/go1.26

    You can download binary and source distributions from our download page:
    https://go.dev/dl/#go1.26.0

    If you have Go installed already, an easy way to try go1.26.0
    is by using the go command:

    $ go install
    golang.org/dl/go1.26.0@latest
    $ go1.26.0 download
    

    To compile from source using a Git clone, update to the release with

    git checkout go1.26.0
    

    and build as usual.

    Thanks to everyone who contributed to the release!

    Cheers,
    Junyang and Michael for the Go team

    Original source Report a problem
  • Feb 10, 2026
    • Date parsed from source:
      Feb 10, 2026
    • First seen by Releasebot:
      Feb 10, 2026
    Google logo

    Go by Google

    Go 1.26 is released

    Go 1.26 ships with language refinements, performance boosts, and improved tooling. It adds an expression form for new, enables the Green Tea GC by default, and brings several compiler and library improvements along with experimental features to try.

    Language changes

    Go 1.26 introduces two significant refinements to the language syntax and type system.

    First, the built-in new function, which creates a new variable, now allows its operand to be an expression, specifying the initial value of the variable.

    A simple example of this change means that code such as this:
    x := int64(300)
    ptr := &x
    Can be simplified to:

    ptr := new(int64(300))
    

    Second, generic types may now refer to themselves in their own type parameter list. This change simplifies the implementation of complex data structures and interfaces.

    Performance improvements

    The previously experimental Green Tea garbage collector is now enabled by default.

    The baseline cgo overhead has been reduced by approximately 30%.

    The compiler can now allocate the backing store for slices on the stack in more situations, which improves performance.

    Tool improvements

    The go fix command has been completely rewritten to use the Go analysis framework, and now includes a couple dozen “modernizers”, analyzers that suggest safe fixes to help your code take advantage of newer features of the language and standard library. It also includes the inline analyzer, which attempts to inline all calls to each function annotated with a //go:fix inline directive. Two upcoming blog posts will address these features in more detail.

    More improvements and changes

    Go 1.26 introduces many improvements over Go 1.25 across its tools, the runtime, compiler, linker, and the standard library. This includes the addition of three new packages: crypto/hpke, crypto/mlkem/mlkemtest, and testing/cryptotest. There are port-specific changes and GODEBUG settings updates.

    Some of the additions in Go 1.26 are in an experimental stage and become exposed only when you explicitly opt in. Notably:

    • An experimental simd/archsimd package provides access to “single instruction, multiple data” (SIMD) operations.
    • An experimental runtime/secret package provides a facility for securely erasing temporaries used in code that manipulates secret information, typically cryptographic in nature.
    • An experimental goroutineleak profile in the runtime/pprof package that reports leaked goroutines.

    These experiments are all expected to be generally available in a future version of Go. We encourage you to try them out ahead of time. We really value your feedback!

    Please refer to the Go 1.26 Release Notes for the complete list of additions, changes, and improvements in Go 1.26.

    Over the next few weeks, follow-up blog posts will cover some of the topics relevant to Go 1.26 in more detail. Check back later to read those posts.

    Thanks to everyone who contributed to this release by writing code, filing bugs, trying out experimental additions, sharing feedback, and testing the release candidates. Your efforts helped make Go 1.26 as stable as possible. As always, if you notice any problems, please file an issue.

    We hope you enjoy using the new release!

    Original source Report a problem
  • Feb 9, 2026
    • Date parsed from source:
      Feb 9, 2026
    • First seen by Releasebot:
      Feb 10, 2026
    Google logo

    Firebase by Google

    February 09, 2026

    SDK Releases

    The Firebase SDK for Flutter (v4.9.0) is now available. This release includes changes in Firebase AI Logic, and bug fixes in Firebase AI Logic, Analytics and Realtime Database.

    Original source Report a problem
  • Feb 6, 2026
    • Date parsed from source:
      Feb 6, 2026
    • First seen by Releasebot:
      Feb 7, 2026
    Google logo

    Gemini CLI by Google

    Release v0.27.3

    What's Changed

    • fix(patch): cherry-pick 1cae5ab to release/v0.27.2-pr-18376 to patch version v0.27.2 and create version 0.27.3 by @gemini-cli-robot in #18464

    Full Changelog: v0.27.2...v0.27.3

    Original source Report a problem
  • Feb 6, 2026
    • Date parsed from source:
      Feb 6, 2026
    • First seen by Releasebot:
      Feb 8, 2026
    Google logo

    Google Workspace by Google

    Google Workspace Updates Weekly Recap - February 6, 2026

    Google Meet and Microsoft Teams interoperability now lets you join Teams meetings from Chrome OS Meet devices and Meet from Windows Teams Rooms. Gemini expands in Education with AI across Docs, Chrome and Gmail Proofread, adds Speech Translation GA, JEE Main practice tests, GA Classroom Student Groups, and broader Proofread use.

    New built-in interoperability between Google Meet and Microsoft Teams

    We’re introducing video conferencing device interoperability for Google Meet with Microsoft Teams, which will allow you to: (1) Join Microsoft Teams meetings from Chrome OS- based Google Meet hardware devices, and (2) Join Google Meet meetings from Windows-based Microsoft Teams Rooms devices.

    Learn more about interoperability between Google Meet and Microsoft Teams.

    Select Gemini in Workspace capabilities now available to Education Plus and Teaching & Learning customers

    We’re bringing generative AI capabilities in Google Workspace for Education to more educators and students around the world. Gemini in Docs, Slides, Forms, and Vids are now available to users 18 and older with a Google Workspace for Education Plus or Teaching and Learning add-on license at no additional cost.

    Learn more about Gemini in Workspace features for education users.

    Gemini in Chrome is coming to Chromebook Plus devices

    Gemini in Chrome is rolling out now to Chromebook Plus devices in the US. This feature empowers business and education users with AI tools that integrate seamlessly into their daily browsing workflows while maintaining strict data governance.

    Learn more about Gemini in Chrome for Chromebook Plus devices.

    Speech translation in Google Meet now generally available for businesses

    As of January 27, 2026, speech translation in Google Meet is no longer restricted to businesses in a limited alpha program; it is now available for Google Workspace customers with select plans.

    Learn more about speech translation in Meet for business users.

    Prepare for the JEE Main with practice tests in Gemini

    We recently launched full-length practice tests in Gemini, starting with the SAT. We're now expanding practice tests to support the JEE Main.

    Learn more about JEE Main practice tests in Gemini.

    Google Classroom API: Student groups endpoints are now available

    Last year, we announced the launch of the Google Classroom API Student Groups endpoints through the Google Workspace Developer Preview Program (DPP). Now, Student Groups endpoints are generally available, so developers no longer need to be in the Developer Preview Program (DPP) to access them.

    Learn more about Google Classroom API Student Groups endpoints.

    Proofread your email with Gemini in Gmail

    When you draft an email, Proofread can suggest improvements beyond spelling and grammar corrections like conciseness, active voice, sentence structure, and word choice so everything is polished before you send. We recently launched this feature to Google AI Pro and Ultra subscribers, and we’re now bringing it to additional Workspace plans.

    Learn more about Proofread in Gmail for Workspace users.

    Expanding access to select Google Vids features for all users

    To help more users create professional-quality content, we are making three features in Vids available to all users, regardless of what Workspace edition they use. These include: Read-along teleprompter, Transcript trim, and Styled captions.

    Learn more about Vids features for more users.

    Get higher access to advanced AI in Google Workspace

    We’re introducing AI Expanded Access, a new Workspace add-on that sits between our standard offering and our top-tier plan. It unlocks higher access to allow teams to further scale their impact.

    Learn more about AI Expanded Access for Workspace.

    The announcements above were published on the Workspace Updates blog over the last week. Please refer to the original blog posts for complete details.

    Original source Report a problem
  • Feb 5, 2026
    • Date parsed from source:
      Feb 5, 2026
    • First seen by Releasebot:
      Feb 6, 2026
    Google logo

    Gemini CLI by Google

    Release v0.27.2

    What's Changed

    • fix(patch): cherry-pick 9ca7300 to release/v0.27.1-pr-18395 to patch version v0.27.1 and create version 0.27.2 by @gemini-cli-robot in #18399

    Full Changelog: v0.27.1...v0.27.2

    Original source Report a problem

Related vendors