- ✏️ doc updates
- 🐛 when fixing a bug
- 🚀 when making general improvements
- ✅ when adding tests
- ⬆️ when upgrading dependencies
- 🎉 when adding new features
- ⬆️ Update dependencies
- 🚀 import module now accepts a stream or a string filepath
- 🚀 [breaking] Remove ArrayReader in favour of unified stream
- ✅ Add first basic integration test for import module
- 🚀 Have import module query server for upload limits
- ✏️ Add JSDoc comments to all functions, and update ESLint & DocumentationJS to enforce this
- 🚀 10x speed of delta reversion by running feature history retrieval in parallel
- 🚀 Retire
node-mb-string-size
module in favour of now correctBuffer.length
- 🎉 Add substanitally faster and better support for reverting deltas
- 🎉 Add support for the features history API
- 🎉 Add duplicate ID check to import API
- 🎉 Add automatic schema to features to be imported via the import API
- ⬆️ Update to latest base dependencies
- 🚀 Add support for
offset
parameter for list deltas endpoint
- 🚀 Add helper functions for features endpoints
- 🎉 Add support for authenticating all requests to Hecate
- 🚀 Remove support for
stack
parameter and ELB lookup - 🚀 Remove support for
port
parameter; should be included withurl
- 🚀 Add
url
validation
- 🎉 Add support for the new webhooks API
- ⬆️ Update to latest deps
- 🐛 Show help information if no subcommand is given
- 🚀 Add additional null geometry checks
- 🐛 Fix
hecate.stack
call with 2nd argument
- 🚀 Drop support for node 8, lock to node 10
- ✏️ Update API docs to be generated by
DocumentationJS
- 🐛 Update
--stack
cli command expectations - ✏️ Fix formatting of help text
- 🚀 Uniform
options.geometry
- 🚀 Add ability to include username & pass via
stack
instantiation
- 🐛 Fix options name mismatch on bounds set
- 🚀 Add
setBound
alias
- 🎉 Add hecate meta bounds API
- ✏️ Add missing bounds documentation
- 🎉 Add basic
mvt
tiles API support
- 🐛 Avoid memory overflow bug if all features in a large file are invalid
- 🎉 Add
get
&list
support for deltas API
- 🐛 Ensure data chunk with EOT is written with EOT stripped
- 🎉 Introduce EOT checks on all streaming API endpoints