This repository was archived by the owner on May 31, 2024. It is now read-only.
Releases: CrowdStrike/opensearchtools
Releases · CrowdStrike/opensearchtools
v0.5.0
What's Changed
- Make the job in the deps check workflow not run for PRs from forks by @jeffmclean-cs in #27
- feat(bulk): addition of ParseResponseItemsOnlyOnFailure option for Bulk request to parse response only for errors by @Gillani0 in #26
- feat(search): added support for
fromon searches by @cs-marshall in #31
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat(query): added support for nested query by @cs-marshall in #25
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat(validation): added Len to ValidationResults by @cs-marshall in #24
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix(aggs): fixes percentiles result unmarshaling by @cs-marshall in #23
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: adds support for minimalistic multi-get requests by @cs-marshall in #2
- Add LICENSE and CODEOWNERS files by @jeffmclean-cs in #5
- feat(mget)!: defered result parsing till requested by @cs-marshall in #4
- chore: add GA workflows by @jeffmclean-cs in #1
- feat(search): adds support for minimalistic search requests by @cs-marshall in #6
- Do test before lint by @jeffmclean-cs in #8
- feat(mget): replaced mgetDoc with DocumentRef by @cs-marshall in #7
- chore(search): refactored query interface function Source by @cs-marshall in #10
- feat(bulk): adds basic bulk requests by @cs-marshall in #9
- Support multiple opensearch versions 2 by @jeffmclean-cs in #12
- fix(bulk): change BulkRequest.MarshalJSON -> ToOpenSearchJSON by @cs-marshall in #15
- Domain model validation by @jeffmclean-cs in #13
- A couple small cleanups by @jeffmclean-cs in #17
- Add minimal Makefile by @jeffmclean-cs in #18
- feat(search)!: converts SearchRequest to fit executor pattern by @cs-marshall in #16
- Align executor patterns for mget and search by @jeffmclean-cs in #20
- feat(bulk)!: converts BulkRequest to executor pattern by @cs-marshall in #19
- feat(search): add aggregations to SearchRequest by @cs-marshall in #14
- feat(aggregation): adds more aggregations by @cs-marshall in #21
- fix: updated and unified several patterns by @cs-marshall in #22
New Contributors
- @cs-marshall made their first contribution in #2
Full Changelog: v0.0.0...v0.1.0