Releases: simonsobs/nextline-rdb
Releases · simonsobs/nextline-rdb
v0.6.10
What's Changed
Changes 🚀
- Fix type errors by @TaiSakuma in #120
- Format code with
ruff
by @TaiSakuma in #125 - Move utility code to
nextline_test_utils
by @TaiSakuma in #126 - Sort nextline package imports as first party by @TaiSakuma in #127
- Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #142
- Support Python 3.13 by @TaiSakuma in #144
Full Changelog: v0.6.9...v0.6.10
v0.6.9
What's Changed
Changes 🚀
- Update test for writing the DB by @TaiSakuma in #81
- Fix all mypy errors with the
disallow_untyped_defs
option by @TaiSakuma in #82 - Update the
on_start_run()
andon_end_run()
hooks with the newevent
argument by @TaiSakuma in #83 - Require
nextline>=0.7.13
by @TaiSakuma in #84
Full Changelog: v0.6.8...v0.6.9
v0.6.8
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 🚀
- Drop the redundant columns
run_no
andtrace_no
from the tables by @TaiSakuma in #73 - Require
nextline-graphql>=0.7.9
by @TaiSakuma in #77 - Add the table
trace_call
by @TaiSakuma in #76 - Require
nextline>=0.7.11
by @TaiSakuma in #78 - Set 60 secs of timeout instead of indefinitely re-executing queries by @TaiSakuma in #79
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
Changes 🚀
- Correct a dependency f52295b
New Contributors
- @dependabot made their first contribution in #59
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
Changes 🚀
- Import TestClient from nextline_graphql by @TaiSakuma in #50
- Require
nextline-graphql 0.7.8
or later by @TaiSakuma in #51 - Fix a test by @TaiSakuma in #52
Full Changelog: v0.6.5...v0.6.6
v0.6.5
No change in the code. To publish to PyPI.
Full Changelog: v0.6.4...v0.6.5
v0.6.4
Not published to PyPI
What's Changed
Changes 🚀
- Update GraphQL queries to support pagination by @TaiSakuma in #44
- Add the section Examples to README.md by @TaiSakuma in #45
- Check Dockerfile daily with Dependabot by @TaiSakuma in #46
- Make a correction in README.md by @TaiSakuma in #47
Full Changelog: v0.6.3...v0.6.4
v0.6.3
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
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
What's Changed
Changes 🚀
- Add
totalCount
to the GraphQL pagination query by @TaiSakuma in #39
Full Changelog: v0.6.0...v0.6.1