Skip to content

Releases: lanterndata/lantern

Lantern v0.2.7

04 May 02:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

Lantern v0.2.6

02 May 06:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

Lantern v0.2.5

26 Apr 06:05
Compare
Choose a tag to compare

What's Changed

  • Add lantern schema creation to update SQL file from version 0.2.2 to 0.2.3 by @var77 in #312
  • Fix permissions for non-superusers to use lantern.async_task by @Ngalstyan4 in #314
  • Initial version of systematic schema checking for db updates by @Ngalstyan4 in #315

Full Changelog: v0.2.4...v0.2.5

Lantern v0.2.4

10 Apr 09:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

Lantern v0.2.3

09 Apr 19:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

Lantern v0.2.2

27 Mar 07:16
Compare
Choose a tag to compare

What's Changed

  • Use gcc and g++ 13 for CI tests by @var77 in #300
  • Fix compiler optimization flags to enable native builds and autovecto… by @Ngalstyan4 in #299

Full Changelog: v0.2.1...v0.2.2

Lantern v0.2.1

11 Mar 16:37
Compare
Choose a tag to compare

What's Changed

  • Fix snapshot leak bug and initialize parameters in pg_init before using them by @Ngalstyan4 in #296
  • Release 0.2.1 by @var77 in #297

Full Changelog: v0.2.0...v0.2.1

Lantern v0.2.0

24 Feb 02:41
Compare
Choose a tag to compare

What's Changed

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

Lantern v0.1.1

09 Feb 00:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Lantern v0.1.0

08 Feb 23:21
Compare
Choose a tag to compare

What's Changed

  • Publish latest tags, only if LATEST input is specified in action by @var77 in #268
  • Always Exit with non-zero error code in error cases of install script by @Ngalstyan4 in #269
  • Enable Undefined Behaviour sanitizer in ci/cd by @Ngalstyan4 in #270
  • Add arm runner for CI actions by @var77 in #271
  • Update actions to latest version to use NodeJS 20 runtime by @var77 in #273
  • Update README.md by @dqii in #274
  • Clarify psql instructions and add docker volume by @Ngalstyan4 in #275
  • Fixes for bugs in cost estimate function (relevant for partial indexes) by @therealdarkknight in #276
  • Do CI benchmarks with openai dataset by @var77 in #261
  • Emit LLVM bitcode and copy to postgres if JIT is available #258 by @var77 in #267
  • Update codecov-action to v4 to use NodeJS 20 runtime by @var77 in #278
  • Use proper index selectivity in hnswcostestimate function by @therealdarkknight in #279
  • Fix tests not failing in CI by @var77 in #281
  • Narek/storage upgrade by @Ngalstyan4 in #262

Full Changelog: v0.0.12...v0.1.0