Skip to content

V0.2.0#92

Merged
CalebCourier merged 39 commits intomainfrom
v0.2.0
Feb 16, 2026
Merged

V0.2.0#92
CalebCourier merged 39 commits intomainfrom
v0.2.0

Conversation

@CalebCourier
Copy link
Contributor

@CalebCourier CalebCourier commented Feb 9, 2026

Pull Request Type

  • Breaking Change
  • Feature
  • Bug Fix
  • Non-bug Patch (dependency update, non-production code, etc.)

Summary of Changes

  • Fixes Postgres support for Guard persistence and CRUD operations
  • Removes obsolete Postgres extensions: uuid-ossp and vector
  • Fixes serialization of validation summaries
  • Fixes pg connection issues
  • Adds support for uvicorn workers
  • Add local OTEL option using jaeger in docker compose file
  • Fix marshalling issue for Guard request bodies

Tests

  • Tested with guardrails-ai to create, fetch, and update the Guard
  • Tested delete via swagger docs
  • Tested Guard execution with guardrails-ai as client using Guard.validate
  • Tested Guard execution with litellm as client using openai endpoint for both streaming and non-streaming

Needs

  • guardrails-ai 0.8.1 release

Addresses

Closes guardrails-ai/guardrails#1371

@CalebCourier CalebCourier marked this pull request as ready for review February 12, 2026 15:11
@CalebCourier CalebCourier marked this pull request as draft February 12, 2026 16:02
@CalebCourier CalebCourier marked this pull request as ready for review February 13, 2026 21:41
dtam
dtam previously approved these changes Feb 13, 2026
@CalebCourier CalebCourier marked this pull request as draft February 16, 2026 14:13
@CalebCourier CalebCourier marked this pull request as ready for review February 16, 2026 14:25
@CalebCourier CalebCourier merged commit 64a66e5 into main Feb 16, 2026
1 check passed
@CalebCourier CalebCourier deleted the v0.2.0 branch February 16, 2026 14: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.

Guardrails server fails to start when PostgreSQL lacks pgvector and uuid-ossp extensions

3 participants