Releases: Agenta-AI/agenta
Releases · Agenta-AI/agenta
v0.24.4
v0.24.3
What's Changed
- Doc: new documentation custom style by @ashrafchowdury in #2012
- feat(frontend): Implement Feature to Rename App by @bekossy in #2011
- Bump versions by @github-actions in #2017
- Bump version enhancement by @aakrem in #2021
- add linting for website scripts by @aakrem in #2018
- Doc: added posthog for tracking by @ashrafchowdury in #2024
- [Bug Fix]: Correct permission naming from 'UPDATE_APPLICATION' to 'EDIT_APPLICATION' by @aybruhm in #2025
- Doc: fixed posthog connectivity by @ashrafchowdury in #2026
- Doc: fixed heading wrong placement by @ashrafchowdury in #2028
- [SDK] Update Python SDK with
fern
by @jp-agenta in #2030 - Update pyproject.toml by @jp-agenta in #2031
- Update posthog parameter for docs by @mmabrouk in #2032
- Fix configs for docs to go to production by @mmabrouk in #2033
- [Enhancement]: Optimize SQL Queries in SQLAlchemy to Eliminate N+1 Problem by @aybruhm in #1902
- [Feature]: Added logic for tracking application last modified by by @aybruhm in #2023
- Update getting_support.mdx by @mmabrouk in #2034
- Agenta readme broken link fix by @zenUnicorn in #2036
- Links update by @zenUnicorn in #2039
- Mmabrouk/docs/AGE-732-changelog-update by @mmabrouk in #2041
- Remove mintlify docs and swap to docusaurus by @mmabrouk in #2045
- Fix links in docs by @mmabrouk in #2046
- added analytics to docs by @mmabrouk in #2048
- typo fix in rag by @mmabrouk in #2049
- bump version by @aakrem in #2050
- v0.24.3 by @github-actions in #2051
New Contributors
- @zenUnicorn made their first contribution in #2036
Full Changelog: v0.24.1...v0.24.3
v0.24.1
What's Changed
- Doc: migration mintlify to docusaurus by @ashrafchowdury in #1997
- fix(frontend): Refactor getStringOrJson function to simplify value handling by @bekossy in #2010
- fix(frontend): Migrate Inter Font to @next/font by @bekossy in #2016
- Fix FuncResponse/BaseResponse in human evaluation views by @jp-agenta in #2015
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- [Enhancement]: added modification information for variant by @aybruhm in #1991
- [Bug Fix]: enhance image validation and app variant update logic for cloud-dev environment by @aybruhm in #1998
- [Enhancement]: Implemented endpoint for renaming an application by @aybruhm in #1995
- fix(frontend) BaseResponse in WebUI when dict-style by @jp-agenta in #2000
- fix(backend) json-diff evaluator by @jp-agenta in #2001
- design(frontend): AGE-513 Implement Overview and App management view by @bekossy in #1986
- Bump versions by @github-actions in #2009
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- Test: modify single model evaluation scores by @ashrafchowdury in #1981
- Test: upload testset as csv by @ashrafchowdury in #1979
- fix(backend): fix json evaluator description by @mmabrouk in #1990
- Test: save single model testset by @ashrafchowdury in #1980
- fix(tool): AGE-612 fix dependencies with langchain_community by @mmabrouk in #1992
- AGE 486 - SDK v3 - Configuration management with Pydantic by @mmabrouk in #1961
- feat(backend): AGE-276 and AGE-471 Improves LLM-as-a-judge reliability by @mmabrouk in #1938
- Bump versions by @github-actions in #1996
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- [Enhancement]: Alembic migration strategy by @aybruhm in #1884
- [Feature]: Implemented Rag Faithfulness and Context Relevancy Evaluators by @aybruhm in #1924
- feat(sdk): Adding inline trace information by @jp-agenta in #1929
- [PoC-1] Display optional inline intermediate outputs in Playground by @bekossy in #1930
- refactor(sdk): Move trace processing from SDK to BE by @jp-agenta in #1934
- [FE][PoC-1]:Display optional inline intermediate outputs in Playground by @bekossy in #1937
- [PoC-1][Frontend]: UI fixes by @bekossy in #1947
- [Enhancement]: Add cloud support for alembic by @aybruhm in #1939
- Feat: add Alembic support for database migration by @aybruhm in #1856
- Rag with poetry lock from main by @aakrem in #1960
- Rag with new poetry lock by @aakrem in #1958
- fix(sdk): AGE-504 Fix Tracing with LiteLLM by @jp-agenta in #1963
- fix (workflow): replace deprecated 'docker-compose' command in test workflow by @aybruhm in #1967
- [Enhancement] Enable automatic migration for first-time users and optionally for returning users by @aybruhm in #1966
- fix: docker-compose.gh.yml by @mrunhap in #1971
- docs: add mrunhap as a contributor for bug, and infra by @allcontributors in #1973
- fix(tool): AGE-512 fix issues in postgres container by @aakrem in #1968
- Improve description Json diff eval and fix minor issue by @mmabrouk in #1941
- Fix: human evaluation tests syntax error by @ashrafchowdury in #1953
- [feature] : inline traces, internals, RAG evaluators by @jp-agenta in #1940
- Bump versions by @github-actions in #1984
New Contributors
Full Changelog: v0.19.9...v0.22.0
v0.19.9
v0.19.8
What's Changed
- fix(sdk): AGE-480 Update litellm callbacks with new SDK by @jp-agenta in #1945
- Bump versions by @github-actions in #1946
Full Changelog: v0.19.7...v0.19.8
v0.19.7
What's Changed
- Fix: Ensure CLI catches and reports errors by @aakrem in #1928
- merge main into fix-image-deletion-in-cloud by @aakrem in #1933
- chore(deps): bump importlib-metadata from 8.0.0 to 8.2.0 in /agenta-cli by @dependabot in #1931
- Fix image deletion in cloud by @aakrem in #1932
- Bump versions by @github-actions in #1936
Full Changelog: v0.19.6...v0.19.7
v0.19.6
What's Changed
- Dependabot prs 16 07 by @aakrem in #1899
- chore(deps): bump fastapi from 0.111.0 to 0.111.1 in /agenta-cli by @dependabot in #1886
- chore(deps): bump cachetools from 5.3.3 to 5.4.0 in /agenta-cli by @dependabot in #1898
- Feat: save variant tabs position by @ashrafchowdury in #1895
- Fix/webhooks errors and docs by @jp-agenta in #1900
- [Enhancement]: Logs are not fetched in cloud by @bekossy in #1706
- Fix: outdated sentry version by @ashrafchowdury in #1903
- Refactor: TestsetTable component code has been refactored by @ashrafchowdury in #1892
- Fix: resolved the title warning issue by @ashrafchowdury in #1904
- feat(app): startweb standalone on any docker by @mmabrouk in #1912
- [Feature]: Implement JSON Diff Evaluator by @aybruhm in #1910
- [Bug Fix]: evaluation fails when using gh docker container by @aybruhm in #1917
- [Bug Fix]: age-374 by @aybruhm in #1918
- Dependabot prs 23 07 by @aakrem in #1922
- chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 in /agenta-cli by @dependabot in #1919
- chore(deps-dev): bump setuptools from 70.3.0 to 71.1.0 in /agenta-cli by @dependabot in #1920
- Fixes several issues with the SDK related to observability by @jp-agenta in #1896
- Fix: warnings during build process by @ashrafchowdury in #1908
- [Feature]: Implement Semantic Similariity Match Evaluator by @aybruhm in #1921
- [Bug Fix]: resolve get_config exception: badly formed hexadecimal UUID string by @aybruhm in #1905
- [Cleanup]: remove useless env by @aakrem in #1648
- Bump versions by @github-actions in #1923
Full Changelog: v0.19.5...v0.19.6