Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 678 Bytes

File metadata and controls

31 lines (17 loc) · 678 Bytes

Changelog

v1.3.0

Add reattempted requests with exponential backoff, logging, and erroring for empty responses from Sierra Add exponential backoff for authentication reattempts

v1.2.0

Add PUT and DELETE functionality

v1.1.0

Add in OAuth re-authentication, up to three successive attempts, for 401 response from Sierra API for an authenticated request.

v1.0.3

Fix: Critical bugs in initializer

v1.0.2

Fix: Correct use of Net:HTTP constructor, where previously we were dropping the query string

v1.0.1

Fix: Rename core library to match gem name for consistent require

v1.0.0

Initial push with support for:

  • Arbitrary GET and POST requests