Releases: Agenta-AI/agenta
Releases · Agenta-AI/agenta
v0.19.5
What's Changed
- [Bug] TypeError: e.localeCompare is not a function by @bekossy in #1878
- [Bug Fix]: Updating template table in cloud-dev fails by @aybruhm in #1869
- Refactor: removed duplicate StyleProps types by @ashrafchowdury in #1891
- fix(frontend): Test creation in single model eval does not work in table view by @bekossy in #1885
- Bump versions by @github-actions in #1894
Full Changelog: v0.19.4...v0.19.5
v0.19.4
What's Changed
- Dependabot prs by @aakrem in #1877
- build(deps): bump importlib-metadata from 7.2.0 to 8.0.0 in /agenta-cli by @dependabot in #1815
- build(deps): bump pymongo from 4.7.3 to 4.8.0 in /agenta-cli by @dependabot in #1819
- build(deps): bump pydantic from 2.7.4 to 2.8.0 in /agenta-cli by @dependabot in #1832
- build(deps): bump pydantic from 2.7.4 to 2.8.2 in /agenta-cli by @dependabot in #1843
- chore(deps-dev): bump setuptools from 70.2.0 to 70.3.0 in /agenta-cli by @dependabot in #1868
- Filter out evaluations with null testsets by @aakrem in #1880
- Bump versions by @github-actions in #1881
Full Changelog: v0.19.3...v0.19.4
v0.19.3
v0.19.2
v0.19.1
What's Changed
- AGE-386 Updated documenation and Readme for migration by @mmabrouk in #1861
- [Feature]: Added postgres to gh compose for production use by @aybruhm in #1860
- [Bug fix]: CLI overwriting an app does not update configuration #1863 by @aybruhm in #1866
- fix(backend): Fixes use of feature flag for local cloud dev with templates by @jp-agenta in #1862
- Enhance: improved the settings LLM keys buttons and container spacing by @ashrafchowdury in #1779
- fix(backend): AGE-391 Fix different error info in playground and evals by @jp-agenta in #1857
- Refactor: removed code duplication from ChatInputs component by @ashrafchowdury in #1834
- Bump versions by @github-actions in #1867
Full Changelog: v0.19.0...v0.19.1
v0.19.0
What's Changed
- [Enhancement]: Refactor ForeignKey with CASCADE behavior by @aybruhm in #1788
- Merging postgres into code migration by @aakrem in #1793
- feat(db-postgres): code migration from Beanie to SQLAlchemy by @aybruhm in #1781
- Merge cloud migration into postgres data migration by @aakrem in #1828
- minor refactor (backend): remove redundant UserWorkspaceDB model from… by @aybruhm in #1830
- code refactor (backend): replace query api .one_or_none() to .first() by @aybruhm in #1836
- Docs/postgres migration documentation by @aybruhm in #1831
- [Enhancement]: Resolve Failing Backend Tests by @aybruhm in #1838
- [cloud related] migration/beanie to sqlalchemy by @aybruhm in #1811
- Postgres by @aakrem in #1839
- feat(db-postgres): data migration script from mongo to postgres by @aakrem in #1772
- Bug fix/variant deletion unpublish other variants environment by @aybruhm in #1845
- Refactor/add function to fetch corresponding object UUID by @aybruhm in #1851
- Enhancement: update user lookup logic for backward compatibility in api key migration by @aybruhm in #1852
- Bug/deleting docker image result in an integrity error for variant by @aybruhm in #1853
- Resolve merge conflict between postgres and main by @aybruhm in #1854
- [Bug Fix]: CLI config (app_id) mismatch with backend UUID handling by @aybruhm in #1858
- feat(db-postgres): migrate from mongodb to postgres by @aakrem in #1753
- Bump versions by @github-actions in #1859
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- fix(backend): 1817 fix access to variant revision by @mmabrouk in #1818
- [Bug] Not all rows in evaluation comparison cannot be expanded by @bekossy in #1814
- [Bug]: UI Creates Duplicate Entries When Saving New Test Set Multiple Times by @bekossy in #1813
- fix(backend): Score Calculation for Human Single Modal differs in view by @bekossy in #1820
- docs(tool): AGE-367 added new cookbook by @mmabrouk in #1822
- docs(tool): AGE-367 add doc for using sdk by @mmabrouk in #1823
- docs(tool): Fix docs links from github and inside the docs by @bekossy in #1829
- Mmabrouk/fix/AGE-341-fix-nonetype-has-no-attribute-cost-in-playground by @mmabrouk in #1826
- build(deps-dev): bump setuptools from 70.1.0 to 70.2.0 in /agenta-cli by @dependabot in #1833
- build(deps): bump importlib-metadata from 7.2.0 to 7.2.1 in /agenta-cli by @dependabot in #1810
- Improve error handling in evaluation by @bekossy in #1708
- Fix issue where Evaluation Results don't load when individual Evaluation Scenarios fail by @jp-agenta in #1844
- Fix incomplete stacktraces in evaluations by @jp-agenta in #1842
- Fix evaluation status which never was set to Queued. by @jp-agenta in #1841
- Fix two likely causes of infinitely running evaluations by @jp-agenta in #1840
- docs: add jp-agenta as a contributor for code, and bug by @allcontributors in #1848
- fix(sdk): AGE-272 Propagate func errors up in @ag.instrument() wrappers by @jp-agenta in #1846
- Bump versions by @github-actions in #1849
New Contributors
- @jp-agenta made their first contribution in #1844
Full Changelog: v0.17.5...v0.18.0
v0.17.5
What's Changed
- Fix: cleared 'Create a New Variant' modal input data by @ashrafchowdury in #1791
- Dependabot prs by @aakrem in #1808
- build(deps): bump pydantic from 2.7.1 to 2.7.4 in /agenta-cli by @dependabot in #1785
- build(deps-dev): bump setuptools from 70.0.0 to 70.1.0 in /agenta-cli by @dependabot in #1802
- build(deps): bump importlib-metadata from 7.1.0 to 7.2.0 in /agenta-cli by @dependabot in #1806
- [Fix]: Human Evaluation inputs overflowing when values are long by @bekossy in #1796
- Refactor: improved the testset new api page import path by @ashrafchowdury in #1777
- Bump versions by @github-actions in #1812
Full Changelog: v0.17.4...v0.17.5
v0.17.4
What's Changed
- Bump versions by @github-actions in #1786
- fix(backend): candidate hotfix for failing evals by @mmabrouk in #1787
- [Bug]: Redirect Issue When Deleting Evaluation in Evaluation Results View by @bekossy in #1795
- Fix: error when pulling environment configuration by @aakrem in #1797
- Bump versions by @github-actions in #1799
Full Changelog: v0.17.3...v0.17.4