Skip to content

chore: update v8 with the latest from v7 branch#2495

Closed
haakonvt wants to merge 8 commits into
pysdk-release-v8from
master
Closed

chore: update v8 with the latest from v7 branch#2495
haakonvt wants to merge 8 commits into
pysdk-release-v8from
master

Conversation

@haakonvt

Copy link
Copy Markdown
Contributor

No description provided.

VerstraeteBert and others added 8 commits February 18, 2026 14:42
Co-authored-by: Håkon V. Treider <haakonvt@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…7) (#2486)

Co-authored-by: Vincent <vincent.gay@cognite.com>
Co-authored-by: Anders Øen Fylling <7851860+andersfylling@users.noreply.github.com>
Co-authored-by: vishal-cognite <vishal.doshi@cognite.com>
Co-authored-by: vikramlc <vikram.chawan121@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Håkon V. Treider <haakonvt@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@haakonvt
haakonvt requested review from a team as code owners February 27, 2026 14:49
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the SDK to version 7.92.0, introducing new functionalities for Synthetic TimeSeries and Workflows. A significant portion of the changes involves migrating API documentation links to a new standard. Additionally, the Vision API has been marked for deprecation, and several documentation files have been updated to reflect legacy status for certain features.

Highlights

  • Version Update: The SDK version has been updated from 7.91.2 to 7.92.0.
  • New Features: Added an optional 'timezone' argument to the SyntheticTimeSeries query method and 'maxConcurrentExecutions' support for workflows.
  • API Documentation Links Migration: All API documentation links across numerous files have been updated from 'developer.cognite.com/api' to 'api-docs.cognite.com/20230101'.
  • Vision API Deprecation: The Vision API is now marked as deprecated and will emit a UserWarning upon use, with corresponding documentation updates.
  • Dependency Update: The 'httpx' library has been added as a new dependency.
  • Documentation Improvements: Documentation now includes data modelling debugging data classes and improved readability of API method signatures.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .
    • 7.92.0
  • CHANGELOG.md
    • Features: SyntheticTimeSeries: add optional timezone argument to the query method (#2465)
    • Features: workflows: add maxConcurrentExecutions support (#2479)
    • Documentation: add data modelling debugging data classes to the docs (#2476)
    • Documentation: improve readability of API method signatures (#2460)
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@haakonvt haakonvt closed this Feb 27, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request synchronizes the v8 branch with the latest changes from the v7 branch. The updates primarily involve updating API documentation links across the codebase, deprecating the Vision API with appropriate warnings, and adding support for max_concurrent_executions in workflows. Additionally, the changes include version bumps, the addition of the httpx dependency, and improvements to tests for increased robustness. The changes appear to be well-implemented and consistent with the project's coding standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants