Skip to content

chore: bump version to 1.9.0 - #128

Merged
giswqs merged 1 commit into
mainfrom
bump-v1.9.0
Aug 9, 2026
Merged

chore: bump version to 1.9.0#128
giswqs merged 1 commit into
mainfrom
bump-v1.9.0

Conversation

@giswqs

@giswqs giswqs commented Aug 9, 2026

Copy link
Copy Markdown
Member

Minor version bump to 1.9.0 for the GeoAgent package and the OpenGeoAgent QGIS plugin.

Changes

Summary by CodeRabbit

  • New Features
    • Added support for OpenRouter and generic OpenAI-compatible providers.
    • Added MiniMax image-generation support.
    • Improved credential synchronization across settings panels.
  • Bug Fixes
    • Fixed settings actions on short-screen QGIS layouts.
  • Chores
    • Updated the GeoAgent and plugin release to version 1.9.0.
    • Updated installation guidance and dependency requirements.

Copilot AI lite review requested due to automatic review settings August 9, 2026 16:25

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: f9fef66a-4c17-44d3-b9d7-c4231590ace2

📥 Commits

Reviewing files that changed from the base of the PR and between afa9e77 and 966be8d.

📒 Files selected for processing (8)
  • geoagent/__init__.py
  • pyproject.toml
  • qgis_geoagent/README.md
  • qgis_geoagent/open_geoagent/deps_manager.py
  • qgis_geoagent/open_geoagent/dialogs/settings_dock.py
  • qgis_geoagent/open_geoagent/metadata.txt
  • qgis_geoagent/tests/test_settings_diagnostics.py
  • qgis_geoagent/tests/test_startup_performance.py

📝 Walkthrough

Walkthrough

The project and QGIS plugin versions changed to 1.9.0. GeoAgent provider requirements, installation guidance, and test expectations now require version 1.9.0 or newer. The plugin changelog documents the release changes.

Changes

GeoAgent 1.9.0 release alignment

Layer / File(s) Summary
Release metadata and changelog
geoagent/__init__.py, pyproject.toml, qgis_geoagent/open_geoagent/metadata.txt
Package metadata, bumpversion configuration, and plugin metadata now use version 1.9.0. The changelog records the 1.9.0 changes.
Provider requirement propagation
qgis_geoagent/open_geoagent/deps_manager.py, qgis_geoagent/open_geoagent/dialogs/settings_dock.py, qgis_geoagent/README.md, qgis_geoagent/tests/*
Runtime requirements, installation messages, manual setup guidance, and dependency tests now require GeoAgent[providers]>=1.9.0.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Poem

A rabbit checked the version line,
“One-nine-zero now hops just fine!”
The provider paths all point ahead,
The tests repeat what docs have said.
Release carrots neatly aligned.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: updating the project and plugin version to 1.9.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-v1.9.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Everything is consistent. This is a clean, mechanical version-bump PR with no logic changes. No inline comments needed — nothing rises to a reportable finding.

Code review

No issues found. This is a straightforward, mechanical version bump (1.8.2 → 1.9.0) across geoagent/__init__.py, pyproject.toml, and the QGIS plugin's metadata/deps/tests. Checked:

  • Bugs: none. All version string replacements are consistent; grepped the repo for lingering 1.8.2/1.8.0 references outside this diff and found none that should have been touched — the qgis_geoagent/README.md lines still pinning stac, whitebox, earthdata, and earthengine extras to >=1.8.0 are untouched intentionally, since only the providers extra needed the bump per the PR description (OpenRouter/OpenAI-compatible/MiniMax additions land under providers).
  • Security: none. No new code paths, no input handling changes.
  • Performance: not applicable — no logic changes.
  • Quality: the new changelog entry in qgis_geoagent/open_geoagent/metadata.txt accurately summarizes the changes described in the PR body and matches the referenced PR numbers. Test updates correctly track the new pinned version.
  • CLAUDE.md: no applicable guidelines surfaced for this change; nothing to flag.

@giswqs
giswqs merged commit b08ba53 into main Aug 9, 2026
9 of 10 checks passed
@giswqs
giswqs deleted the bump-v1.9.0 branch August 9, 2026 16:27
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.

2 participants