Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
776ec8e
fix: update to ic-agent/ic-utils 0.46 and add reqwest features
lwshang Mar 6, 2026
b73752d
fix: allow --until and --until-index flags without requiring --since/…
lwshang Mar 6, 2026
5bf0e1a
docs: regenerate CLI docs for canister logs filter flags
lwshang Mar 6, 2026
ad89c6d
feat: support log_memory_limit canister setting
lwshang Mar 6, 2026
fff1dd6
docs: update changelog for log filter flags and log_memory_limit setting
lwshang Mar 6, 2026
186e265
Merge remote-tracking branch 'origin/main' into lwshang/log-extensions
lwshang Mar 6, 2026
6f44691
refactor: extract test timestamp constants in canister logs tests
lwshang Mar 6, 2026
e887ddc
chore: allow OpenSSL license in cargo-deny
lwshang Mar 6, 2026
af6612f
docs: regenerate JSON schemas for log_memory_limit setting
lwshang Mar 6, 2026
0fe420e
fix: handle timestamp overflow and inverted filter ranges in canister…
lwshang Mar 6, 2026
4bda15a
Merge branch 'main' into lwshang/log-extensions
lwshang Mar 6, 2026
9eeaeef
test: add tests for log filter flags and log_memory_limit parsing
lwshang Mar 7, 2026
90c67dc
fix: correct integration tests for log filter flags
lwshang Mar 7, 2026
c40f94c
fix: clarify log filter range ends as exclusive
lwshang Mar 9, 2026
2b291c9
fix: detect numeric overflow in parse_timestamp before RFC3339 fallback
lwshang Mar 9, 2026
125b1a8
fix: use checked conversion for system clock nanos to avoid silent tr…
lwshang Mar 9, 2026
0dbb03c
chore: upgrade reqwest from 0.12 to 0.13
lwshang Mar 9, 2026
26a155c
fix: improve error message when --until or --until-index is 0
lwshang Mar 9, 2026
5371c53
test: assert log_memory_limit behavior in canister settings update test
lwshang Mar 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

* feat: `icp canister logs` supports filtering by timestamp (`--since`, `--until`) and log index (`--since-index`, `--until-index`)
* feat: Support `log_memory_limit` canister setting in `icp canister settings update` and `icp canister settings sync`
* feat: Leaving off the method name parameter in `icp canister call` prompts you with an interactive list of methods
* fix: Correct templating of special HTML characters in recipes

Expand Down
Loading
Loading