Skip to content

Commit f8b7041

Browse files
authored
Merge pull request #15 from eirsep/release-notes-rc1
Release notes for 1.0.0.0-rc1
2 parents 4679109 + d36f035 commit f8b7041

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

build-tools/pkgbuild.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'nebula.ospackage'
1919
// This is afterEvaluate because the bundlePlugin ZIP task is updated afterEvaluate and changes the ZIP name to match the plugin name
2020
afterEvaluate {
2121
ospackage {
22-
packageName = "opendistro-${name}"
22+
packageName = "${name}"
2323
release = isSnapshot ? "0.1" : '1'
2424
version = "${project.version}" - "-SNAPSHOT"
2525

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Version 1.0.0.0-rc1 Release Notes
2+
3+
Compatible with OpenSearch 1.0.0-rc1
4+
5+
### Infrastructure
6+
7+
* Update dependencies for opensearch and update the version from beta1 to rc1([#14](https://github.com/opensearch-project/asynchronous-search/pull/14))
8+
9+
### Maintenance
10+
11+
* Renaming RestAPIs while supporting backwards compatibility. ([#9](https://github.com/opensearch-project/asynchronous-search/pull/9))
12+
* Rename namespaces from opendistro to opensearch. ([#12](https://github.com/opensearch-project/asynchronous-search/pull/12))
13+
* update the settings for opensearch. ([#13](https://github.com/opensearch-project/asynchronous-search/pull/13))
14+

src/main/java/org/opensearch/search/asynchronous/plugin/AsynchronousSearchPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
public class AsynchronousSearchPlugin extends Plugin implements ActionPlugin, SystemIndexPlugin {
8686

87-
public static final String OPEN_DISTRO_ASYNC_SEARCH_GENERIC_THREAD_POOL_NAME = "opendistro_asynchronous_search_generic";
87+
public static final String OPEN_DISTRO_ASYNC_SEARCH_GENERIC_THREAD_POOL_NAME = "opensearch_asynchronous_search_generic";
8888
public static final String LEGACY_OPENDISTRO_BASE_URI = "/_opendistro/_asynchronous_search";
8989
public static final String BASE_URI = "/_plugins/_asynchronous_search";
9090

0 commit comments

Comments
 (0)