Skip to content

Releases: OpenAdaptAI/openadapt-privacy

Release list

v1.0.0

Choose a tag to compare

@abrichr abrichr released this 15 Jul 21:53

v1.0.0 (2026-07-15)

This release is published under the MIT License.

Bug Fixes

  • Remove vulnerable transformer dependency (#4, 65221bd)

  • Remove vulnerable transformer dependency from Presidio scrubber (#4, 65221bd)

  • ci: Release through protected main (#5, 7442aac)

  • ci: Use v9 branch config for python-semantic-release (#3, 0da72f1)

Continuous Integration

  • Pin privacy test and release toolchain (#4, 65221bd)

Testing

  • Support Python 3.10 dependency checks (#4, 65221bd)

Detailed Changes: v0.1.1...v1.0.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 23:02

v0.1.1 (2026-01-29)

Bug Fixes

  • Update tests badge URL to point to correct workflow (5b4fbd9)

The badge was pointing to a non-existent workflow path. Updated to use the correct workflow file path (test.yml).

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

  • ci: Remove build_command from semantic-release config (b287c95)

The python-semantic-release action runs in a Docker container where uv is not available. Let the workflow handle building instead.

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

Continuous Integration

  • Switch to python-semantic-release for automated versioning (0ca38cb)

Replaces manual tag-triggered publish with python-semantic-release:

  • Automatic version bumping based on conventional commits
  • feat: -> minor, fix:/perf: -> patch
  • Creates GitHub releases automatically
  • Publishes to PyPI on release

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

Documentation

  • Add CLAUDE.md with development guidelines (#1, e10082e)

  • Add overview of package purpose (PII/PHI detection and redaction)

  • Add quick commands for installation, testing, and usage

  • Add supported entity types table

  • Add links to related projects


Detailed Changes: v0.1.0...v0.1.1