Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Feb 6, 2025
2 parents 6d6f96e + cabc9dc commit d413bd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ These are the section headers that we use:

## [Unreleased]()

## [2.7.1](https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1)

### Fixed

- Fixed error when requesting dataset info the datasets-viewer API. ([#5804](https://github.com/argilla-io/argilla/pull/5804))

## [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)

## [2.6.0](https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const useAxiosExtension = (context: Context) => {
const makePublic = (config: PublicAxiosConfig) => {
const $axios = context.$axios.create({
withCredentials: false,
headers: { Authorization: undefined },
});

if (config.enableErrors) {
Expand Down
2 changes: 2 additions & 0 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ These are the section headers that we use:
- Fixed error when computing user progress with PostgreSQL database. ([#5795](https://github.com/argilla-io/argilla/pull/5795))
- Fixed error when updating records with PostgreSQL database. ([#5795](https://github.com/argilla-io/argilla/pull/5795))

## [2.7.1](https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1)

## [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)

### Added
Expand Down

0 comments on commit d413bd6

Please sign in to comment.