File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
v1/infrastructure/services Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ These are the section headers that we use:
1616
1717## [ Unreleased] ( )
1818
19+ ## [ 2.7.1] ( https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1 )
20+
21+ ### Fixed
22+
23+ - Fixed error when requesting dataset info the datasets-viewer API. ([ #5804 ] ( https://github.com/argilla-io/argilla/pull/5804 ) )
24+
1925## [ 2.7.0] ( https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0 )
2026
2127## [ 2.6.0] ( https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0 )
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export const useAxiosExtension = (context: Context) => {
1515 const makePublic = ( config : PublicAxiosConfig ) => {
1616 const $axios = context . $axios . create ( {
1717 withCredentials : false ,
18+ headers : { Authorization : undefined } ,
1819 } ) ;
1920
2021 if ( config . enableErrors ) {
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ These are the section headers that we use:
2121- Fixed error when computing user progress with PostgreSQL database. ([ #5795 ] ( https://github.com/argilla-io/argilla/pull/5795 ) )
2222- Fixed error when updating records with PostgreSQL database. ([ #5795 ] ( https://github.com/argilla-io/argilla/pull/5795 ) )
2323
24+ ## [ 2.7.1] ( https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1 )
25+
2426## [ 2.7.0] ( https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0 )
2527
2628### Added
You can’t perform that action at this time.
0 commit comments