Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-10 | 2.0 kB | |
v2.8.0 source code.tar.gz | 2025-03-10 | 317.7 MB | |
v2.8.0 source code.zip | 2025-03-10 | 319.7 MB | |
Totals: 3 Items | 637.5 MB | 0 |
🔆 Release highlights
The v2.8.0 comes with a better OAuth integration, and some other improvements and bug fixes.
Better OAuth integration
Now, you can extend the supported providers by adding social backends classes in the configuration file:
:::yaml
providers:
- name: apple-id
client_id: "<client_id>" # You can use the ARGILLA_OAUTH2_APPLE_ID_CLIENT_ID environment variable
client_secret: "<client_secret>" # You can use the ARGILLA_OAUTH2_APPLE_ID_CLIENT_SECRET environment variable
extra_backends:
- social_core.backends.apple.AppleIdAuth # Register the Apple OAuth2 provider backend
...
Also, the KeyCloak provider is supported by default.
You can visit the docs for more info.
Some relevant improvements and bugfixes are:
- Add keycloak SSO by @paulbauriegel in https://github.com/argilla-io/argilla/pull/5711
- [BUGFIXES] Fixing error when using PostgreSQL by @frascuchon in https://github.com/argilla-io/argilla/pull/5795
- [BUGFIX] Redirect slash when defining
ARGILLA_BASE_URL
by @frascuchon in https://github.com/argilla-io/argilla/pull/5796 - [BUGFIX] get dataset settings when using
client.datasets.list()
by @frascuchon in https://github.com/argilla-io/argilla/pull/5810 - [FEAT][HELM] set ES SSL verification by @omarmoo5 in https://github.com/argilla-io/argilla/pull/5807
- feat: Add Japanese translation by @Tomoya-Matsubara in https://github.com/argilla-io/argilla/pull/5816
New Contributors
- @omarmoo5 made their first contribution in https://github.com/argilla-io/argilla/pull/5807
- @patrickfleith made their first contribution in https://github.com/argilla-io/argilla/pull/5806
- @Tomoya-Matsubara made their first contribution in https://github.com/argilla-io/argilla/pull/5816
Full Changelog: https://github.com/argilla-io/argilla/compare/v2.7.1...v2.8.0