Next | Query returned 71 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2023-03-05 08:29:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.16.2

2.16.2 (2023-03-02)

Bug Fixes

Call gcloud config get project to get project for user cred
Do not use hardcoded string 'python', when you mean sys.executable.
Don't retry if error or error_description is not string
Improve ADC related errors and warnings
   2023-02-23 09:34:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.16.1

2.16.1 (2023-02-17)

Bug Fixes

Add support for python 3.11
Remove 3PI config url validation
Update the docs generator interpreter to unblock documentation build
   2023-02-15 08:48:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.16.0

2.16.0

Features

AwsCredentials should not call metadata server if security creds and region are \ 
retrievable through the environment variables
Wrap all python built-in exceptions into library excpetions

Bug Fixes

Allow get_project_id to take a request
Make OAUTH2.0 client resistant to string type 'expires_in' responses from \ 
non-compliant services
   2022-12-12 10:49:33 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-google-auth: updated to 2.15.0

2.15.0 (2022-12-01)

Features

Add api_key credentials
Introduce a way to provide scopes granted by user

Bug Fixes

Allow mtls sts endpoint for external account token urls.
CI broken by removal of py.path
Ensure JWT segments have the right types
Updated the lower bound of interactive timeout and fix the kwarg…
   2022-11-14 20:39:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.14.1

2.14.1 (2022-11-07)

Bug Fixes

Apply quota project for compute cred in adc
Update minimum required version of cryptography in pyopenssl extra
Validate url domain for aws metadata urls
   2022-10-25 21:12:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-google-auth: updated to 2.13.0

2.13.0 (2022-10-14)

Features

Adds new external account authorized user credentials
Implement pluggable auth interactive mode
Introduce the functionality to override token_uri in credentials

Bug Fixes

Adding one more pattern to relax the regex check for sts and impersonation url \ 
endpoints

2.12.0 (2022-09-26)

Features

Retry behavior

Bug Fixes

Modify RefreshError exception to use gcloud ADC command.
Revert "Update token refresh threshold from 20 seconds to 5 minutes".
   2022-10-19 15:56:34 by Nia Alarie | Files touched by this commit (26)
Log message:
fighting a losing battle against py-cryptography rustification, part 2

Switch users to versioned_dependencies.mk.
   2022-08-30 14:01:51 by Stephen Borrill | Files touched by this commit (3) | Package updated
Log message:
py-google-auth: update to 2.11.0

Changes since 1.34.0:

2.11.0 (2022-08-18)
Features

    add integration tests for configurable token lifespan (#1103) (124bae6)

Bug Fixes

    Async certificate retrieving (#1101) (05f125d)

2.10.0 (2022-08-05)
Features

    add integration tests for pluggable auth (#1073) (f8d776a)
    support for configurable token lifetime (0dc6a9a)
    support for configurable token lifetime (#1079) (0dc6a9a)

Bug Fixes

    async certificate decoding (#1085) (741c6c6)
    Async system tests were not unwrapping async_generators (#1086) (29d248a)
    Fix IDTokenCredentials update bug (#1072) (b62c25c)
    make expiration_time optional in response schema (#1091) (032fb8d)
    refactor credential subclass parameters (#1095) (8d15f69)

2.9.1 (2022-07-12)
Bug Fixes

    there was a raise missing for throwing exceptions (#1077) (d1f17b0)

2.9.0 (2022-06-28)
Features

    pluggable auth support (#1045) (de14f4e)

2.8.0 (2022-06-14)
Features

    add experimental GDCH support (#1044) (94fb5e2)

2.7.0 (2022-06-07)
Features

    add experimental enterprise cert support (#1052) (dda7dda)
    add experimental GDCH support (#1022) (5367aac)
    Pluggable auth support (#995) (62daa73)

Bug Fixes

    validate urls for external accounts (#1031) (61b1f15)

Reverts

    pluggable auth support #995 (#1039) (513d999)
    revert experimental GDCH support (#1022) (#1042) (c720995)

Documentation

    fix changelog header to consistent size (#1046) (e64d084)

2.6.6 (2022-04-21)
Bug Fixes

    silence TypeError during tear down stage (#1027) (952a6aa)

2.6.5 (2022-04-14)
Bug Fixes

    add additional missing import in _default.py (#1018) (638331b)

2.6.4 (2022-04-12)
Bug Fixes

    fix missing import in _default.py (#1015) (63f4e38)

2.6.3 (2022-04-06)
Bug Fixes

    change requests lib import place (#1010) (c753c08)
    clean up HTTP session and pool during tear down phase (#1007) (d057376)
    pin click version and update sys test creds (#1008) (ae2804b)

2.6.2 (2022-03-16)
Bug Fixes

    Rename aws imdsv2 url field and update token lifetime (#982) (818e6d2)

Miscellaneous Chores

    let release-please finish the release (#991) (d2bdc9a)

2.6.1 (2022-02-09)
Bug Fixes

    Add AWS session token to metadata requests (#958) (5c7f734)

2.6.0 (2022-01-31)
Features

    ADC can load an impersonated service account credentials. (#962) (52c8ef9)

Bug Fixes

    revert "feat: add api key support (#826)" (#964) (f9f23f4)

2.5.0 (2022-01-25)
Features

    ADC can load an impersonated service account credentials. (#956) (a8eb4c8)

2.4.1 (2022-01-21)
Bug Fixes

    urllib3 import (#953) (c8b5cae)

2.4.0 (2022-01-20)
Features

    add 'py.typed' declaration (#919) (c993504)
    add api key support (#826) (3b15092)

Bug Fixes

    deps: allow cachetools 5.0 for python 3.7+ (#937) (1eae37d)
    fix the message format for metadata server exception (#916) (e756f08)

Documentation

    fix intersphinx link for 'requests-oauthlib' (#921) (967be4f)
    note ValueError in verify_oauth2_token (#928) (82bc5f0)

2.3.3 (2021-11-01)
Bug Fixes

    add fetch_id_token_credentials (#866) (8f1e9cf)
    fix error in sign_bytes (#905) (ef31284)
    use 'int.to_bytes' and 'int.from_bytes' for py3 (#904) (bd0ccc5)

2.3.2 (2021-10-26)
Bug Fixes

    add clock_skew_in_seconds to verify_token functions (#894) (8e95c1e)

2.3.1 (2021-10-21)
Bug Fixes

    add back python 2.7 for gcloud usage only (#892) (5bd5ccf)

Documentation

    Fix formatting of GCE_METADATA_HOST (#890) (e2b3c98)

2.3.0 (2021-10-07)
Features

    add support for Python 3.10 (#882) (19d41f8)

Bug Fixes

    ADC with impersonated workforce pools (#877) (10bd9fb)

2.2.1 (2021-09-28)
Bug Fixes

    disable self signed jwt for domain wide delegation (#873) (0cd15e2)

2.2.0 (2021-09-21)
Features

    add support for workforce pool credentials (#868) (993bab2)

2.1.0 (2021-09-10)
Features

    Improve handling of clock skew (#858) (45c4491)

Bug Fixes

    add SAML challenge to reauth (#819) (13aed5f)
    disable warning if quota project id provided to auth.default() (#856) (11ebaeb)
    rename CLOCK_SKEW and separate client/server user case (#863) (738611b)

2.0.2 (2021-08-25)
Bug Fixes

    use 'int.to_bytes' rather than deprecated crypto wrapper (#848) (b79b554)
    use int.from_bytes (#846) (466aed9)

2.0.1 (2021-08-17)
Bug Fixes

    normalize AWS paths correctly on windows (#842) (4e0fb1c)

2.0.0 (2021-08-16)
    BREAKING CHANGES

    drop support for Python 2.7 (#778) (560cf1e)

Features

    service account is able to use a private token endpoint (#835) (20b817a)

Bug Fixes

    downscoping documentation bugs (#830) (da8bb13)
    Fix missing space in error message. (#821) (7b03988)

Documentation

    update user guide/references for downscoped creds (#827) (d1840dc)
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2

Next | Query returned 71 messages, browsing 21 to 30 | Previous