This repository was archived by the owner on May 31, 2024. It is now read-only.
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