Skip to content

Releases: parseablehq/parseable

v0.1.0

10 Jan 09:42
c285b1c
Compare
Choose a tag to compare

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: v0.0.8...v0.1.0

v0.0.8

13 Dec 07:09
63d818d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

09 Dec 16:53
77cf001
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

10 Nov 03:26
d5cd2d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

14 Oct 07:18
3b2fa3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

07 Oct 17:43
0767155
Compare
Choose a tag to compare

What's Changed

  • Use register_table for execute on cache by @trueleo in #128
  • Update banner to show latest available version by @trueleo in #131
  • Use rustls instead of openssl by @trueleo in #133
  • Fix search issue in console with new release by @nitisht in #135
  • Error type refactor by @trueleo in #137
  • Bump aws_sdk_s3 version and provide sleep and retry impl for S3 client by @trueleo in #138
  • Switch from structopt to clap by @Celeo in #141
  • Add version number for the current object storage format by @nitisht in #143
  • Lock metadata on first event. by @trueleo in #142
  • Add demo flag for config by @trueleo in #149
  • Create all temporary directories on startup by @trueleo in #153
  • Update to latest console release by @nitisht in #155

New Contributors

Full Changelog: v0.0.3...v0.0.4

Release v0.0.3

20 Sep 12:20
46d01aa
Compare
Choose a tag to compare

What's Changed

  • Update Parseable helm chart for next release by @nitisht in #107
  • Change x-p-tags to x-p-tag by @trueleo in #111
  • update readme by @nitisht in #112
  • Update description by @nitisht in #113
  • Update .deepsource.toml by @deepsource-autofix in #119
  • Fix code style and anti patterns reported by DeepSource by @nitisht in #118
  • Update .deepsource.toml by @deepsource-autofix in #120
  • Delegate parquet creation to s3sync instead by @nitisht in #117

Full Changelog: v0.0.2...v0.0.3

Release v0.0.2

11 Sep 09:28
2e5f0a2
Compare
Choose a tag to compare

What's Changed

  • Update Parseable helm chart to v0.0.1 by @nitisht in #89
  • Use Datafusion's re-exported arrow and parquet by @trueleo in #93
  • Use Arrow Schema instead of custom schema type. by @trueleo in #94
  • Update readme with get started section by @nitisht in #95
  • Reorg readme for readability by @nitisht in #96
  • Extend readme section for docker by @nitisht in #97
  • Add k8s installation in readme by @nitisht in #98
  • Config Datafusion query with schema by @trueleo in #99
  • Append arrow directly to local data by @trueleo in #100
  • Delay s3sync polling using tokio sleep by @trueleo in #101
  • Fix cases where num cpu is 1 by @nitisht in #102
  • Set max thread priority for local-sync by @trueleo in #104
  • Add .deepsource.toml by @deepsource-autofix in #105
  • Improve LocalStreamWriter along with error types by @trueleo in #106

Full Changelog: v0.0.1...v0.0.2

v0.0.1

02 Sep 18:30
e1abde9
Compare
Choose a tag to compare

Changelog

New Contributors

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