Releases: stacklok/codegate
Releases · stacklok/codegate
v0.1.14
What's Changed
- Bump fastapi from 0.115.6 to 0.115.7 by @dependabot in #734
- Allow workspace operations to work without caring about the case by @JAORMX in #736
- Bump litellm from 1.59.1 to 1.59.3 by @dependabot in #735
- Adds cache to cli-chat commands by @aponcedeleonch in #738
- Enable the integration tests for OpenAI by @rdimitrov in #740
- Cline Support by @lukehinds in #463
- Enable the integration tests for Anthropic by @rdimitrov in #743
- Harmonize readme and dev guide (fixes #700) by @wright-io in #701
- Add utm_source=codegate to generated insight links by @wright-io in #749
- Bump litellm from 1.59.3 to 1.59.5 by @dependabot in #748
- Bump ruff from 0.9.2 to 0.9.3 by @dependabot in #747
- Cleanup API endpoints by @aponcedeleonch in #750
- Update OpenAPI by @github-actions in #751
- Properly parse conversations into alerts by @aponcedeleonch in #744
- Bump dawidd6/action-download-artifact from 7 to 8 by @dependabot in #733
- make
type
in PartialQuestions more strict by @kantord in #756 - Update OpenAPI by @github-actions in #758
- Add database model for model muxing by @JAORMX in #760
- Add scaffolding of API for provider endpoints and mux rules by @JAORMX in #761
- Fix alert type
code-comment
by @aponcedeleonch in #759 - Update OpenAPI by @github-actions in #762
- fix: solve problems with codegate cli and previous context by @yrobla in #757
- nit: replace delete with archive in workspace crud errors by @alex-mcgovern in #764
- Fix issue with utm_source not appearing in generated insight links by @wright-io in #766
- Fix Ollama URL from CLI help by @JAORMX in #772
- Use type hints when getting config object by @JAORMX in #773
- Bump litellm from 1.59.5 to 1.59.8 by @dependabot in #771
- Bump docker/build-push-action from 6.12.0 to 6.13.0 by @dependabot in #770
- Add mocked token-usage endpoints by @aponcedeleonch in #780
- Update OpenAPI by @github-actions in #781
- Update README.md by @techcraver in #768
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #789
- feat: first interation for kodu by @yrobla in #778
- feat: expose lm studio configuration endpoint by @yrobla in #791
New Contributors
- @wright-io made their first contribution in #701
- @kantord made their first contribution in #756
- @techcraver made their first contribution in #768
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Remove unused Settings model by @aponcedeleonch in #717
- Added additional help for CLI and formatting changes by @aponcedeleonch in #718
- Fix
greenlet
dependency in poetry lock file. by @blkt in #712 - fix: Copilot provider not working on shortcut response by @aponcedeleonch in #724
- Added missing docs on custom instructions by @aponcedeleonch in #729
- Update workspace name error messages by @danbarr in #728
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Update OpenAPI by @github-actions in #714
- Fix when setting system prompt by @aponcedeleonch in #715
- Enhance logging. by @blkt in #613
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Group workflows by trigger type and initial commit for the integration tests workflow by @rdimitrov in #611
- Polish errors and miscelaneous fixes for workspaces by @JAORMX in #649
- Revert "Group workflows by trigger type and initial commit for the integration tests workflow" by @rdimitrov in #653
- Update OpenAPI by @github-actions in #654
make lint
now checks for format by @JAORMX in #656- Update OpenAPI by @github-actions in #652
- Reapply grouping workflows and adding support for integration tests by @rdimitrov in #655
- feat: Let the user add their own system prompts by @aponcedeleonch in #643
- Implement basic soft deletion for workspaces by @JAORMX in #657
- Update OpenAPI by @github-actions in #662
- Catch
WorkspaceCrudError
on delete by @JAORMX in #665 - Fix "active" workspace CRUD HTTP status codes by @JAORMX in #666
- Revert back to sqlite-vec from fork now upstream is fixed by @lukehinds in #632
- Handle reserved keywords for workspaces by @JAORMX in #672
- Rename migration files to be sequential by @aponcedeleonch in #674
- Introduce ON_DELTE_CASCADE condition to all FKs by @aponcedeleonch in #675
- Add workspace-namespaced APIs for messages and alerts by @JAORMX in #676
- Update OpenAPI by @github-actions in #677
- Fix shell invocation for getting latest FE release by @JAORMX in #678
- Add CRUD endpoints for system prompts by @JAORMX in #681
- Update OpenAPI by @github-actions in #682
- Add constructs to rename workspaces by @JAORMX in #683
- Update OpenAPI by @github-actions in #684
- Bump llama-cpp-python from 0.3.5 to 0.3.6 by @yrobla in #688
- Revert "Bump llama-cpp-python from 0.3.5 to 0.3.6" by @aponcedeleonch in #689
- Implement CRUD actions for dealing with archived workspaces by @JAORMX in #686
- Update OpenAPI by @github-actions in #690
- Run the integration tests on push to main by @rdimitrov in #679
- Use
github.ref_name
for codegate version by @JAORMX in #707 - Fetch tags to get appropriate codegate version on dev by @JAORMX in #705
- Added pragma on file connections and DROP TABLE IF EXISTS by @aponcedeleonch in #706
- Bump litellm from 1.59.0 to 1.59.1 by @dependabot in #702
- Fixes on migration ON_DELETE_CASCADE by @aponcedeleonch in #708
- Rename
remove
CLI command forarchive
by @JAORMX in #709 - Implement reseting system-prompt in CLI by @JAORMX in #710
- revert: Revert back to sqlite-vec from fork now upstream is fixed (#632) by @alex-mcgovern in #697
- Make Workspace name lower cased by @aponcedeleonch in #711
- Bump ollama from 0.4.6 to 0.4.7 by @dependabot in #703
- Rename workspaces system-prompt to custom-instructions by @aponcedeleonch in #713
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Bump litellm from 1.58.0 to 1.59.0 by @dependabot in #645
Full Changelog: v0.1.9...v0.1.10
v0.1.9
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
andcodegate-workspace
to cli likecodegate
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
- @rdimitrov made their first contribution in #623
- @marleen01 made their first contribution in #625
- @alex-mcgovern made their first contribution in #612
Full Changelog: v0.1.8...v0.1.9
CodeGate release Version 0.1.8
What's Changed
- Add build-arg in
make image-build
command by @aponcedeleonch in #578 - Log User-agents from clients by @lukehinds in #567
- Bump ollama from 0.4.5 to 0.4.6 by @dependabot in #575
- Bump litellm from 1.57.10 to 1.58.0 by @dependabot in #576
- fix: Do not double count secrets on
/explain
copilot function by @aponcedeleonch in #581 - Fixed a couple typos. by @blkt in #584
- Add all-in-one minimal nginx config by @JAORMX in #589
- Get version dynamically as opposed to the hardcoded one we have now by @JAORMX in #592
- Use
latest
tag to build local codegate container by @JAORMX in #590 - feat: Introduce DB migrations by @aponcedeleonch in #593
New Contributors
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Bump codegate version to
0.1.7
by @aponcedeleonch in #573 - Bumped dashboard to v0.0.14
Full Changelog: v0.1.6...v0.1.7
CodeGate release Version 0.1.6
What's Changed
- Add first two copilot integration tests by @jhrozek in #523
- Consider ecosystem while looking up bad packages by @ptelang in #540
- Update codegate version by @ptelang in #549
- fix: Groups conversations based on the user's messages. by @aponcedeleonch in #546
- fix: incorrect datetime format for strftime() in windows by @protokoul in #558
- feat: add support for aider by @yrobla in #543
- fix: Notify to secrets to DB on complete redacted text by @aponcedeleonch in #564
- Received data logging reduction by @lukehinds in #557
- Remove "include /etc/nginx/sites-enabled/*;" from default nginx config by @JAORMX in #565
- fix: Add back support for matching AWS SECRET ACCESS KEY by @aponcedeleonch in #569
- Fix pipeline handling in the copilot provider by @jhrozek in #547
New Contributors
- @protokoul made their first contribution in #558
Full Changelog: v0.1.5...v0.1.6
v0.1.5
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