sudo-suhas / elastic-builder

A Node.js implementation of the elasticsearch Query DSL :construction_worker:
https://elastic-builder.js.org
MIT License
508 stars 75 forks source link

feat: Add support for date histogram hard_bounds #176

Closed ministrudels closed 1 year ago

ministrudels commented 1 year ago

Fix https://github.com/sudo-suhas/elastic-builder/issues/169 Implements hard_bounds for date histograms, the counterpart of the already existing extended_bounds.

https://github.com/elastic/elasticsearch/issues/59774 implemented in 7.10

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.19.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

sudo-suhas commented 1 year ago

Thanks @ministrudels for the PR 🎉 !