Skip to content

Latest commit

 

History

History
358 lines (215 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

358 lines (215 loc) · 12.1 KB

CHANGELOG

v0.3.4 (2025-02-03)

Bug Fixes

v0.3.3 (2025-02-03)

Bug Fixes

v0.3.2 (2025-02-03)

Bug Fixes

  • Update entrypoint logic added more tests (e9ab4ff)

v0.3.1 (2025-02-03)

Bug Fixes

  • Correct varaible name and docs (e77638d)

  • Correcting entrypoint for model (6e03caa)

v0.3.0 (2025-02-03)

Features

  • Trigger release (68be615)

  • llm: Add Ollama and Bedrock support with local testing (b402b4a)

  • Add support for Ollama and AWS Bedrock providers - Add test-action-local.sh script for GitHub Action testing - Add Docker container support for Ollama with health checks - Document local action testing with act in usage guide - Add testing steps to release workflow - Update changelog format and content - Add M-series Mac support for containers

BREAKING CHANGES: - System prompts now configurable via environment variables - test-local.sh moved to examples directory"

v0.2.0 (2025-02-01)

Features

v0.1.16 (2025-02-01)

Bug Fixes

v0.1.15 (2025-02-01)

Bug Fixes

v0.1.14 (2025-02-01)

Bug Fixes

  • Removed redundent inputs to just use env (069faff)

v0.1.13 (2025-02-01)

Bug Fixes

v0.1.12 (2025-01-31)

Bug Fixes

v0.1.11 (2025-01-31)

Bug Fixes

v0.1.10 (2025-01-31)

Bug Fixes

  • Added bash to build and test container locally and updates to the container build and reqirements. (7945a0c)

v0.1.9 (2025-01-31)

Bug Fixes

  • Removed all extra parameters and kept only the essential ones: (ed8fffd)

v0.1.8 (2025-01-31)

Bug Fixes

  • Adding the bot to pr (b4b4679)

  • Fixing container issues (e833ed0)

  • Fixing pr-analysis (bfec36c)

  • Removed proxies configuration and added http_client parameter (7f884b4)

  • Update version (ac11347)

  • Updating openai call (289ad01)

v0.1.7 (2025-01-31)

Bug Fixes

  • Update release workflow (76a573e)

v0.1.6 (2025-01-31)

Bug Fixes

Bumps commitizen from 3.13.0 to 4.1.1. - Release notes - Changelog - Commits

--- updated-dependencies: - dependency-name: commitizen dependency-type: direct:production

update-type: version-update:semver-major

...

Signed-off-by: dependabot[bot] [email protected]

  • deps: Bump docker/build-push-action from 5 to 6 (7695090)

Bumps docker/build-push-action from 5 to 6. - Release notes - Commits

--- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production

update-type: version-update:semver-major

...

Signed-off-by: dependabot[bot] [email protected]

  • deps: Bump gitpython from 3.1.41 to 3.1.44 in /pr-diff-bot (2f60312)

Bumps gitpython from 3.1.41 to 3.1.44. - Release notes - Changelog - Commits

--- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production

update-type: version-update:semver-patch

...

Signed-off-by: dependabot[bot] [email protected]

  • deps: Bump python-semantic-release in /pr-diff-bot (fd7b210)

Bumps python-semantic-release from 8.7.0 to 9.17.0. - Release notes - Changelog

Commits

--- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production

update-type: version-update:semver-major

...

Signed-off-by: dependabot[bot] [email protected]

Features