Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41f4291

Browse files
committed
Bumps version to 8.0.1 and updates CHANGELOG
1 parentd0fb551 commit41f4291

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##8.0.1
2+
3+
Bugfix release:
4+
5+
- elasticsearch-rails: Fixes[#1082](https://github.com/elastic/elasticsearch-rails/issues/1082)`rake elasticsearch:import:model - ArgumentError: unknown keyword: :type (ArgumentError)`. Thanks@beatjoerg[Pull Request](https://github.com/elastic/elasticsearch-rails/pull/1083).
6+
- elasticsearch-model: Fixes`ArgumentError` when calling`dup` on aggregations. Thanks@rafayqayyum[Pull Request](https://github.com/elastic/elasticsearch-rails/pull/1090).
7+
18
##8.0.0
29

310
First general availability release for`8.0.0`. Major versions of`8.x` will support Elasticsearch version`8.x` changing the`elasticsearch` dependency's major version:`gem 'elasticsearch', '~> 8'`.

‎elasticsearch-model/lib/elasticsearch/model/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
moduleElasticsearch
1919
moduleModel
20-
VERSION='8.0.0'.freeze
20+
VERSION='8.0.1'.freeze
2121
end
2222
end

‎elasticsearch-persistence/lib/elasticsearch/persistence/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
moduleElasticsearch
1919
modulePersistence
20-
VERSION='8.0.0'.freeze
20+
VERSION='8.0.1'.freeze
2121
end
2222
end

‎elasticsearch-rails/lib/elasticsearch/rails/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
moduleElasticsearch
1919
moduleRails
20-
VERSION='8.0.0'.freeze
20+
VERSION='8.0.1'.freeze
2121
end
2222
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp