Skip to content

chore: release v0.3.1 — Windows compatibility, write timeout, Ollama fix#48

Merged
beersoccer merged 2 commits into
mainfrom
dev/v0.3.1
May 16, 2026
Merged

chore: release v0.3.1 — Windows compatibility, write timeout, Ollama fix#48
beersoccer merged 2 commits into
mainfrom
dev/v0.3.1

Conversation

@beersoccer
Copy link
Copy Markdown
Owner

Summary

Version bump to v0.3.1, incorporating community fixes from PRs #46 and #47 (both by @sususweet).

Changes

Files Changed

File Change
manifest.yaml version: 0.3.00.3.1
pyproject.toml version = "0.3.0""0.3.1"
CHANGELOG.md Added v0.3.1 release notes
README.md Updated title, date, What's New section, version history table

Test plan

  • Verify plugin installs cleanly from the new .difypkg
  • Confirm psycopg3 still used on Linux/macOS (check startup log: "Using psycopg (psycopg3)")
  • Confirm write operations complete without timeout on slow LLM providers

Made with Cursor

龚震宇 and others added 2 commits May 16, 2026 21:47
- Bump version to 0.3.1 across manifest.yaml and pyproject.toml
- Update CHANGELOG and README with v0.3.1 release notes

Changes included (from PRs #46 and #47 by sususweet):
- Fix psycopg3 connection errors on Windows (gevent/ProactorEventLoop conflict)
- Add WindowsSelectorEventLoopPolicy on win32 at plugin startup
- Conditional psycopg deps: psycopg3 on Linux/macOS, psycopg2 on Windows
- Raise WRITE_OPERATION_TIMEOUT 15s → 45s to reduce silent write failures
- Add missing ollama dependency to pyproject.toml

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@beersoccer beersoccer merged commit 008f0d4 into main May 16, 2026
4 checks passed
@beersoccer beersoccer deleted the dev/v0.3.1 branch May 16, 2026 14:03
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.

1 participant