You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,40 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
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))
* completes OPEN-7289 write unit tests for the tracer ([c80943f](https://github.com/openlayer-ai/openlayer-python/commit/c80943f0b8f147ab6b0be2feadac0efeab4cf539))
* simplify guardrails integration and clean up examples ([4dde617](https://github.com/openlayer-ai/openlayer-python/commit/4dde6175d904aacb6d0519386880b35f9b8bf4ef))
41
+
8
42
## 0.2.0-alpha.88 (2025-09-04)
9
43
10
44
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)
0 commit comments