Skip to content

Tags: stacklok/codegate

Tags

v0.1.28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump jinja2 from 3.1.5 to 3.1.6 (#1249)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.5...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.27

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove not needed encryption of secrets (#1123)

* feat: remove not needed encryption of secrets

Instead use an uuid generator as we do for pii, and reuse
same session store mechanism

Closes: #929

* fix tests

* unify interface in sensitive data

* add missing tests

* changes from rebase

* fixes from review

* fixes in tests

* fix tests

v0.1.26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump litellm from 1.61.17 to 1.61.20 (#1175)

Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.17 to 1.61.20.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.25

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump library/node from `f498ea1` to `054f13a` (#1160)

Bumps library/node from `f498ea1` to `054f13a`.

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yolanda Robla Mota <yolanda@stacklok.com>

v0.1.24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch usage of `re` package for `regex` which is slightly more perfo…

…rmant (#1127)

`regex` is a drop-in replacement of `re` and provides better
performance.

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>

v0.1.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump bandit from 1.8.2 to 1.8.3 (#1083)

Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.2...1.8.3)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin blis dependency (#1047)

* Pin blis dependency

Pinning `spacy` was not working

* pin also en_core_web_sm model

* also update poetry

* include readme

* pin spacy

v0.1.21

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add hash presentation support of CodeSnipped (#1041)

v0.1.20

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add healthcheck test for codegate (#1042)

Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>

v0.1.19

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ollama support for Kodu when muxing (#1022)

Muixing was failing for 2 reasons:

1. Sometimes we return OpenAI format
from ollama provider. Before we were assuming that everything that
was returned from ollama provider had ollama format.
2. The OpenAI format returned from ollama provider had an invalid
`created` field.