Skip to content

Commit a49c46f

Browse files
committed
update poetry.lock files
1 parent c125c1f commit a49c46f

6 files changed

Lines changed: 61 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# ChangeLog
22

3+
## Updates since last changelog entry (2026-02-12 → 2026-02-20)
4+
5+
Coverage: commits from **2026-02-12** through **2026-02-20** (i.e., changes after the prior cutoff on 2026-02-11).
6+
7+
### Highlights
8+
9+
- **Peer chat cleanup + reliability:** merged fixes to clean up the peer A/B chat experience and to ensure students can still send messages during synchronous chat.
10+
- **Interactive evaluation UX:** added a new `showEval` capability for interactives.
11+
- **Assessment data correctness:** fixed a shortanswer issue by correcting the underlying answers table name.
12+
- **Verbal discussion improvements:** updated the verbal discussion UI to show who a student is grouped with.
13+
- **Scratch ActiveCode layout polish:** adjusted Scratch ActiveCode positioning / CSS.
14+
- **Ops/config + dependency updates:** multiple internal updates (logging, course OpenAI key plumbing, fernet secret handling) plus package/version bumps.
15+
16+
### Commit notes (for reference)
17+
18+
- 6d5383df Merge PR #1153 (peer A/B chat cleanup)
19+
- 3efce80b new showEval for use with interactives
20+
- 8d56fcaa Fix: correct the table name for shortanswer answers
21+
- b2dfc2f1 Updated the verbal discussion to show who students are in a group with
22+
- 6a40b256 Merge PR #1147 (Scratch AC CSS update)
23+
- 36c319a3 Update packages
24+
- 0ccdc6e5 Merge PR #10 (fastapi-peer-llm)
25+
- dea3f13d ensure students can send message during sync chat
26+
- 90b2636f update logging
27+
- de3fa2a7 update get course openai key
28+
- 21f64240 update fernet secret
29+
- b6134724 new version
30+
31+
---
32+
333
## Updates since last changelog entry (2026-02-07 → 2026-02-11)
434

535
Coverage: commits from **2026-02-07** through **2026-02-11** (since the prior cutoff of 2026-02-06).

projects/assignment_server/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/author_server/poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/interactives/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/interactives/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ license = "GPL"
3434
name = "runestone"
3535
readme = "README.rst"
3636
repository = "https://github.com/RunestoneInteractive/rs"
37-
version = "7.11.14"
37+
version = "7.11.15"
3838

3939
# See https://python-poetry.org/docs/pyproject/#include-and-exclude.
4040
include = [

projects/rsmanage/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)