File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
- ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.2 ..master )
3
+ ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.3 ..master )
4
4
5
- ## [ 2.2.1] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.1...2.2.2 ) (2021-12-08)
5
+ ## [ 2.2.3] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.2...2.2.3 ) (2022-04-21)
6
+ ### Fixed
7
+ - API polling flood issue due to msec sleep time mishandling ([ ` #472 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/472 ) )
8
+ - mailto link in SECURITY.md ([ ` #463 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/463 ) )
9
+
10
+ ### Added
11
+ - allow hash in multiple queries ([ ` #468 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/468 ) )
12
+
13
+ ## [ 2.2.2] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.1...2.2.2 ) (2021-12-08)
6
14
### Fixed
7
15
- Added a ` status ` field to the ` MockRequester ` ([ ` #467 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/467 ) )
8
16
Original file line number Diff line number Diff line change 1
1
module Algolia
2
- VERSION = '2.2.2 ' . freeze
2
+ VERSION = '2.2.3 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments