Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Transport] Use elastic-transport-go as transport #375

Merged
merged 9 commits into from
Dec 7, 2021

Conversation

Anaethelion
Copy link
Contributor

This PR extracts the transport from the go-elasticsearch client to its own repository: https://github.com/elastic/elastic-transport-go/
It also integrates the newly extracted transport as a dependency to the client, its tests, examples and documentation.

@Anaethelion Anaethelion merged commit b8fa12c into elastic:main Dec 7, 2021
@Anaethelion Anaethelion deleted the use_external_transport branch December 7, 2021 16:16
Anaethelion added a commit to Anaethelion/go-elasticsearch that referenced this pull request Dec 14, 2021
* Initial commit to use estransport as a external dependency
* Adapt import name to transport package change
* Rename estransport to elastictransport
* Update transport reference in makefile
* Update reference to elastic-transport-go
* Apply external transport to examples
* Rename transport in readme files
* Adding go.sum for elastic-transport
Anaethelion added a commit that referenced this pull request Dec 14, 2021
* [Transport] Use elastic-transport-go as transport (#375)

* Initial commit to use estransport as a external dependency
* Adapt import name to transport package change
* Rename estransport to elastictransport
* Update transport reference in makefile
* Update reference to elastic-transport-go
* Apply external transport to examples
* Rename transport in readme files
* Adding go.sum for elastic-transport

* Bump github.com/tidwall/gjson from 1.2.1 to 1.9.3 in /_examples/encoding (#376)

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.2.1 to 1.9.3.
- [Release notes](https://github.com/tidwall/gjson/releases)
- [Commits](tidwall/gjson@v1.2.1...v1.9.3)

---
updated-dependencies:
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Client: Reeintegrate compatibility header with external transport (#379)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant