Skip to content

Releases: simonsobs/nextline-rdb

v0.6.10

18 Oct 18:29
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v0.6.9...v0.6.10

v0.6.9

14 Jun 20:35
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v0.6.8...v0.6.9

v0.6.8

12 Jun 19:10
Compare
Choose a tag to compare

This release starts storing timestamps for each line of script execution. The timestamps will be stored in the new table trace_call, for which a new row will be inserted for each trace function call. This release also adds GraphQL API to access the trace_call table.

What's Changed

Changes 🚀

Full Changelog: v0.6.7...v0.6.8

v0.6.7

23 May 12:46
Compare
Choose a tag to compare

What's Changed

Changes 🚀

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

15 May 17:40
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v0.6.5...v0.6.6

v0.6.5

27 Mar 17:18
Compare
Choose a tag to compare

No change in the code. To publish to PyPI.

Full Changelog: v0.6.4...v0.6.5

v0.6.4

27 Mar 17:11
Compare
Choose a tag to compare

Not published to PyPI

What's Changed

Changes 🚀

Full Changelog: v0.6.3...v0.6.4

v0.6.3

22 Feb 17:30
Compare
Choose a tag to compare

What's Changed

Changes 🚀

  • Refactor pagination logic in compose_statement() by @TaiSakuma in #41
  • Fix comparison bug in WriteRunTable class by @TaiSakuma in #42
  • Load all related objects in query_run() by @TaiSakuma in #43

Full Changelog: v0.6.2...v0.6.3

v0.6.2

14 Feb 16:49
Compare
Choose a tag to compare

What's Changed

Changes 🚀

  • Sort runs in the reverse order in the query runs by @TaiSakuma in #40

Full Changelog: v0.6.1...v0.6.2

v0.6.1

13 Feb 19:50
Compare
Choose a tag to compare

What's Changed

Changes 🚀

  • Add totalCount to the GraphQL pagination query by @TaiSakuma in #39

Full Changelog: v0.6.0...v0.6.1