File rubygem-googleauth.changes of Package rubygem-googleauth
-------------------------------------------------------------------
Mon Nov 4 16:47:43 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ### 1.11.2 (2024-10-23)
#### Bug Fixes
* Temporarily disable universe domain query from GCE metadata server ([#493](https://github.com/googleapis/google-auth-library-ruby/issues/493))
* Use updated metadata path for universe-domain ([#496](https://github.com/googleapis/google-auth-library-ruby/issues/496))
### 1.11.1 (2024-10-04)
#### Bug Fixes
* Fixed parsing of expiration timestamp from ID tokens ([#492](https://github.com/googleapis/google-auth-library-ruby/issues/492))
* Use NoMethodError instead of NotImplementedError for unimplemented base class methods ([#487](https://github.com/googleapis/google-auth-library-ruby/issues/487))
-------------------------------------------------------------------
Fri Jun 21 09:58:32 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ### 1.11.0 (2024-02-09)
#### Features
* Deprecate the positional argument for callback_uri, and introduce keyword argument instead ([#475](https://github.com/googleapis/google-auth-library-ruby/issues/475))
### 1.10.0 (2024-02-08)
#### Features
* add PKCE to 3 Legged OAuth exchange ([#471](https://github.com/googleapis/google-auth-library-ruby/issues/471))
#### Bug Fixes
* Client library credentials provide correct self-signed JWT and external account behavior when loading from a file path or JSON data ([#474](https://github.com/googleapis/google-auth-library-ruby/issues/474))
* Prioritize universe domain specified in GCECredentials arguments over metadata-fetched value ([#472](https://github.com/googleapis/google-auth-library-ruby/issues/472))
-------------------------------------------------------------------
Mon Jan 29 14:04:53 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ### 1.9.2 (2024-01-25)
#### Bug Fixes
* Prevent access tokens from being fetched at service account construction in the self-signed-jwt case ([#467](https://github.com/googleapis/google-auth-library-ruby/issues/467))
### 1.9.1 (2023-12-12)
#### Bug Fixes
* update expires_in for cached metadata-retrieved tokens ([#464](https://github.com/googleapis/google-auth-library-ruby/issues/464))
### 1.9.0 (2023-12-07)
#### Features
* Include universe_domain in credentials ([#460](https://github.com/googleapis/google-auth-library-ruby/issues/460))
* Use google-cloud-env for more robust Metadata Service access ([#459](https://github.com/googleapis/google-auth-library-ruby/issues/459))
-------------------------------------------------------------------
Fri Nov 3 07:37:48 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ### 1.8.1 (2023-09-19)
#### Documentation
* improve ADC related error and warning messages ([#452](https://github.com/googleapis/google-auth-library-ruby/issues/452))
### 1.8.0 (2023-09-07)
#### Features
* Pass additional parameters to auhtorization url ([#447](https://github.com/googleapis/google-auth-library-ruby/issues/447))
#### Documentation
* improve ADC related error and warning messages ([#449](https://github.com/googleapis/google-auth-library-ruby/issues/449))
### 1.7.0 (2023-07-14)
#### Features
* Adding support for pluggable auth credentials ([#437](https://github.com/googleapis/google-auth-library-ruby/issues/437))
#### Documentation
* fixed iss argument and description in comments of IDTokens ([#438](https://github.com/googleapis/google-auth-library-ruby/issues/438))
### 1.6.0 (2023-06-20)
#### Features
* adding identity pool credentials ([#433](https://github.com/googleapis/google-auth-library-ruby/issues/433))
#### Documentation
* deprecation message for discontinuing command line auth flow ([#435](https://github.com/googleapis/google-auth-library-ruby/issues/435))
### 1.5.2 (2023-04-13)
#### Bug Fixes
* AWS IMDSV2 session token fetching shall call PUT method instead of GET ([#429](https://github.com/googleapis/google-auth-library-ruby/issues/429))
* GCECredentials - Allow retrieval of ID token ([#425](https://github.com/googleapis/google-auth-library-ruby/issues/425))
### 1.5.1 (2023-04-10)
#### Bug Fixes
* Remove external account config validation ([#427](https://github.com/googleapis/google-auth-library-ruby/issues/427))
### 1.5.0 (2023-03-21)
#### Features
* Add support for AWS Workload Identity Federation ([#418](https://github.com/googleapis/google-auth-library-ruby/issues/418))
### 1.4.0 (2022-12-14)
#### Features
* make new_jwt_token public in order to fetch raw token directly ([#405](https://github.com/googleapis/google-auth-library-ruby/issues/405))
-------------------------------------------------------------------
Fri Oct 28 04:57:56 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.3.0
see installed CHANGELOG.md
### 1.3.0 (2022-10-18)
#### Features
* Use OpenSSL 3.0 compatible interfaces for IDTokens ([#397](https://github.com/googleapis/google-auth-library-ruby/issues/397))
-------------------------------------------------------------------
Thu Aug 4 13:13:18 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.2.0
see installed CHANGELOG.md
### 1.2.0 (2022-06-23)
* Updated minimum Ruby version to 2.6
-------------------------------------------------------------------
Thu Apr 28 05:31:33 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.1.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Mar 3 08:21:14 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.1.2
see installed CHANGELOG.md
### [1.1.2](https://www.github.com/googleapis/google-auth-library-ruby/compare/googleauth/v1.1.1...googleauth/v1.1.2) (2022-02-22)
### Bug Fixes
* Support Faraday 2 ([#365](https://www.github.com/googleapis/google-auth-library-ruby/issues/365)) ([9bbb88f](https://www.github.com/googleapis/google-auth-library-ruby/commit/9bbb88f825fe185f69d314ff6808524ce036acb6))
-------------------------------------------------------------------
Tue Feb 15 07:29:39 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.1.1
see installed CHANGELOG.md
### [1.1.1](https://www.github.com/googleapis/google-auth-library-ruby/compare/googleauth/v1.1.0...googleauth/v1.1.1) (2022-02-14)
### Bug Fixes
* add quota_project to user refresh credentials ([#361](https://www.github.com/googleapis/google-auth-library-ruby/issues/361)) ([0eb3c28](https://www.github.com/googleapis/google-auth-library-ruby/commit/0eb3c2850813c99c1100df6371c94ddef6e00b00))
-------------------------------------------------------------------
Tue Jan 25 07:00:46 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.1.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Jun 24 17:26:23 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 0.16.2
see installed CHANGELOG.md
-------------------------------------------------------------------
Wed Jan 20 12:43:49 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 0.14.0
see installed CHANGELOG.md
### 0.14.0 / 2020-10-09
* Honor GCE_METADATA_HOST environment variable
* Fix errors in some environments when requesting an access token for multiple scopes
-------------------------------------------------------------------
Fri Sep 25 14:05:50 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 0.13.1
see installed CHANGELOG.md
# Release History
### 0.13.1 / 2020-07-30
* Support scopes when using GCE Metadata Server authentication ([@ball-hayden][])
### 0.13.0 / 2020-06-17
* Support for validating ID tokens.
* Fixed header application of ID tokens from service accounts.
-------------------------------------------------------------------
Thu May 7 20:50:18 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.12.0
see installed CHANGELOG.md
### 0.12.0 / 2020-04-08
* Support for ID token credentials.
* Support reading quota_id_project from service account credentials.
### 0.11.0 / 2020-02-24
* Support Faraday 1.x.
* Allow special "postmessage" value for redirect_uri.
-------------------------------------------------------------------
Mon Feb 10 14:46:09 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.10.0
see installed CHANGELOG.md
### 0.10.0 / 2019-10-09
Note: This release now requires Ruby 2.4 or later
* Increase metadata timeout to improve reliability in some hosting environments
* Support an environment variable to suppress Cloud SDK credentials warnings
* Make the header check case insensitive
* Set instance variables at initialization to avoid spamming warnings
* Pass "Metadata-Flavor" header to metadata server when checking for GCE
### 0.9.0 / 2019-08-05
* Restore compatibility with Ruby 2.0. This is the last release that will work on end-of-lifed versions of Ruby. The 0.10 release will require Ruby 2.4 or later.
* Update Credentials to use methods for values that are intended to be changed by users, replacing constants.
* Add retry on error for fetch_access_token
* Allow specifying custom state key-values
* Add verbosity none to gcloud command
* Make arity of WebUserAuthorizer#get_credentials compatible with the base class
-------------------------------------------------------------------
Fri Mar 29 06:03:48 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.8.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Jan 14 13:41:41 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.8.0
see installed CHANGELOG.md
## 0.8.0 (2019/01/02)
* Support connection options :default_connection and :connection_builder when creating credentials that need to refresh OAuth tokens. This lets clients provide connection objects with custom settings, such as proxies, needed for the client environment.
* Removed an unnecessary warning about project IDs.
-------------------------------------------------------------------
Thu Nov 22 05:13:31 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 0.7.1
see installed CHANGELOG.md
## 0.7.1 (2018/10/25)
* Make load_gcloud_project_id module function.
## 0.7.0 (2018/10/24)
* Add project_id instance variable to UserRefreshCredentials, ServiceAccountCredentials, and Credentials.
## 0.6.7 (2018/10/16)
* Update memoist dependency to ~> 0.16.
-------------------------------------------------------------------
Wed Sep 5 10:19:15 UTC 2018 - coolo@suse.com
- updated to version 0.6.6
see installed CHANGELOG.md
## 0.6.6 (2018/08/22)
* Remove ruby version warnings.
## 0.6.5 (2018/08/16)
* Fix incorrect http verb when revoking credentials.
* Warn on EOL ruby versions.
## 0.6.4 (2018/08/03)
* Resolve issue where DefaultCredentials constant was undefined.
## 0.6.3 (2018/08/02)
* Resolve issue where token_store was being written to twice
## 0.6.2 (2018/08/01)
* Add warning when using cloud sdk credentials
-------------------------------------------------------------------
Sun Dec 3 19:19:36 UTC 2017 - coolo@suse.com
- updated to version 0.6.2
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Oct 26 10:02:50 UTC 2017 - coolo@suse.com
- updated to version 0.6.1
see installed CHANGELOG.md
## 0.6.1 (2017/10/18)
* Fix file permissions
## 0.6.0 (2017/10/17)
### Changes
* Support ruby-jwt 2.0
* Add simple credentials class
-------------------------------------------------------------------
Thu Aug 3 19:19:34 UTC 2017 - coolo@suse.com
- updated to version 0.5.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Sat Jan 14 16:00:49 UTC 2017 - tampakrap@opensuse.org
- Initial package