Releases: lakeraai/chainguard
v0.1.2
v0.1.1
v0.1.1 (2024-02-28)
Chore
-
chore: update formatting of learn more section in docs (
ff7068b
) -
chore: skip main branch action for tag push from CI (
b0e10a1
)
Fix
- fix: update typo in RAG tutorial; add video (
d04251e
)
Unknown
- Merge pull request #33 from lakeraai/feature/rag-tutorial-fix
fix: update typo in RAG tutorial; add video (fe59b29
)
- Merge pull request #32 from lakeraai/feature/learn-more-links
chore: update formatting of learn more section in docs (1f1be9c
)
- Merge pull request #31 from lakeraai/feature/skip-tag-push
chore: skip main branch action for tag push from CI (a3031fe
)
v0.1.0
v0.1.0 (2024-01-29)
Chore
-
chore: update release action to use github app for token to allow push (
f30150d
) -
chore: update release action to use github app for token to allow push (
d21c8d3
) -
chore: add semantic-release action and conventional commit hook (
618719e
) -
chore: try to force docs publish action to succeed (
9890f91
) -
chore: add github action to publish docs (
9a29a56
) -
chore: add basic security notice (
1ea2444
) -
chore: update pyproject.toml config for PyPI listing (
847caa1
) -
chore: fix build command (
87da1e7
) -
chore: generate mkdocs site (
cc2d740
) -
chore: remove broken github actions publishing flow (
16b512b
) -
chore: update actions/checkout version and add change mkdocs config (
64acd1e
) -
chore: publish mkdocs automatically via github actions (
51876b1
)
Ci
- ci: add github actions for test and publish (
8884c0d
)
Documentation
-
docs: add link to rag tutorial (
7bbb1da
) -
docs: fix typo in rag tutorial (
b0f36d5
) -
docs: remove erroneous link (
b3c80ee
) -
docs: add rag tutorial and some more links to docs home (
bcee41d
) -
docs: tweak title again (
17f61b6
) -
docs: update readme title (
e4c64d1
) -
docs: update sitemap for docs site (
71be0e4
) -
docs: update mkdocs site (
9dc14ea
)
Feature
- feat: add classifier_args; simplify api_key; add injection demo page
This simplifies how the API key is handled and allows classifier arguments to be passed to the LakeraChainGuard contstructor.
It also introduces a demo page to the GitHub pages site that includes an indirect prompt injection that can be used with a RAG demo. (ae6f4e4
)
-
feat: add how-to for automatic pii redaction; add indirect injection demo (
72204fe
) -
feat: add classifier_args; simplify api_key; add injection demo page
This simplifies how the API key is handled and allows classifier arguments to be passed to the LakeraChainGuard contstructor.
It also introduces a demo page to the GitHub pages site that includes an indirect prompt injection that can be used with a RAG demo. (360e28d
)
- feat: rename to ChainGuard and update code and docs
This renames the package to lakera_chainguard and the class to LakeraChainGuard and includes updates to the docs to clarify usage and replaces secured with guarded in most places to be more accurate about what this achieves. (4a6d382
)
Fix
- fix: update incorrect mkdocs gh-deploy flag (
53a32d3
)
Unknown
- Merge pull request #30 from lakeraai/feature/updated-release-action
chore: update release action to use github app for token to allow push (3c3d7f4
)
-
Merge branch 'main' into feature/updated-release-action (
1b85edb
) -
Merge pull request #29 from lakeraai/feature/updated-release-action
chore: update release action to use github app for token to allow push (3b392b3
)
- Merge pull request #28 from lakeraai/feature/semantic-release
chore: add semantic-release action and conventional commit hook (91465ef
)
- Merge pull request #27 from lakeraai/feature/publish-docs
fix: update incorrect mkdocs gh-deploy flag (5974645
)
- Merge pull request #26 from lakeraai/feature/publish-docs
chore: try to force docs publish action to succeed (dc051fb
)
- Merge pull request #25 from lakeraai/feature/publish-docs
chore: add github action to publish docs (f13da3f
)
- Merge pull request #24 from lakeraai/feature/security.md
chore: add basic security notice (7853853
)
- Merge pull request #23 from lakeraai/feature/pypi-updates
chore: update pyproject.toml config for PyPI listing (6b774df
)
- Merge pull request #22 from lakeraai/feature/fix-build-step
chore: fix build command (afdcf82
)
- Merge pull request #21 from lakeraai/feature/add-workflows
ci: add github actions for test and publish (813fe99
)
- Merge pull request #20 from lakeraai/fv/fix-pre-push-hook
add explanation on how to install pre-push hooks (d3e6b9e
)
- Merge pull request #19 from lakeraai/fv/feedback-zsolt
Fv/feedback zsolt (4e5c7b0
)
-
added pre-push to default_install_hook_types (
f969475
) -
string match removed for endpoint test (
e14ab5d
) -
added Literal type to endpoint. Made typing of type_of_llm, type_of_chat_llm better so that mypy does not complain anymore. (
202da59
) -
add explanation on how to install pre-push hooks (
cebb4fd
) -
changed naming from format to convert, made some methods private (
37a3c80
) -
raise error when invalid api key, invalid endpoint etc are provided. Test this in test_integration. (
f4ce814
) -
changed naming: classifier to endpoint and classifier_args to additional_json_properties (
51b31d7
) -
incirporated changes from main branch (
0dfb765
) -
Merge pull request #18 from lakeraai/fv/handle-no_API-key
raise an error when no Lakera Guard API key is given (e8ee2a7
)
-
incirporated zsolt's first feedback (
d367927
) -
added code to lakera_chainguard.py file again (
777c7f6
) -
delete full lakera_chainguard.py file (
3a44b75
) -
now we raise an error when no Lakera Guard API key is given (
0060644
) -
Merge pull request #17 from lakeraai/feature/updated-docs-nav
docs: add link to rag tutorial (eb66485
)
- removed site dir, removed site dir explanation from docs ([
5917b42
](htt...
Initial release of ChainGuard
ChainGuard is released starting with a 0.1.0
version.
Publishing to PyPI
Initial release of ChainGuard to PyPI registry.