- Don't set nil
JSON.create_id
as it's unnecessary in recent versions of the JSON library - Avoid ArgumentError when no HOME environment variable is set
- Add Resource::Organization proxy
- Update all comments to point to the correct Docs site URLs
- Remove support for Ruby 1.9
- Add the ability to disable signing on a request
- Always send JSON when authenticating a user
- Fix to_json method contract
- Add config file support. See the readme for an example
- Add required fields to role schema
- Do not symbolize keys in the config
- Fix boolean logic in determining if SSL should be verified
- Relax the dependency on mime-types
- When searching for the file object of a multipart filepart, find the first IO that not a StringIO
- Rewind IO objects after digesting them
- Remove dependency on mixlib-authentication
- Fix a bug where Content-Type headers were not sent properly
- Switch to rake for test running
- Improve test coverage with fixtures
- Support multipart POST
- Add search functionality
- Add partial search
- Update testing harness
- Fix a series of typographical errors
- Improved documentation for loading resources from disk
- Improved spec coverage
- Switch to Logify for logging
- Add HEC endpoint for authenticating users
- Change the default options for Hosted Chef
- Implement HTTPGatewayTimeout (504)
- Do not automatically inflate JSON objects
- Improved logging awesomeness
- Add "flavors" when defining the schema (OSC is different than HEC)
- Remove i18n in favor of ERB
- Fix an issue when providing a key at an unexpanded path