Skip to content

Release v1.12.2#247

Merged
alexanderwanyoike merged 3 commits intomainfrom
dev
Apr 3, 2026
Merged

Release v1.12.2#247
alexanderwanyoike merged 3 commits intomainfrom
dev

Conversation

@alexanderwanyoike
Copy link
Copy Markdown
Owner

Summary

Tail-based log reads

  • Single-date queries read from the end of the file (512KB window) for latest entries
  • Datetime ranges stream from the start for chronological browsing
  • Proper NoSuchKey handling for race conditions between stat and read

Datetime range filtering

  • API accepts ISO datetime ranges with -- separator (e.g. 2026-04-03T10:00:00Z--2026-04-03T11:00:00Z)
  • Filters lines by timestamp within the window
  • Backward compatible with existing YYYYMMDD-YYYYMMDD format

Interval picker improvements

  • Added 1h and 6h presets with actual datetime ranges
  • IntervalValue has type: "live" | "range" field
  • Live is default for realtime bots, resets correctly on bot switch
  • API proxy forwards all query params (was stripping type)

Console pagination

  • API returns hasMore field indicating more entries exist
  • Console shows "Load more" footer on scroll to bottom
  • Metrics queries are unbounded (no limit)

Test plan

  • 494 API tests pass
  • 560 frontend tests pass
  • Builds pass
  • Manual: API returns correct data for tail, datetime ranges, pagination, metrics

🤖 Generated with Claude Code

alexanderwanyoike and others added 3 commits April 3, 2026 15:21
API: tail reads from end of file for single-date queries. Supports
ISO datetime ranges (start--end format) for sub-day filtering
alongside existing YYYYMMDD-YYYYMMDD format. CLI unchanged.

Frontend: 1h/6h presets send actual datetime ranges. Day presets
send YYYYMMDD as before. Default limit bumped to 1000. Live is
default for realtime bots. IntervalValue has type field (live|range).
API proxy now forwards all query params instead of cherry-picking.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: tail-based log reads, hour presets, Live default
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 3, 2026

Deploy Preview for the0-docs ready!

Name Link
🔨 Latest commit d1c4e37
🔍 Latest deploy log https://app.netlify.com/projects/the0-docs/deploys/69cfb28a17798500099a9e98
😎 Deploy Preview https://deploy-preview-247--the0-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 3, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 84aff5dc-e3a6-4e35-8839-87268e5a9972

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@alexanderwanyoike alexanderwanyoike merged commit ed6182b into main Apr 3, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant