Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
appidiabhinav
/
elasticsearch-py
Public
forked from
elastic/elasticsearch-py
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 22, 2021
Implement 'arbitrary_key' feature for REST API tests
V1NAY8
authored
78774c3
Copy full SHA for 78774c3
Commits on Jan 21, 2021
Implement 'contains' feature for REST API tests
V1NAY8
authored
0ac9dbe
Copy full SHA for 0ac9dbe
Commits on Jan 13, 2021
Sort imports with isort and regenerate APIs
sethmlarson
authored
f4447bf
Copy full SHA for f4447bf
Commits on Jan 11, 2021
Use gzip to compress the release tarball
sethmlarson
authored
383d6a4
Copy full SHA for 383d6a4
Commits on Jan 4, 2021
Use ElasticsearchWarning instead of ElasticsearchDeprecationWarning
sethmlarson
authored
4441da0
Copy full SHA for 4441da0
Fix typo decribing -> describing
timgates42
authored
dc26809
Copy full SHA for dc26809
Skip REST API test search/highlight/20_fvh[3]
sethmlarson
authored
089d785
Copy full SHA for 089d785
Commits on Dec 28, 2020
Fix JUnit report collection for CI
sethmlarson
committed
eecf665
Copy full SHA for eecf665
Commits on Dec 22, 2020
Move tarball step into .ci/make.sh
sethmlarson
authored
3a0d5a3
Copy full SHA for 3a0d5a3
Commits on Dec 18, 2020
Remove duplicate IndicesClient in Elasticsearch constructor
Show description for e8cb3ca
Graywd
and
sethmlarson
authored
e8cb3ca
Copy full SHA for e8cb3ca
Commits on Dec 17, 2020
Move client meta header logic to Transport
sethmlarson
authored
20d0733
Copy full SHA for 20d0733
Commits on Dec 16, 2020
[CI] CI: Add 7.11 job to Jenkins
sethmlarson
authored
5fe9ff7
Copy full SHA for 5fe9ff7
Commits on Dec 15, 2020
Handle Python pre-releases properly in meta header
sethmlarson
authored
4d17125
Copy full SHA for 4d17125
Commits on Dec 14, 2020
Add the 'X-Elastic-Client-Meta' header
sethmlarson
authored
204129b
Copy full SHA for 204129b
Commits on Dec 9, 2020
Add 7.10.1 release to Changelog.rst on master
sethmlarson
authored
81a08b0
Copy full SHA for 81a08b0
Commits on Dec 4, 2020
[API] Update REST APIs to ade85b694df
sethmlarson
authored
fe54c98
Copy full SHA for fe54c98
[DOCS] Adds Connecting section to Python book
szabosteve
authored
e85917b
Copy full SHA for e85917b
Commits on Dec 1, 2020
Support IPv6 braces in Connection.host
sethmlarson
authored
8006018
Copy full SHA for 8006018
Start using wipe_cluster() for consistent cluster state
sethmlarson
authored
e1f0e8f
Copy full SHA for e1f0e8f
Commits on Nov 23, 2020
Handle qualified version snapshots with make.sh
sethmlarson
committed
c2e8e67
Copy full SHA for c2e8e67
Remove -it option from make.sh Docker call
sethmlarson
committed
9c97fd0
Copy full SHA for 9c97fd0
Commits on Nov 20, 2020
Allow '_shards.skipped' to be absent on scroll responses
sethmlarson
authored
738bda1
Copy full SHA for 738bda1
Commits on Nov 19, 2020
Add Python 3.9 to CI
sethmlarson
authored
6d30732
Copy full SHA for 6d30732
Fix typo (collections.abs -> collections.abc) to restore Python 3.9 support
Tenzer
authored
fc5b6e8
Copy full SHA for fc5b6e8
Commits on Nov 17, 2020
Update build-dists to support all Elastic version specifiers
sethmlarson
committed
6aba843
Copy full SHA for 6aba843
Commits on Nov 16, 2020
Add 7.10.0 release to Changelog.rst on master
sethmlarson
authored
b7ebead
Copy full SHA for b7ebead
Add 'Type Hints' section to documentation
sethmlarson
authored
fd6fa41
Copy full SHA for fd6fa41
Commits on Nov 10, 2020
Change 'make.sh release' to 'make.sh assemble'
sethmlarson
authored
6f4cfae
Copy full SHA for 6f4cfae
Fix sniffer_timeout typo in AsyncTransport
HarrySky
authored
c5de86d
Copy full SHA for c5de86d
Commits on Nov 4, 2020
Actually dockerize repo, update build-dists for release manager
sethmlarson
authored
871a335
Copy full SHA for 871a335
Commits on Oct 29, 2020
Skip the snapshot/clone/10_basic[1] test for now
sethmlarson
authored
598a767
Copy full SHA for 598a767
Commits on Oct 28, 2020
Remove RemoteClient in favor of 'cluster.remote_info()' API
sethmlarson
committed
2b450eb
Copy full SHA for 2b450eb
Document all APIs, add stability warning
sethmlarson
committed
233bfbd
Copy full SHA for 233bfbd
Commits on Oct 20, 2020
API: Update Elasticsearch APIs for 8.0.0
sethmlarson
committed
44ec60e
Copy full SHA for 44ec60e
Test typing metadata in build-dist script
sethmlarson
committed
403ab50
Copy full SHA for 403ab50
Pagination
Previous
Next
You can’t perform that action at this time.