Releases: comet-ml/opik
Releases · comet-ml/opik
1.1.6
- Update base version to 1.1.6 cdb7553 @CometActions
- [OPIK-391]: add a redirect support to datasets; (#642) 0230420 @aadereiko
- [NA]: [FE] replace getProjectByName function endpoint; (#643) 734e9fd @aadereiko
- Introduce
evaluate_experiment
method (#630) f5cb060 @jverre - [OPIK-428] Detect images in the trace/span input by URL extension (#647) f2f037e @ferc
What's Changed
- [OPIK-391]: [FE] add a redirect support to datasets; by @aadereiko in #642
- [NA]: [FE] replace getProjectByName function endpoint; by @aadereiko in #643
- Introduce
evaluate_experiment
method by @jverre in #630 - [OPIK-428] Detect images in the trace/span input by URL extension by @ferc in #647
Full Changelog: 1.1.5...1.1.6
1.1.5
What's Changed
- [OPIK-203] Filter our spans.usage with null values by @BorisTkachenko in #617
- [OPIK-396] dynamically sort by last_updated_trace_at by @idoberko2 in #623
- update docker-compose to use volumes by @liyaka in #626
- [OPIK-390]: [SDK] add a project name to creation of traces; by @aadereiko in #607
- [OPIK-402]: handle project name and score definitions for evaluate(); by @aadereiko in #613
- [OPIK-330] Add guidelines to migrations by @thiagohora in #633
- OPIK-361 traces CRUD tests by @AndreiCautisanu in #629
- [OPIK-422] fix projects with no traces sorting by @idoberko2 in #631
- [OPIK-372] [FE] Add sorting for projects table by @andriidudar in #628
- [CM-11750] Remove colab links from the quickstart in the sagemaker integration by @ferc in #635
- [OPIK-422] minor code improvements by @idoberko2 in #634
- [OPIK-337] anthropic integration by @alexkuzmik in #571
- [OPIK-405] Detect base64 images across the input object by @ferc in #637
- [OPIK-405] Add missing format for GIF images by @ferc in #639
- [OPIK-405] Fix case where data.input could be undefined by @ferc in #640
Full Changelog: 1.1.4...1.1.5
1.1.4
What's Changed
- [OPIK-322] [OPIK-323] Filter datasets and experiments by prompt id by @thiagohora in #603
- [OPIK-389] Retrieve project by name by @thiagohora in #608
- [NA]: fix a recomment typo; by @aadereiko in #610
- [ISSUE-612] [Bug]: Broken design in new Experiments page by @andriidudar in #614
- Update changelog and roadmap by @jverre in #619
- [NA] Add comment with reason why dataset items are not deleted by @thiagohora in #620
- [OPIK-407] truncation bug fix by @idoberko2 in #615
- [OPIK-350] [Prompts Library][FE] Prompts details: Experiments tab by @andriidudar in #621
- [OPIK-350] [Prompts Library][FE] Prompts details: Experiments tab by @andriidudar in #622
- Enable truncate base64 images in traces/spans table by @ferc in #624
- [OPIK-298] [UX improvements] Increase default amount of items per page by @andriidudar in #625
Full Changelog: 1.1.3...1.1.4
1.1.3
What's Changed
- [OPIK-294] Datasets filter by linked with experiment only by @thiagohora in #586
- [OPIK-239] [UX improvements] Add charts of experiment table by @andriidudar in #601
- Upgrade
happy-dom
version to fix vulnerability issues by @ferc in #604 - [OPIK-239] [UX improvements] Add charts of experiment table by @andriidudar in #606
- [OPIK-394]: adjust the UI for Prompts to Figma; by @aadereiko in #609
- Revert truncate base64 images in the traces/spans table by @ferc in #611
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- [OPIK-370] truncate images by @idoberko2 in #578
- OPIK-377 Remove line highlighting in code blocks by @andriidudar in #581
- [OPIK-273] [UX improvements] Remove Actions top-level button by @andriidudar in #583
- [OPIK-379] Introduce separator in table header by @andriidudar in #584
- [OPIK-320] Endpoints for BI events data by @BorisTkachenko in #573
- Prompt library documentation by @jverre in #587
- Updated prompt library docs and changelog by @jverre in #588
- [OPIK-325]: add link to project page by @aadereiko in #585
- [OPIK-321] Add prompt id to experiments by @thiagohora in #589
- [OPIK-355] [Prompt library] SDK Prompt implementation - link with experiment by @japdubengsub in #590
- Andriidudar/opik 375 traces page add tabs by @andriidudar in #591
- [OPIK-372] [FE] Add sorting for projects table by @andriidudar in #593
- [OPIK-400] improve image truncation by @idoberko2 in #595
- Bump software.amazon.awssdk:bom from 2.25.70 to 2.29.9 in /apps/opik-backend by @dependabot in #596
- [ISSUE-522] [Bug]: YAML is not correctly formatted for some strings by @andriidudar in #599
- [NA] Upgrade open telemetry version by @thiagohora in #597
- [OPIK-373] Truncate images in the traces/spans table by @ferc in #600
Full Changelog: 1.1.1...1.1.2
v1.1.1
- Update base version to 1.0.6 3c978a3 @CometActions
- Add documentation for AWS Bedrock (#563) 327c00e @Lothiraldan
- [OPIK-314] Create prompt version endpoint (#554) a186a36 @thiagohora
- [OPIK-311] Update prompt (#555) a3e1ab4 @thiagohora
- [OPIK-313] Delete prompt (#556) 45bf586 @thiagohora
- [OPIK-367] add RDS Certificate Authority Bundle to opik-backend image (#552) ea243c8 @liyaka
- use global cert (#566) 0272d01 @liyaka
- [OPIK-312] Add Get prompt by id (#558) dd58217 @thiagohora
- [OPIK-315] Get prompt versions by prompt id (#561) e41449a @thiagohora
- [OPIK-316] Get prompt version by id (#562) 7461648 @thiagohora
- [OPIK-317] Retrieve prompt version by name and commit (#564) 71a2cee @thiagohora
- [OPIK-265] Projects list sorting (#559) 320e605 @idoberko2
- Update Quickstart notebook to not requires an external API Key (#568) faed49e @Lothiraldan
- OPIK-360 Andrei/projects crud tests (#565) 57e0056 @AndreiCautisanu
- Regenerate Quickstart guide markdown (#569) 0a60e44 @Lothiraldan
- [OPIK-321] Add experiment prompt version link (#570) 6b7ab8a @thiagohora
- [OPIK-385] Attempt to fix rate limiter not initialized (#574) df51ba3 @thiagohora
- [OPIK-347]: FE prompts list (#546) 31d620a @aadereiko
- Increment version 1.1.0 (#576) 453cd09 @ferc
- OPIK-386: remove installer (#575) 73ee9b1 @liyaka
- [OPIK-318] - [Prompt library] SDK Prompt implementation - create/get (#557) 02f2835 @japdubengsub
- [OPIK-321] Add prompt link to create experiments (#572) a5ad1d7 @thiagohora
- Update version.txt (#577) f3babc1 @ferc
- [OPIK-319]: prompt library improvements; (#579) 4472867 @aadereiko
- [OPIK-349]: add prompt names to code snippets; (#580) 56ee320 @aadereiko
Release 1.1.0
- Update base version to 1.0.6 3c978a3 @CometActions
- Add documentation for AWS Bedrock (#563) 327c00e @Lothiraldan
- [OPIK-314] Create prompt version endpoint (#554) a186a36 @thiagohora
- [OPIK-311] Update prompt (#555) a3e1ab4 @thiagohora
- [OPIK-313] Delete prompt (#556) 45bf586 @thiagohora
- [OPIK-367] add RDS Certificate Authority Bundle to opik-backend image (#552) ea243c8 @liyaka
- use global cert (#566) 0272d01 @liyaka
- [OPIK-312] Add Get prompt by id (#558) dd58217 @thiagohora
- [OPIK-315] Get prompt versions by prompt id (#561) e41449a @thiagohora
- [OPIK-316] Get prompt version by id (#562) 7461648 @thiagohora
- [OPIK-317] Retrieve prompt version by name and commit (#564) 71a2cee @thiagohora
- [OPIK-265] Projects list sorting (#559) 320e605 @idoberko2
- Update Quickstart notebook to not requires an external API Key (#568) faed49e @Lothiraldan
- OPIK-360 Andrei/projects crud tests (#565) 57e0056 @AndreiCautisanu
- Regenerate Quickstart guide markdown (#569) 0a60e44 @Lothiraldan
- [OPIK-321] Add experiment prompt version link (#570) 6b7ab8a @thiagohora
- [OPIK-385] Attempt to fix rate limiter not initialized (#574) df51ba3 @thiagohora
- [OPIK-347]: FE prompts list (#546) 31d620a @aadereiko
- Increment version 1.1.0 (#576) 453cd09 @ferc
- OPIK-386: remove installer (#575) 73ee9b1 @liyaka
- [OPIK-318] - [Prompt library] SDK Prompt implementation - create/get (#557) 02f2835 @japdubengsub
1.0.5
- Update base version to 1.0.5 30606ab @CometActions
- Changelog 31st Oct 2024 (#527) 47f9a18 @jverre
- Update issue template (#536) ac21efb @jverre
- Jacques/update issue template (#539) eeb923f @jverre
- Bump org.apache.maven.plugins:maven-surefire-plugin (#544) 73175f4 @dependabot-bot
- Bump org.redisson:redisson from 3.37.0 to 3.38.1 in /apps/opik-backend (#541) e6eb5f4 @dependabot-bot
- Bump org.apache.maven.plugins:maven-javadoc-plugin in /apps/opik-backend (#543) 4c9ae43 @dependabot-bot
- Bump jakarta.annotation:jakarta.annotation-api in /apps/opik-backend (#540) 650e2cb @dependabot-bot
- Sanity E2E fixes for SDK changes (#533) 35d2477 @AndreiCautisanu
- add additionalNginxSettings for frontend configuration (#530) 1c81f4f @liyaka
- Introduce Opik.search_spans (#545) e53d35d @jverre
- [OPIK-309] Create prompt endpoint (#531) 203299d @thiagohora
- [OPIK-309] Expose Prompt library API contracts (#532) 39361a8 @thiagohora
- [OPIK-310] Expose get prompts api (#547) c1b4f7a @thiagohora
- [OPIK-271] Add integration with aws bedrock (#529) 9eca8dd @alexkuzmik
What's Changed
- Changelog 31st Oct 2024 by @jverre in #527
- Update issue template by @jverre in #536
- Jacques/update issue template by @jverre in #539
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.2 in /apps/opik-backend by @dependabot in #544
- Bump org.redisson:redisson from 3.37.0 to 3.38.1 in /apps/opik-backend by @dependabot in #541
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 in /apps/opik-backend by @dependabot in #543
- Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 in /apps/opik-backend by @dependabot in #540
- sanity fixes by @AndreiCautisanu in #533
- add additionalNginxSettings for frontend configuration by @liyaka in #530
- Introduce Opik.search_spans by @jverre in #545
- [OPIK-309] Create prompt endpoint by @thiagohora in #531
- [OPIK-309] Expose Prompt library API contracts by @thiagohora in #532
- [OPIK-310] Expose get prompts api by @thiagohora in #547
- [OPIK-271] Add integration with aws bedrock by @alexkuzmik in #529
Full Changelog: 1.0.4...1.0.5
1.0.4
- Update base version to 1.0.4 1fd225a @CometActions
- pdate e4c796c @jverre
- [NA]: fix a typo of
users
in docs; (#514) fd3affd @aadereiko - Fixing the side effects of the function and printing the correct error message (#518) 604170e @japdubengsub
- [NA] Fix OpenTelemtry service name setup (#521) 093a702 @thiagohora
- [OPIK-329] fix backend version endpoint (#513) be7ee42 @idoberko2
- [OPIK-167] Add number of dataset items in dataset page (#517) ce03b86 @BorisTkachenko
- [OPIK-136] fix cors request header comet workspace (#520) 7e1fb87 @idoberko2
- [OPIK-294] Use application events to fill last experiment created at on datasets table. (#511) 7ce9bbc @thiagohora
- [OPIK-309] Add prompt library tables (#516) b622d95 @thiagohora
- [OPIK-294] Add filter option to return only datasets with experiments (#515) 53979dc @thiagohora
- Increase the client_max_body_size in nginx for better support for images in the payload (#523) 6998624 @ferc
- OPIK-157 Error when installing Opik from Colab (remove questionary dependency) (#512) 02ca606 @japdubengsub
- [OPIK-352] Display dataset item count (#525) b953359 @ferc
What's Changed
- [NA]: fix a typo of
users
in docs; by @aadereiko in #514 - NA: Fixing the side effects of the function and printing the correct error message by @japdubengsub in #518
- [NA] Fix OpenTelemtry service name setup by @thiagohora in #521
- [OPIK-329] fix backend version endpoint by @idoberko2 in #513
- [OPIK-167] Add number of dataset items in dataset page by @BorisTkachenko in #517
- [OPIK-136] fix cors request header comet workspace by @idoberko2 in #520
- [OPIK-294] Use application events to fill last experiment created at on datasets table. by @thiagohora in #511
- [OPIK-309] Add prompt library tables by @thiagohora in #516
- [OPIK-294] Add filter option to return only datasets with experiments by @thiagohora in #515
- Increase the client_max_body_size in nginx for better support for images in the payload by @ferc in #523
- OPIK-157 Error when installing Opik from Colab (remove questionary dependency) by @japdubengsub in #512
- [OPIK-352] Display dataset item count by @ferc in #525
Full Changelog: 1.0.3...1.0.4
1.0.3
- Jacques/custom metrics docs (#490) 4fbaa18 @jverre
- Update base version to 1.0.3 a9f1ada @CometActions
- Updated changelog (#491) adb4a98 @jverre
- Added missing track imports (#493) 8253e33 @dsblank
- Update changelog.md (#495) 7822e84 @jverre
- [OPIK-299] New dataset item migration using new migration template (#492) 0d09952 @thiagohora
- Enable Project Name Specification for running experiment (#479) 4d49b3a @Jeff-67
- OPIK-286 [SDK]: Error message related to
project_name
passed to track decorator when using opik.evaluation.evaluate (#474) 138140e @japdubengsub - [OPIK-282] sdk add support for smart api key (#465) 209f729 @alexkuzmik
- Updated roadmap (#499) 2e5aadf @jverre
- [OPIK-136] CORS support (#498) 2752f5b @idoberko2
- [OPIK-329] add get version endpoint (#500) b74b716 @idoberko2
- [OPIK-294] Add last created experiment at to dataset table (#501) b0954e6 @thiagohora
- NO-JIRA: Redis docker-compose no restart (#508) 0934c7d @andrescrz
- Update error message (#507) 7518498 @jverre
- add option to configure additional containers in opik pods (#509) 652a00f @liyaka
- Added search_traces method in the SDK (#484) 103ad95 @jverre
- Enforce structured output for LLM as a Judge metrics (#503) a2ce4a7 @jverre
- [OPIK-291] [FE]: add provide a feedback modal in the UI; (#510) b7acf2a @aadereiko
What's Changed
- Jacques/custom metrics docs by @jverre in #490
- Changelog update by @jverre in #491
- [Docs] Added missing track imports by @dsblank in #493
- Update changelog.md by @jverre in #495
- [OPIK-299] New dataset item migration using new migration template by @thiagohora in #492
- Enable Project Name Specification for running experiment by @Jeff-67 in #479
- OPIK-286 [SDK]: Error message related to
project_name
passed to track decorator when using opik.evaluation.evaluate by @japdubengsub in #474 - [OPIK-282] sdk add support for smart api key by @alexkuzmik in #465
- Updated roadmap by @jverre in #499
- [OPIK-136] CORS support by @idoberko2 in #498
- [OPIK-329] add get version endpoint by @idoberko2 in #500
- [OPIK-294] Add last created experiment at to dataset table by @thiagohora in #501
- NO-JIRA: Redis docker-compose no restart by @andrescrz in #508
- Update error message by @jverre in #507
- add option to configure additional containers in opik pods by @liyaka in #509
- Added search_traces method in the SDK by @jverre in #484
- Enforce structured output for LLM as a Judge metrics by @jverre in #503
- [OPIK-291] [FE]: add provide a feedback modal in the UI; by @aadereiko in #510
New Contributors
- @Jeff-67 made their first contribution in #479
- @idoberko2 made their first contribution in #498
Full Changelog: 1.0.2...1.0.3