Skip to content

Release v0.8.1#352

Merged
placerda merged 2 commits into
mainfrom
release/v0.8.1
Jul 16, 2026
Merged

Release v0.8.1#352
placerda merged 2 commits into
mainfrom
release/v0.8.1

Conversation

@placerda

Copy link
Copy Markdown
Contributor

Release v0.8.1

Automated release branch created from develop.

What happened

  • Branch release/v0.8.1 created from develop
  • CHANGELOG.md updated: versioned section [0.8.1] added
  • Plugin versions synced to 0.8.1 (package.json, plugin.json, marketplace.json)
  • Staging pipeline triggered automatically (build → TestPyPI + VSIX pre-release → verify)

Next steps

  1. Wait for the Staging pipeline to pass
  2. Review and approve this PR
  3. Merge to main
  4. Tag and push: git tag v0.8.1 && git push origin v0.8.1
  5. Approve the PyPI publish and VSIX stable publish in the Release workflow
  6. Sync develop: git checkout develop && git merge main && git push origin develop

Checklist

  • Staging pipeline passes (build + TestPyPI + VSIX pre-release + verify)
  • CHANGELOG entries reviewed
  • PR approved and merged to main
  • Tag v0.8.1 pushed
  • PyPI publish approved
  • VSIX stable publish approved
  • develop synced from main

placerda and others added 2 commits July 16, 2026 08:12
…console (#351)

- LLM judge: normalize the Foundry project OpenAI client to the /openai/v1/
  route (clearing the injected api-version) so chat completions stop returning
  HTTP 404. Reuses the same credential/token refresh; non-Foundry endpoints are
  left unchanged.
- OpenAI data-plane RBAC check: send the supported assignedTo('<oid>') ARM
  filter instead of the combined atScopeAndAbove()+assignedTo() form that ARM
  rejects with UnsupportedQuery. assignedTo alone already covers scope plus
  ancestor scopes.
- App Insights probe: catch OSError (covers socket.timeout, which is not a
  URLError) and raise the request timeout from 10s to 30s, so a slow App
  Insights degrades quietly instead of printing a non-fatal INFO line.

Adds unit coverage for the OpenAI client normalization, the corrected RBAC
filter, and the App Insights timeout/URLError degrade-to-None path.


Copilot-Session: af408082-0971-42ea-828c-8155d4110101

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@placerda
placerda merged commit 02cf9ae into main Jul 16, 2026
5 checks passed
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