Skip to content

Commit d413bd6

Browse files
committed
Merge branch 'main' into develop
2 parents 6d6f96e + cabc9dc commit d413bd6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

argilla-frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

argilla-frontend/v1/infrastructure/services/useAxiosExtension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) {

argilla-server/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)