v0.1.0
Backwards incompatibility
With this release, there are minor changes in how Parseable reads config files. Also, server now strictly checks the local stage and remote storage paths. These changes are backward incompatible - which means upgrading from older versions (v0.0.8 or older) will not work right out of the box.
But be assured that it is safe to upgrade. If you want to move from an older version and keep old data intact. Please join us on Slack, or create an issue on GitHub, and we'll help you right away.
What's Changed
- Update tags for new release by @nitisht in #213
- Update metadata for stream by @nitisht in #216
- Add option to use local filesystem for storage by @trueleo in #217
- Remove system memory check by @trueleo in #219
- Add option to set content md5 header by @trueleo in #218
- Redefine CLI subcommands by @trueleo in #220
- Banner fix by @trueleo in #221
- Add path validation by @trueleo in #223
- Change the flag names to be more obvious by @nitisht in #225
- Metadata checks by @trueleo in #222
- Update license by @nitisht in #226
- Automatically add p_datetime if there are no suitable time columns by @trueleo in #227
- Refactor stream metadata by @trueleo in #228
- Use Ulid instead of Uuid by @trueleo in #229
- Fix storage metadata by @trueleo in #230
- Update metadata when new staging by @trueleo in #231
- Create staging before generating metadata by @trueleo in #234
- Manually parse server config from ArgMatches by @trueleo in #235
- Banner fix by @trueleo in #236
- Use subcommands instead of flag style by @nitisht in #237
- Remove unused dependency by @trueleo in #238
- Print deployment id in banner by @trueleo in #239
- Cleanup the banner by @nitisht in #240
- Fix the message for new available release by @nitisht in #241
- Calculate stats before upload by @trueleo in #242
- Refactor handlers by @trueleo in #243
- Fix banner if fetching latest release fails by @trueleo in #244
- Add ascii art on server startup banner by @nitisht in #245
- Change env var to P_FS_DIR by @trueleo in #246
- Add schema mismatch check by @trueleo in #247
- Add events ingested counter in stats by @trueleo in #253
- Update docs and prepare for release v0.1.0 by @nitisht in #248
Full Changelog: v0.0.8...v0.1.0