Skip to content

Commit fda8d9a

Browse files
release: 0.2.0-alpha.89
1 parent 86d2d54 commit fda8d9a

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0-alpha.88"
2+
".": "0.2.0-alpha.89"
33
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.0-alpha.89 (2025-09-08)
9+
10+
Full Changelog: [v0.2.0-alpha.88...v0.2.0-alpha.89](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.88...v0.2.0-alpha.89)
11+
12+
### Features
13+
14+
* add guardrails system with PII protection ([0bcc636](https://github.com/openlayer-ai/openlayer-python/commit/0bcc6366c438f6e501381601245b114c8990dbdc))
15+
* integrate guardrails into tracing system ([b846ba5](https://github.com/openlayer-ai/openlayer-python/commit/b846ba512fcaba2ad5b1ccf743983ffcc7aa9610))
16+
* introduce guardrail step typ ([73c53c6](https://github.com/openlayer-ai/openlayer-python/commit/73c53c627193ae78f7752b08eb9b5d301d6107be))
17+
18+
19+
### Bug Fixes
20+
21+
* PII redaction and trace function calls ([5f49d4a](https://github.com/openlayer-ai/openlayer-python/commit/5f49d4a3e41c45056162cb7620e5061616752d8f))
22+
23+
24+
### Chores
25+
26+
* add missing type annotations ([86d2d54](https://github.com/openlayer-ai/openlayer-python/commit/86d2d54a1880c199aa22f9eb790d9632c59a0a13))
27+
* cleanup unnecessary files ([d91fd55](https://github.com/openlayer-ai/openlayer-python/commit/d91fd55a10f4f6d72e07674245645b181478c7d9))
28+
* completes OPEN-7287 remove concrete guardrail implementations ([623f812](https://github.com/openlayer-ai/openlayer-python/commit/623f812901d8574d399604394048282335ea071b))
29+
* completes OPEN-7289 write unit tests for the tracer ([c80943f](https://github.com/openlayer-ai/openlayer-python/commit/c80943f0b8f147ab6b0be2feadac0efeab4cf539))
30+
* update tracer implementation ([9abe566](https://github.com/openlayer-ai/openlayer-python/commit/9abe566c3bed316d890cddd77ae9560a6899d293))
31+
32+
33+
### Documentation
34+
35+
* add comprehensive guardrails usage examples ([be7d827](https://github.com/openlayer-ai/openlayer-python/commit/be7d82759ce3dbf1bec27e0d1790c6e4776c892c))
36+
37+
38+
### Refactors
39+
40+
* simplify guardrails integration and clean up examples ([4dde617](https://github.com/openlayer-ai/openlayer-python/commit/4dde6175d904aacb6d0519386880b35f9b8bf4ef))
41+
842
## 0.2.0-alpha.88 (2025-09-04)
943

1044
Full Changelog: [v0.2.0-alpha.87...v0.2.0-alpha.88](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.87...v0.2.0-alpha.88)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openlayer"
3-
version = "0.2.0-alpha.88"
3+
version = "0.2.0-alpha.89"
44
description = "The official Python library for the openlayer API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openlayer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "openlayer"
4-
__version__ = "0.2.0-alpha.88" # x-release-please-version
4+
__version__ = "0.2.0-alpha.89" # x-release-please-version

0 commit comments

Comments
 (0)