What's Changed
✨ New Features
- feat: add ai/ml model and embedding components by @jordanrfrazier in #2781
- feat: add gpt-4o-mini to MODEL_NAMES constant by @vasconceloscezar in #2813
🐛 Bug Fixes
- fix (typescript_test) : change cache-key to avoid errors by @ogabrielluiz in #2789
- fix(readme): correct urls in documentation by @HarshithDR in #2795
- fix(get-python-api-code): set the endpoint in the correct variable by @ogabrielluiz in #2800
- fix: session error after retries + refactor on interceptor component by @Cristhianzl in #2803
- fix: add correctly switch case to components on sidebar by @Cristhianzl in #2802
- fix(OpenAIModel): Move seed assignment to correct position by @vasconceloscezar in #2779
- fix: change initial status on loading flowManagerStore to prevent infinity loading by @Cristhianzl in #2804
- fix: adjust UI on nodetoolbar caused by svg icon without props by @Cristhianzl in #2809
📝 Documentation Updates
- docs: add Japanese README by @eltociear in #2760
- docs: Fixing integrations-langwatch.md by @lucaspoli in #2783
🛠 Maintenance Tasks
- refactor: move tests folder structure and update pytest commands by @ogabrielluiz in #2785
- ci: update path-filter job condition in ci.yml by @ogabrielluiz in #2801
- refactor: update import statements in tools by @ogabrielluiz in #2796
- refactor(callback): simplify import statements and type annotations for better readability by @ogabrielluiz in #2793
Others
- ci: refactor CI workflow conditions to run only when PR is approved by @ogabrielluiz in #2805
- ci: remove pull_request_review event type from workflow configuration by @ogabrielluiz in #2808
- chore: improve contributors guidelines by @nicoloboschi in #2784
- chore: update package versions in pyproject.toml and poetry.lock by @ogabrielluiz in #2816
New Contributors
- @HarshithDR made their first contribution in #2795
- @lucaspoli made their first contribution in #2783
Full Changelog: v1.0.10...v1.0.11