Skip to content

Releases: stacklok/codegate

v0.1.9

20 Jan 07:47
ac99cad
Compare
Choose a tag to compare

What's Changed

  • fix: use the latest user messages block instead of single message by @yrobla in #585
  • Bump docker/build-push-action from 6.11.0 to 6.12.0 by @dependabot in #603
  • Fix tree sitter query for javascript by @ptelang in #601
  • fix: solve some of the problems with snippets and languages by @yrobla in #605
  • fix: correct the way to get the last relevant user message for secrets by @yrobla in #608
  • fix: correct problems with ollama and aider by @yrobla in #596
  • Set codegate version from build argument in container by @JAORMX in #615
  • Pin versions in pyproject.toml by @aponcedeleonch in #617
  • Attach provenance and SBOM attestations to published docker container by @JAORMX in #609
  • Add dependency scanning to CI pipeline by @JAORMX in #610
  • Add bandit to the CI pipeline by @JAORMX in #619
  • feat: Initial migration for Workspaces and pipeline step by @aponcedeleonch in #600
  • Require codegate version when issuing a bug. by @blkt in #622
  • Revert "Add bandit to the CI pipeline" by @rdimitrov in #623
  • Bump ruff from 0.9.1 to 0.9.2 by @dependabot in #629
  • Bump structlog from 24.4.0 to 25.1.0 by @dependabot in #631
  • Fix: Implement Singleton pattern for DbCodeGate initialization by @marleen01 in #625
  • Bump tree-sitter from 0.23.2 to 0.24.0 by @dependabot in #630
  • Initial CRUD API for workspaces by @JAORMX in #620
  • Transform codegate-version and codegate-workspace to cli like codegate by @aponcedeleonch in #633
  • feat: version endpoint by @alex-mcgovern in #612
  • Update OpenAPI by @github-actions in #636
  • Fix docs to reflect new codegate workspace subcommand by @JAORMX in #635
  • Re-add missing functions from workspace CRUD by @JAORMX in #638
  • Don't include provider routes in OpenAPI schema by @JAORMX in #639
  • fix: Return help for codegate cli. by @aponcedeleonch in #642
  • fix: do not assume streaming for ollama by @yrobla in #640
  • Use exceptions for handling workspace add error by @JAORMX in #641
  • Bump numpy from 2.2.1 to 2.2.2 by @dependabot in #644
  • Add workspaces to OpenAPI spec by @alex-mcgovern in #634
  • Bump alembic from 1.14.0 to 1.14.1 by @dependabot in #646

New Contributors

Full Changelog: v0.1.8...v0.1.9

CodeGate release Version 0.1.8

15 Jan 17:40
7593f72
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @blkt made their first contribution in #584

Full Changelog: v0.1.7...v0.1.8

v0.1.7

13 Jan 17:12
7e2f1e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

CodeGate release Version 0.1.6

13 Jan 13:43
c68ef71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

09 Jan 13:02
8fb6173
Compare
Choose a tag to compare

What's Changed

  • feat: add action to publish openapi.json by @yrobla in #502
  • Update OpenAPI by @github-actions in #514
  • Remove sqlc and its classes by @aponcedeleonch in #515
  • fix: add monitoring for idle connections and close them by @yrobla in #516
  • Fix issue causing copilot to hang after creating multiple sessions by @ptelang in #520
  • Revert "fix: add monitoring for idle connections and close them" by @yrobla in #521

New Contributors

  • @github-actions made their first contribution in #514

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Jan 09:44
b0559c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

CodeGate Release v0.1.3

07 Jan 12:51
b91cb8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

CodeGate v0.1.2

07 Jan 10:57
ba4a9aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

CodeGate v0.1.1

03 Jan 07:42
8b95d7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

CodeGate v0.1.0

29 Dec 15:04
2ee9d70
Compare
Choose a tag to compare

First release outside of the image release process.

Main changes are:

  • Introduction of code based package selection (performance increase)
  • SQLite-VEC replacement of weaviate (performance / stability increase)

What's Changed

Read more