Releases: pksprojects/ElasticSwift
Releases · pksprojects/ElasticSwift
v1.0.0-alpha.2 amendment
Features
- Initial Serialization support
- Authentication support
- Initial SSL support
- Revised APIs
Breaking Changes
- All alpha.1 API breaks.
v1.0.0-alpha.1 embarkment
First alpha release of ElasticSwift
Features
- Index creation & deletion.
- Document CRUD operations.
- Document Search.
- QueryBuilders for
bool
,match
,match_all
,match_none
queries. - SortBuilders for
field
andscore
sort.
For documentation check README.