Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Marvin1973:pcs
rubygem-oauth
rubygem-oauth.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-oauth.changes of Package rubygem-oauth
------------------------------------------------------------------- Mon Oct 10 13:12:03 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 1.1.0 see installed CHANGELOG.md ## [1.1.0] 2022-08-29 ### Changed * `OAuth::CLI` has been extracted to a new gem, `oauth-tty`, hosted on [Gitlab](https://gitlab.com/oauth-xx/oauth-tty) * The public API of `oauth-tty` is backwards compatible (meaning `OAuth::CLI`) * The change within the `oauth` gem is backwards compatible as `oauth-tty` has been added as a dependency * Minor version bump is cautionary, as many lines of code have changed. * `OAuth::Comsumer#options` hash is now handled by `snaky_hash`, which was extracted from `oauth2` * symbolized keys, dot-access and snake-case are now normalized ## [1.0.1] 2022-08-29 ### Changed * `OAuth::Comsumer#options` hash is now handled by `snaky_hash`, which was extracted from `oauth2` * symbolized keys, dot-access and snake-case are now normalized ------------------------------------------------------------------- Mon Aug 29 06:53:11 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 1.0.0 see installed CHANGELOG.md ## [1.0.0] 2022-08-23 ### Changed * Dropped support for Ruby < 2.7 ### Added * New EOL Policy * Non-commercial support for the oldest version of Ruby (which itself is going EOL) will be dropped each year in April ## [0.6.1] 2022-08-23 ### Changed * Fixed documentation in SECURITY.md * Change references to master => main ### Added * Post install note about v0.6.x EOL approaching in April, 2024 ## [0.6.0] 2022-08-23 ### Added * New option `body_hash_enabled` which defaults to true to maintain backward compatibility with prior releases. Setting to `false` disables generation of a `oauth_body_hash` component as part of the signature computation. * Improved documentation of support policy via Tidelift * Stop testing against active_support v2 ### Changed * Utilize version_gem extracted from oauth2 gem for VERSION * Added new `OAuth::Version` namespace * VERSION constant now at `OAuth::Version::VERSION` ### Removed * Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets ## [0.5.13] 2022-08-23 The "I think I caught 'em all!" Release ### Fixed * Typo oauth2 => oauth as gem name in one more place. ## [0.5.12] 2022-08-23 The "Typoes are just the worst!" Release ### Fixed * Typo oauth2 => oauth as gem name in a couple places. ## [0.5.11] 2022-08-23 The "Is this the last release with a silly name?" Release ### Added * Post install note about v0.5.x EOL approaching in April, 2023 ### Changed * Improved documentation * Switched branch references from master to main * CI builds are now all green! ------------------------------------------------------------------- Thu Aug 4 13:20:46 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 0.5.10 see installed CHANGELOG.md ------------------------------------------------------------------- Tue Jan 25 07:15:20 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 0.5.8 no changelog found ------------------------------------------------------------------- Thu Dec 14 14:25:14 UTC 2017 - coolo@suse.com - updated to version 0.5.4 no changelog found ------------------------------------------------------------------- Tue May 30 05:17:21 UTC 2017 - coolo@suse.com - updated to version 0.5.3 no changelog found ------------------------------------------------------------------- Tue May 23 10:05:45 UTC 2017 - coolo@suse.com - updated to version 0.5.2 no changelog found ------------------------------------------------------------------- Wed Mar 2 05:33:38 UTC 2016 - coolo@suse.com - updated to version 0.5.1 no changelog found ------------------------------------------------------------------- Sun Feb 21 05:35:38 UTC 2016 - coolo@suse.com - updated to version 0.5.0 HISTORY removed upstream ------------------------------------------------------------------- Tue Sep 4 05:11:32 UTC 2012 - coolo@suse.com - updated to version 0.4.7 * Fix merging paths if the path is not empty * Set a configurable timeout for all requests (Rick Olson) * Fix nested hash params in Consumer#request (Ernie Miller) ------------------------------------------------------------------- Wed Aug 1 05:05:53 UTC 2012 - coolo@suse.com - updated to version 0.4.6 ------------------------------------------------------------------- Fri Oct 7 13:09:01 UTC 2011 - fcastelli@suse.com - Added 'Provides' statement ------------------------------------------------------------------- Tue Aug 2 13:25:46 UTC 2011 - fcastelli@novell.com - Upgrade to version 0.4.5 * Add explicit require for rsa/sha1 (Juris Galang) * Use webmock to mock all http-requests in tests (Adrian Feldman) * Add gemtest support (Adrian Feldman) * Fix POST Requests with Typhoeus proxy (niedhui) * Mention Typhoeus require in the README (Kim Ahlström) * Fix incorrect hardcoded port (Ian Taylor) * Use Net::HTTPGenericRequest (Jakub Kuźma) * Fix LoadError rescue in tests: return can't be used in this context (Hans de Graaff) * HTTP headers should be strings. (seancribbs) * ensure consumer uri gets set back to original config even if an error occurs (Brian Finney) * Yahoo uses & to split records in OAuth headers (Brian Finney) * Added support for Rails 3 in client/action_controller_request (Pelle) * Fix for em-http proxy (ichverstehe) * Fixed compatibility with Ruby 1.9.2 (ecavazos) * Fixed the em-http request proxy (Joshua Hull) * Fix for oauth proxy string manipulation (Jakub Suder) * Added Bundler (rc) Gemfile for easier dev/testing * Added support for using OAuth with proxies (Marsh Gardiner) * Rails 3 Compatibility fixes (Pelle Braendgaard) * Fixed load errors on tests for missing (non-required) libraries ------------------------------------------------------------------- Tue May 10 12:04:58 CEST 2011 - visnov@suse.cz - license is MIT ------------------------------------------------------------------- Mon Jun 14 14:10:20 UTC 2010 - mrueckert@suse.de - update to version 0.4.0 - Added computation of oauth_body_hash as per OAuth Request Body Hash 1.0 Draft 4 (Michael Reinsch) - Added the optional `oauth_session_handle` parameter for the Yahoo implementation (Will Bailey) - Better marshalling implementation (Yoan Blanc) - Added optional block to OAuth::Consumer.get_*_token (Neill Pearman) - Exclude `oauth_callback` with :exclude_callback (Neill Pearman) - Strip extraneous spaces and line breaks from access_token responses (observed in the wild with Yahoo!'s OAuth+OpenID hybrid) (Eric Hartmann) - Stop double-escaping PLAINTEXT signatures (Jimmy Zimmerman) - OAuth::Client::Helper won't override the specified `oauth_version` (Philip Kromer) - Support for Ruby 1.9 (Aaron Quint, Corey Donahoe, et al) - Fixed an encoding / multibyte issue (成田 一生) - Replaced hoe with Jeweler (Aaron Quint) - Support for Typhoeus (Bill Kocik) - Support for em-http (EventMachine) (Darcy Laycock) - Support for curb (André Luis Leal Cardoso Junior) - New website (Aaron Quint) ------------------------------------------------------------------- Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de - use rubygems_requires macro ------------------------------------------------------------------- Sat Nov 14 02:36:19 UTC 2009 - mrueckert@suse.de - remove development requires from the spec ------------------------------------------------------------------- Thu Oct 1 17:56:40 CEST 2009 - mrueckert@suse.de - update to version 0.3.6 - Added -B CLI option to use the :body authentication scheme (Seth) - Respect `--method` in `authorize` CLI command (Seth) - Support POST and PUT with raw bodies (Yu-Shan Fung et al) - Test clean-up (Xavier Shay, Hannes Tydén) - Added :ca_file consumer option to allow consumer specific certificate override. (Pelle) ------------------------------------------------------------------- Thu Aug 13 12:00:00 CEST 2009 - aduffeck@suse.de - initial package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor