parseable

Open Source ElasticSearch Alternative. Parseable helps you search and get insights from your logs in the most simple way possible.

AGPL-3.0 License

Stars
1.9K
Committers
39

Bot releases are visible (Hide)

parseable - Bug fix release v0.4.2

Published by nitisht over 1 year ago

The release v0.4.1 had an issue where data in staging directory was not cleaned up after it was pushed to backend storage. We recommend updating to this release to avoid this issue.

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.4.1...v0.4.2

parseable - v0.4.1

Published by nitisht over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.4.0...v0.4.1

parseable - v0.4.0

Published by nitisht over 1 year ago

Note

In previous releases, a json array like

{
	"name": "John",
	"age": 30,
	"cars": [{
			"brand": "Ford"
		},
		{
			"brand": "BMW",
			"model": "x1"
		},
		{
			"brand": "Audi",
			"model": "q1"
		}
	]
}

would be flattened to cars.0_brand,cars.0_model,
cars.1_brand, cars.1_model, cars.2_brand,
cars.2_model. This was an issue for very long
arrays, a single event with a long array could add
several columns to the schema. But most of the times these
columns would be empty.

This release changes the approach to flatten to two fields
like cars_brand, cars_model. Each column will have
an array of elements in that field.

Refer #344

What's Changed

New Contributors

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.3.0...v0.4.0

parseable - Bug fix release v0.3.0

Published by nitisht over 1 year ago

Important

This release fixes an issue with memory consumption while moving ingested data to Parquet and pushing the data
to storage backend.

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.2.2...v0.3.0

parseable - Feature release v0.2.2

Published by nitisht over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.2.1...v0.2.2

parseable - Bugfix Release v0.2.1

Published by nitisht over 1 year ago

Highlight

Fix the issue with S3 mode where events were not uploaded to S3.

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.2.0...v0.2.1

parseable - v0.2.0

Published by nitisht over 1 year ago

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: https://github.com/parseablehq/parseable/compare/v0.1.1...v0.2.0

parseable - v0.1.1

Published by nitisht almost 2 years ago

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.1.0...v0.1.1

parseable - v0.1.0

Published by nitisht almost 2 years ago

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

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.8...v0.1.0

parseable - v0.0.8

Published by nitisht almost 2 years ago

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.7...v0.0.8

parseable - v0.0.7

Published by nitisht almost 2 years ago

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.6...v0.0.7

parseable - v0.0.6

Published by nitisht almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.5...v0.0.6

parseable - v0.0.5

Published by nitisht about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.4...v0.0.5

parseable - v0.0.4

Published by nitisht about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.3...v0.0.4

parseable - Release v0.0.3

Published by nitisht about 2 years ago

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.2...v0.0.3

parseable - Release v0.0.2

Published by nitisht about 2 years ago

What's Changed

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.1...v0.0.2

parseable - v0.0.1

Published by nitisht about 2 years ago

Changelog

New Contributors

Full Changelog: https://github.com/parseablehq/parseable/commits/v0.0.1