Skip to content

Releases: laminlabs/lamindb-setup

Release 0.79.0

11 Oct 08:58
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

  • 🚸 Raise SystemExit on storage=None in init by @Koncopd in #881
  • 🚸 Clearer feedback when somebody tries to switch the default instance by @falexwolf in #882
  • 🚸 Do not error if a schema module of an instance isn't installed by @falexwolf in #883

Full Changelog: 0.78.0...0.79.0

Release 0.78.0

08 Oct 08:55
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

  • 🐛 Use connect instead of load and disconnect instead of unload by @Koncopd in #873
  • 🐛 Fix cache paths by @Koncopd in #874
  • ♻️ Move settings.storage.cache_dir to settings.cache_dir by @Koncopd in #875
  • ♻️ Base connect_hub() off of edge function by @Koncopd in #879
  • ⬆️ Drop python 3.8 support by @Koncopd in #880

Full Changelog: 0.77.6...0.78.0

Release 0.77.7

01 Oct 18:04
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

  • 🐛 Use connect instead of load and disconnect instead of unload by @Koncopd in #873
  • 🐛 Fix cache paths by @Koncopd in #874

Full Changelog: 0.77.6...0.77.7

Release 0.77.6

29 Sep 21:58
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

Full Changelog: 0.77.5...0.77.6

Release 0.77.5

26 Sep 12:37
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

  • ♻️ Overhaul init for more convenient use in laminhub by @Koncopd in #857
  • ♻️ Simplify connect by eliminating db and storage arguments by @Koncopd in #865

Full Changelog: 0.77.4...0.77.5

Release 0.77.4

23 Sep 12:19
Compare
Choose a tag to compare

Release 0.77.3

23 Sep 10:37
Compare
Choose a tag to compare

What's Changed

  • ♻️ Enable setting storage uid prior to instance init by @falexwolf in #860
  • ✨ Allow to set cache destinations via cache_key in cloud_to_local by @Koncopd in #861
  • 🐛 Delete only root folder in cache on instance delete by @Koncopd in #864

Full Changelog: 0.77.2...0.77.3

Release 0.77.2

18 Sep 21:46
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

  • ⬆️ Upgrade *-artifact actions by @Koncopd in #849
  • ✨ Load instance settings with edge function by @Koncopd in #848
  • ✅ Test connect_instance_new for anonymous by @Koncopd in #850
  • ✅ Use connect_instance_new for Koncopd, sunnyosun and falexwolf for local testing by @Koncopd in #851
  • 🔧 Use LAMINDB_DJANGO_DATABASE_URL instead of DATABASE_URL by @Koncopd in #852
  • 🐛 Proper re-login if api_key is present in env files by @Koncopd in #853
  • 🎨 No longer populate storage_id in instance table during init by @falexwolf in #856

Full Changelog: 0.77.1...0.77.2

Release 0.77.1

06 Sep 09:03
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

  • ✨ Add lamin_setup.on_import entry point by @ap-- in #846

New Contributors

  • @ap-- made their first contribution in #846

Full Changelog: 0.77.0...0.77.1

Release 0.77.0

06 Sep 08:53
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog

What's Changed

  • 🩹 Do not call hub if the owner is anonymous on connect by @Koncopd in #834
  • ✅ Test anonymous init with bionty by @Koncopd in #835
  • ✅ Test close instance before init by @Koncopd in #836
  • ✅ Disentangle 07-keep-artifacts-local for prod and staging by @Koncopd in #837
  • 🔊 Do not show traceback for basic login errors by @falexwolf in #838
  • 🔥 Remove password arg from API by @falexwolf in #839
  • ✨ Allow login with new API key by @Koncopd in #840
  • ✨ Add create_api_key function to generate new API key by @Koncopd in #842
  • ♻️ Set _TESTING variable via env variable by @falexwolf in #843
  • ⬆️ Update github actions versions by @falexwolf in #845

Full Changelog: 0.76.8...0.77.0