Skip to content

Releases: onelogin/onelogin-ruby-sdk

v3.0.0-alpha.1

11 Aug 21:39
46930fd
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

Experimental openapi-generator SDK

Breaking changes

v1.6.0

28 Jan 22:44
Compare
Choose a tag to compare
  • #34 Ensure token is prepared before each page fetch
  • Pass an instance of the client to the cursor, not just class
  • #49 Fix generate_mfa_token default value
  • #55 Add event attributes
  • Improve example-apps
  • Add support for custom domain
  • #36 Add support for v2 of Apps
  • Fix duplicated def in user model
  • Upgrade dependencies

v1.5.0

19 Mar 22:32
Compare
Choose a tag to compare
  • Add support for Get Apps of a OneLogin account
  • Fix custom-login-page example

v1.4.1

01 Mar 18:25
Compare
Choose a tag to compare
  • Add risk fields to the event object as well as the proxy_ip
  • Replace at event_type object the reference by the description field

v1.4.0

21 Feb 17:37
Compare
Choose a tag to compare
  • Add Support for Generate MFA Token
  • Create examples

v1.3.0

27 Nov 13:26
Compare
Choose a tag to compare
  • #4 Create ApiException that will be raised on Cursor when OneLogin API returns an error
  • Move extract_error_message_from_response and extract_error_attribute_from_response to an specific class
  • Fix issue with error code at regenerate_token method.
  • Fix the way errors of get_access_token and regenerate_token are handled, v2 endpoint always return 200 status code so may inspect the response body
  • #26 Be able to define timeout
  • Add manager_user_id to User model

v1.2.3

27 Nov 13:21
Compare
Choose a tag to compare
  • Handle better the allowed_origin parameter. Add do_not_notify to get_session_token_verified and get_saml_assertion_verifying methods
  • #25 Pass HTTP client to cursor

v1.2.2

27 Nov 13:17
Compare
Choose a tag to compare
  • #24 Allow proxy to be used
  • Implement error_attribute that will provide what attribute caused the error on the execution of the API command if it was provided by the API

v1.2.1

27 Nov 13:16
Compare
Choose a tag to compare
  • Include app_name to event model
  • Remove create_session_via_token method. The use of this API call only makes sense in a browser
  • Add updated_at attribute to user model

v1.2.0

07 Jul 18:13
Compare
Choose a tag to compare
  • Add "Set User State" method
  • Fix Revoke Token method. URL was wrong
  • Correctly handle SAML Assertion methods when the result does not contain data
  • Added examples of use: update custom attribute, list custom attributes.
  • Improve custom login example.