Skip to content

Latest commit

 

History

History
258 lines (153 loc) · 14.6 KB

File metadata and controls

258 lines (153 loc) · 14.6 KB

Changelog

v5.3.1 (2021-02-03)

Full Changelog

Implemented enhancements:

  • Make Travis test gem installation #63

Merged pull requests:

  • Allow newer versions of Faraday #93 (Pontus4)
  • Run tests on GitHub Actions #92 (walro)
  • Test with latest Ruby/JRuby versions and drop support for Ruby 2.4 #91 (roback)
  • Bump rake version #90 (walro)
  • Newer Ruby on Travis #89 (roback)
  • Test gem installation on TravisCI #88 (roback)

v5.3.0 (2019-04-03)

Full Changelog

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:

  • Inconsistent formating in Result#inspect #79
  • Uninitialized variable warnings #76

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)

v5.2.0 (2018-05-17)

Full Changelog

Merged pull requests:

  • Add Post#to_h for both LiveFeed and Search #77 (dentarg)

v5.1.4 (2018-02-23)

Full Changelog

Implemented enhancements:

  • Looser requirement on Faraday #70

Fixed bugs:

  • Update yard gem dependency #72

Merged pull requests:

  • Looser requirements on Faraday #74 (jage)
  • Test with latest Ruby versions #73 (dentarg)
  • Test with latest rubies, support Ruby 2.4 and JRuby 9.1 #71 (walro)

v5.1.3 (2017-10-16)

Full Changelog

Merged pull requests:

  • Revert "Include timezone info for timestamps in search query" #69 (walro)

v5.1.2 (2017-05-29)

Full Changelog

v5.1.1 (2017-05-17)

Full Changelog

Merged pull requests:

  • Include timezone info for timestamps in search query #67 (roback)

v5.1.0 (2017-05-09)

Full Changelog

Fixed bugs:

  • Ruby 1.9.3 and Ruby 2.0.0 can't use nokogiri >= 1.7.0 (build failures) #61
  • rack-2.0.1 requires ruby version >= 2.2.2, which is incompatible with the current version #58

Merged pull requests:

v5.0.1 (2016-03-03)

Full Changelog

Fixed bugs:

  • Not possible to remove start_time from query #53

Closed issues:

  • New release #48

Merged pull requests:

  • Be able to remove start/end time from Query #54 (dentarg)
  • Actually test what we intend to test #52 (dentarg)

v5.0.0 (2016-02-17)

Full Changelog

Implemented enhancements:

  • Use Time all the time #50

Fixed bugs:

  • Missing require "time" #44
  • Query#start_time and #end_time should be converted to UTC #43

Merged pull requests:

v4.0.1 (2016-01-28)

Full Changelog

Merged pull requests:

v4.0.0 (2015-12-02)

Full Changelog

Implemented enhancements:

  • Add JRuby 9000 to supported Ruby versions #27
  • Rename analytics to search #21

Fixed bugs:

  • Handle non-XML responses from server #31
  • Changelog is not generated correctly #25

Merged pull requests:

v3.0.0 (2015-11-20)

Full Changelog

Implemented enhancements:

  • Improve "Development and release" section in README #19

Merged pull requests:

  • Rename analytics to search #24 (roback)
  • Improve "Development and release" section in README #22 (roback)

2.0.1 (2015-09-24)

Full Changelog

Fixed bugs:

  • Crash when pattern is empty string #17

Merged pull requests:

  • Do not allow empty search pattern #18 (twingly-mob)
  • Generate Changelog (with instructions to update it) #16 (jage)

2.0.0 (2015-09-14)

Full Changelog

Implemented enhancements:

  • Release gem to rubygems.org #10

Merged pull requests:

  • Improve time pagination (breaking compatibility for Query#start_time and Query#end_time) #15 (jage)

1.0.1 (2015-04-29)

Full Changelog

Fixed bugs:

  • Support Ruby 2.2 #12
  • HTTPS broke compatibility with Ruby 1.9.3 #8

Closed issues:

  • Use the rspec-its gem #11

Merged pull requests:

1.0.0 (2014-10-30)

Full Changelog

Implemented enhancements:

  • Use HTTPS for API access #7
  • Remove swedish comment #5
  • Rewrite history to remove huge vcr-cassettes #4
  • Remove humongous vcr cassettes #1

Closed issues:

  • Add a LICENSE #6
  • Wrap lines at 72 characters #2

* This Changelog was automatically generated by github_changelog_generator