Releases: opensearch-project/opensearch-sdk-java
Releases · opensearch-project/opensearch-sdk-java
0.1.0
What's Changed
- Initial Commit by @owaiskazi19 in #1
- Added MAINTAINERS and CODEOWNERS by @owaiskazi19 in #4
- Refactored code base by @owaiskazi19 in #7
- Updated namespace opensearchSDK -> org.opensearch.sdk by @owaiskazi19 in #10
- Update gradle wrapper to 7.4.2 by @dbwiddis in #15
- Updated Developer Guide by @joshpalis in #16
- Fail build on wildcard imports by @dbwiddis in #18
- added additional information in contributing document to require at l… by @joshpalis in #26
- New Design with createComponent extension point by @owaiskazi19 in #8
- Update Developer Guide by @ryanbogan in #33
- Document security scope for extensions by @peternied in #29
- Fail build on missing Javadocs by @dbwiddis in #45
- Added tests for createComponent workflow and removed the logs of gradle test by @owaiskazi19 in #44
- Add license header check/fix using spotless by @dbwiddis in #51
- Added a new line linter by @owaiskazi19 in #55
- Project plan for anomaly detection features by @peternied in #43
- Initial draft of Design for extensions by @saratvemulapalli in #60
- Move package to handlers by @vibrantvarun in #77
- Removing Netty4 local copy and consume from Maven by @saratvemulapalli in #76
- [Feature/extensions] Adding extensibility support for extension point getNamedWriteables. by @joshpalis in #54
- Renaming the project to reflect opensearch-sdk by @saratvemulapalli in #82
- Rename to Extensions by @mloufra in #72
- issue # 49 Rename and possibly move static method for determining local ephemeral address by @mloufra in #85
- Updating Developer guide by @vibrantvarun in #84
- Provide Extension API to OpenSearch by @dbwiddis in #74
- Publish artifacts to maven local by @owaiskazi19 in #92
- Rename everything from opensearch-sdk to opensearch-sdk-java by @mloufra in #96
- Created SDK Client to interact with OpenSearch by @owaiskazi19 in #67
- Only send one extension info when initializing by @dbwiddis in #103
- Register REST API and forward REST requests to associated extension by @dbwiddis in #101
- Add Extension API interfaces and implement in sample Hello World extension by @dbwiddis in #109
- Adding support to register Transport Actions by @saratvemulapalli in #115
- Code coverage by @mloufra in #104
- Pass full RestResponse to user from Extension by @dbwiddis in #114
- Adding dbwiddis@ to opensearch-sdk-java as a maintainer by @owaiskazi19 in #124
- Handle named wildcards (REST path parameters) by @dbwiddis in #123
- Added badges for CI in README by @owaiskazi19 in #125
- Remove warnings by @lucasfsvilela in #134
- Add ActionListener onFailure to ExtensionsRunner by @ryanbogan in #87
- Added java compatible version by @owaiskazi19 in #153
- Add getSettings support for AD by @dbwiddis in #147
- [Feature/Extensions] Adds Principal-Identity Token to extensions rest request by @DarshitChanpura in #140
- [Feature/extensions] Adding support for Extension Create Components [environment settings and add setting update consumers] by @joshpalis in #138
- Change action listener request by @ryanbogan in #141
- Refactor handler method by @mloufra in #158
- Pass REST params and content to extensions by @dbwiddis in #163
- Refactor Netty4 method by @mloufra in #166
- Refactor transportservice request by @mloufra in #167
- Adding support for extension to register transport actions by @saratvemulapalli in #164
- Refactor ExtensionsRunner test code out of production source tree by @roulpriya in #172
- Temporarily redirect gradle run to helloWorld by @dbwiddis in #177
- Return consumed params and content from extensions by @dbwiddis in #187
- Added createComponent to Extension interface by @ryanbogan in #146
- Re: Updating Netty Logging to only display errors and default logging to debug by @saratvemulapalli in #189
- [Feature/extensions] Modified Environment settings support by @joshpalis in #179
- Parse JSON XContent in the RestHelloAction by @dbwiddis in #192
- Transport service by @mloufra in #191
- Configure spotless to cleanup misc files by @dbwiddis in #193
- Simplify gradle check workflow to ensure visibility by @dbwiddis in #197
- Run spotless check before gradle check by @owaiskazi19 in #198
- Fix TransportService initialization by @dbwiddis in #199
- Add copyright line to license headers by @dbwiddis in #196
- Modified sendClusterStateRequest to return the cluster state to caller by @joshpalis in #201
- Compiler warning by @mloufra in #195
- Enforce type safety for ExtensionNamedWriteableRegistry by @mloufra in #203
- Modified local node request to return discovery node directly to caller by @joshpalis in #202
- Add dependabot configuration by @dbwiddis in #209
- Bump com.diffplug.spotless from 6.3.0 to 6.11.0 by @dependabot in #219
- Bump log4j-core from 2.17.1 to 2.19.0 by @dependabot in #220
- Migrate client transports to Apache HttpClient/Core5.x by @owaiskazi19 in #231
- Combine version strings for multi-module dependencies by @dbwiddis in #233
- Move extension settings reading into the BaseExtension by @mloufra in #205
- Removed unused exception by @owaiskazi19 in #234
- Prevent duplicate workflow runs on dependabot PRs by @dbwiddis in #232
- Bump jacksonDatabindVersion from 2.12.6.1 to 2.13.4 by @dependabot in #237
- Bump jaxb-api from 2.2.2 to 2.3.1 by @dependabot in https:...