Skip to content

v0.2.0

Compare
Choose a tag to compare
@nitisht nitisht released this 09 Feb 15:49
· 727 commits to main since this release
9110055

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:

  1. Pause sending events to the Parseable server.
  2. Keeping running the server for few minutes (after pausing events). This will ensure there is no data present in the staging directory.
  3. Stop the server, replace the binary or update the image tag (in helm / k8s) and start the server.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0