Highlights
Parseable server is now completely schema free. You can ingest logs with different schema to the same stream and seamlessly query all the logs. Before upgrading to this release, we recommend the below steps:
- Pause sending events to the Parseable server.
- Keeping running the server for few minutes (after pausing events). This will ensure there is no data present in the
staging
directory. - Stop the server, replace the binary or update the image tag (in helm / k8s) and start the server.
What's Changed
- Remove twitter badge by @nitisht in #266
- Add staging directory for Parseable in helm chart by @nitisht in #269
- Increase the request body payload size limit to 10MB (#271) by @regularcoder in #272
- Change the payload size to 10 MiB by @nitisht in #273
- Inline format arg by @trueleo in #274
- Implement flexible event ingestion and querying by @trueleo in #268
- Update to new release v0.2.0 by @nitisht in #276
- Update dockerfile rust image version by @nitisht in #277
New Contributors
- @regularcoder made their first contribution in #272
Full Changelog: v0.1.1...v0.2.0