Skip to content

Releases: anaconda/anaconda-auth

v0.15.0

15 May 19:25
32495f7

Choose a tag to compare

What's Changed

This release changes the default flow for login to use device flow, instead of PKCE with a local web server. This provides an improved experience, especially in headless scenarios.

This is the equivalent to the following explicit configuration in ~/.anaconda/config.toml.

# ~/.anaconda/config.toml
[plugin.auth]
use_device_flow = true

No negative impact is anticipated. Any users impacted negatively by this change can set the above value to false and are encouraged to report an Issue.

Features

Fixes

  • fix: Handle UnboundLocalError when token loading fails by @mattkram in #252

Maintenance

  • chore(deps): update actions/cache action to v5.0.5 by @anaconda-renovate[bot] in #254
  • chore(deps): update actions/upload-artifact action to v7.0.1 by @anaconda-renovate[bot] in #255
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.13 by @anaconda-renovate[bot] in #256
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.2 by @anaconda-renovate[bot] in #257

Full Changelog: v0.14.4...v0.15.0

v0.14.4

04 May 18:10
affd2dc

Choose a tag to compare

What's Changed

  • fix: Add special-case handling for channels that require API keys and conflict w/ wildcard by @mattkram in #248

Full Changelog: v0.14.3...v0.14.4

v0.14.3

04 May 15:00
bd68011

Choose a tag to compare

What's Changed

Full Changelog: v0.14.2...v0.14.3

v0.14.2

17 Apr 14:31
b1903b0

Choose a tag to compare

What's Changed

  • feat: Keyring path config by @AlbertDeFusco in #244
  • fix: Pre-empt loading of token from configuration when API key present in environment variable by @mattkram in #246

Full Changelog: v0.14.1...v0.14.2

v0.13.1

15 Apr 18:26

Choose a tag to compare

Summary

This hotfix release includes the following single PR. Because of the way trunk-based development works, the release is being made directly on the PR branch, pre-merge. The change is non-conflicting and will be merged into main as well for future releases.

  • fix: Pre-empt loading of token from configuration when API key present in environment variable via #246

Full Changelog: v0.13.0...v0.13.1

v0.14.1

07 Apr 18:07
5f3768c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

23 Mar 17:00
2c4a760

Choose a tag to compare

What's Changed

Maintenance

  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0 by @anaconda-renovate[bot] in #230
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.4 by @anaconda-renovate[bot] in #229
  • chore(deps): update github artifact actions (major) by @anaconda-renovate[bot] in #231
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.6 by @anaconda-renovate[bot] in #232
  • chore(deps): update pre-commit hook codespell-project/codespell to v2.4.2 by @anaconda-renovate[bot] in #233
  • chore(deps): update actions/download-artifact action to v8.0.1 by @anaconda-renovate[bot] in #237

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

27 Feb 00:30
89fc4d0

Choose a tag to compare

What's Changed

Maintenance

  • Drop support for python 3.9 by @martindurant in #213
  • chore: Trigger release.yml on published by @AlbertDeFusco in #222
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 by @anaconda-renovate[bot] in #206
  • chore: Add Windows and macOS to test matrix by @mattkram in #204
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.10 by @anaconda-renovate[bot] in #207
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.11 by @anaconda-renovate[bot] in #211
  • chore(deps): update pre-commit hook macisamuele/language-formatters-pre-commit-hooks to v2.16.0 by @anaconda-renovate[bot] in #212
  • chore(deps): update actions/cache action to v5.0.2 by @anaconda-renovate[bot] in #215
  • chore(deps): update conda-incubator/setup-miniconda action to v3.3.0 by @anaconda-renovate[bot] in #216
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13 by @anaconda-renovate[bot] in #214
  • chore(deps): update actions/checkout action to v6.0.2 by @anaconda-renovate[bot] in #217
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.14 by @anaconda-renovate[bot] in #219
  • chore(deps): update actions/setup-python action to v6.2.0 by @anaconda-renovate[bot] in #218
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.1 by @anaconda-renovate[bot] in #220
  • chore(deps): update actions/cache action to v5.0.3 by @anaconda-renovate[bot] in #223
  • Use standard "pragma: no cover" spelling in init.py by @dholth in #226
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.2 by @anaconda-renovate[bot] in #225
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.2 by @anaconda-renovate[bot] in #224

New Contributors

Full Changelog: v0.12.3...v0.13.0

v0.13.0rc3

29 Jan 21:33
3c83a59

Choose a tag to compare

v0.13.0rc3 Pre-release
Pre-release

This is a release candidate for testing before final release

What's New

Bux fixes

Maintenance

  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 by @anaconda-renovate[bot] in #206
  • chore: Add Windows and macOS to test matrix by @mattkram in #204
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.10 by @anaconda-renovate[bot] in #207
  • Drop support for python 3.9 by @martindurant in #213
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.11 by @anaconda-renovate[bot] in #211
  • chore(deps): update pre-commit hook macisamuele/language-formatters-pre-commit-hooks to v2.16.0 by @anaconda-renovate[bot] in #212
  • chore(deps): update actions/cache action to v5.0.2 by @anaconda-renovate[bot] in #215
  • chore(deps): update conda-incubator/setup-miniconda action to v3.3.0 by @anaconda-renovate[bot] in #216
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13 by @anaconda-renovate[bot] in #214
  • chore(deps): update actions/checkout action to v6.0.2 by @anaconda-renovate[bot] in #217
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.14 by @anaconda-renovate[bot] in #219
  • chore(deps): update actions/setup-python action to v6.2.0 by @anaconda-renovate[bot] in #218
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.1 by @anaconda-renovate[bot] in #220
  • chore: Trigger release.yml on published by @AlbertDeFusco in #222
  • chore(deps): update actions/cache action to v5.0.3 by @anaconda-renovate[bot] in #223

New Contributors

Full Changelog: v0.12.3...v0.13.0rc3

v0.13.0rc1

29 Jan 20:11
3c83a59

Choose a tag to compare

v0.13.0rc1 Pre-release
Pre-release

This is a release candidate for testing before final release

What's New

Bux fixes

Maintenance

  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 by @anaconda-renovate[bot] in #206
  • chore: Add Windows and macOS to test matrix by @mattkram in #204
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.10 by @anaconda-renovate[bot] in #207
  • Drop support for python 3.9 by @martindurant in #213
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.11 by @anaconda-renovate[bot] in #211
  • chore(deps): update pre-commit hook macisamuele/language-formatters-pre-commit-hooks to v2.16.0 by @anaconda-renovate[bot] in #212
  • chore(deps): update actions/cache action to v5.0.2 by @anaconda-renovate[bot] in #215
  • chore(deps): update conda-incubator/setup-miniconda action to v3.3.0 by @anaconda-renovate[bot] in #216
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13 by @anaconda-renovate[bot] in #214
  • chore(deps): update actions/checkout action to v6.0.2 by @anaconda-renovate[bot] in #217
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.14 by @anaconda-renovate[bot] in #219
  • chore(deps): update actions/setup-python action to v6.2.0 by @anaconda-renovate[bot] in #218
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.1 by @anaconda-renovate[bot] in #220
  • chore: Trigger release.yml on published by @AlbertDeFusco in #222
  • chore(deps): update actions/cache action to v5.0.3 by @anaconda-renovate[bot] in #223

New Contributors

Full Changelog: v0.12.3...v0.13.0rc1