Releases: SenteraLLC/rio-tiler
7.8.1-0
What's Changed
7.8.1: Re-introduceaoiargument toReader::tile()to support clipped tiles by @DanSchoppe in #5
Full Changelog: https://github.com/SenteraLLC/rio-tiler/commits/7.8.1-0
4.1.10-0
What's Changed
- [PAGC-1757] Add
aoiargument toReader::tile()to support clipped tiles by @DanSchoppe in #2
New Contributors
- @DanSchoppe made their first contribution in #2
Full Changelog: https://github.com/SenteraLLC/rio-tiler/commits/4.1.10-0
3.1.4-8b98b68-0
NOTE: This replaces SenteraLLC's previous 3.1.5 release, which collides with upstream's 3.1.5 release.
Going forward, we'll be using a branching strategy where this fork's main aligns with upstream main to allow easy fast-forwarding. Any customizations will be freshly re-applied to release branches, and releases created using the name schema:
{latest upstream tag}-{SHA of latest post-tag upstream commit, if any}-{nonce in case we need multiple releases}
This should make for sane code review where each PR shows the full extent of our fork's customization of the upstream repo. This will allow fresh scrutiny of how the customizations are applied to the upstream repo, as well as provide some pressure to continuously re-evaluate whether any of these customizations can be contributed upstream.