Releases: simonsobs/nextline-graphql
Releases · simonsobs/nextline-graphql
v0.7.10
What's Changed
Changes 🚀
- Update coverage configuration by @TaiSakuma in #77
- Update tests and type hints by @TaiSakuma in #78
- Update gql files by @TaiSakuma in #79
- Update tests to improve coverage by @TaiSakuma in #80
- Replace a subscription with a hook for caching stdout by @TaiSakuma in #81
- Add
subscribe()
toCacheStdout
by @TaiSakuma in #82 - Require
nextline>=0.7.12
by @TaiSakuma in #84 - Replace
nextline.subscribe_stdout()
inCacheStdout
by @TaiSakuma in #83 - Rewrite
CacheStdout
with thecache
option ofPubSubItem
by @TaiSakuma in #87 - Require
nextline>=0.7.15
by @TaiSakuma in #88 - Fix errors in GitHub Actions workflows by @TaiSakuma in #107
- Format code with
ruff
by @TaiSakuma in #123 - Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #138
- Support Python 3.13 by @TaiSakuma in #139
Full Changelog: v0.7.9...v0.7.10
v0.7.9
What's Changed
Changes 🚀
- Require
nextline>=0.7.10
by @TaiSakuma in #69
Full Changelog: v0.7.8...v0.7.9
v0.7.8
This release works with nextline-web 0.9.1
and later
This release breaks nextline-web 0.9.0
and earlier because of #40. The next release of nextline-web
with simonsobs/nextline-web#45 will be compatible. (In hindsight, I shouldn't have moved GraphQL queries to a new namespace. I should've kept the original ones for a few versions so as not to break nextline-web
.)
What's Changed
Changes 🚀
- Add GraphQL mutation
loadExampleScript
by @TaiSakuma in #38 - Require
nextline>=0.7.5
andapluggy>=1.0
by @TaiSakuma in #39 - Reorganize GraphQL queries to under
ctrl
namespace by @TaiSakuma in #40
Full Changelog: v0.7.7...v0.7.8
v0.7.7
What's Changed
Changes 🚀
- Require nextline 0.7.4 or later by @TaiSakuma in #37
Full Changelog: v0.7.6...v0.7.7
v0.7.6
What's Changed
Changes 🚀
- Update README.md by @TaiSakuma in #32
- Update README.md by @TaiSakuma in #33
- Require nextline 0.7.3 or later by @TaiSakuma in #36
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
Changes 🚀
- Require
nextline>=0.7.2
by @TaiSakuma in #31
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
Changes 🚀
- Configure logging before the hook configurations by @TaiSakuma in #28
- Require
nextline>=0.7.1
by @TaiSakuma in #29 - Update GitHub Actions workflows by @TaiSakuma in #30
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
Changes 🚀
- Remove
nextline-rdb
from the dependencies by @TaiSakuma in #27
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
Changes 🚀
- Add an internal plugin
dev
by @TaiSakuma in #26
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
Changes 🚀
- Avoid overriding the strawberry GraphQL app's
__init__()
by @TaiSakuma in #24 - Require
nextline>=0.7
,nextline-rdb>=0.4
, andapluggy>=0.9.9
by @TaiSakuma in #25
Full Changelog: v0.6.5...v0.7.1