Releases: twingly/twingly-search-api-ruby
Releases · twingly/twingly-search-api-ruby
Dependency updates and CI changes
Unique exceptions for 401/402 errors and reduce memory consumption in general
Implemented enhancements:
- Differentiate between 401 and 402 status codes #80
- Low hanging fruit that would reduce memory consumption #75
- Add fixture for "Invalid language code(s)" #56
Fixed bugs:
Merged pull requests:
- Drop support for older Rubies #87 (walro)
- AuthError -> AuthenticationError/AuthorizationError #86 (jage)
- Travis for modern Rubies #85 (jage)
- Profile for object allocation and pick some fruit #84 (jage)
- Improve Result#inspect output #83 (jage)
- Initialize variables to avoid warnings #82 (jage)
- Remove deprecated Query#language usage in example #81 (jage)
Add Post#to_h for both LiveFeed and Search
- Add Post#to_h for both LiveFeed and Search (#77)
Looser requirement on Faraday
Bugfix for datetime in query
- Timezone information should not be part of timestamps sent to Search API (#69)
Bugfix related to coordinates
- Make sure coordinates (latitude/longitude) gets converted to floats 48135f9
Timezone related bugfix
- Include timezone info for timestamps in search query #67
Update to Blog Search API v3
- Update Search client to Search API v3 #65