Skip to content

Lumen Native v0.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Mar 16:06
593a6e9

Native Release native-v0.0.4

Native Version: 0.0.4
Root Version: 0.4.115
Branch: origin
Commit: 593a6e9
Latest Commit Message: Merge pull request #36 from singularityworks-xyz/dev
Previous Native Tag: native-v0.0.1

Changes Since Previous Native Release

  • 593a6e9 Merge pull request #36 from singularityworks-xyz/dev
  • 9411575 fix: resolve code review findings across multiple packages
  • 971f3ac test[COLLAB]: add test fixtures, infra setup, and type-check coverage
  • 3634fa2 fix: resolve code review issues across workers, presence, web, and tooling
  • be94df7 test[COLLAB]: add playwright config for E2E testing
  • a894cea fix[COLLAB]: improve Token module for testability and robustness
  • 11f4f7a test[COLLAB]: add E2E and load tests
  • 18526bb test[COLLAB]: add integration tests for presence_web
  • 3247c41 test[COLLAB]: add unit tests for presence module
  • 8deb213 test[COLLAB]: add test infrastructure and fixtures
  • 3d0e2bb test[COLLAB]: push helpers.ts to 100%, document encryption.ts ceiling
  • add99b3 refactor[COLLAB]: remove dead code from detectToolIntent, add unreachable throw
  • 1ae2db7 fix[CI]: automatically commit Cargo.lock when bumping native app version
  • cecf321 test[COLLAB]: add concurrent queue tests pushing tool-classifier to 100% lines
  • c999b60 test[COLLAB]: achieve 100% coverage for native-bridge package
  • 19e4d6c test[COLLAB]: achieve 92%+ workers unit coverage with 33 new tests
  • a6b6ab7 test[COLLAB]: Add DB integration tests and achieve 99% coverage
  • 357d081 test[COLLAB]: add E2E, visual, k6 load/stress tests and per-path LCOV gate
  • 34b43a7 test[COLLAB]: add unit edge-case and integration tests for packages/ai
  • 97b8d70 test[COLLAB]: achieve 100% coverage for logger package
  • 351d24e test[COLLAB]: Achieve 97% native-bridge coverage + integration tests + Firefox E2E
  • be616af test[NATIVE-BRIDGE]: fix store.ts tests with proper Tauri mock setup
  • f459de8 test[NATIVE-BRIDGE]: achieve 100% coverage for platform.ts with getOS mock
  • c7462e0 test[NATIVE-BRIDGE]: achieve 85.19% coverage for auth.ts with Tauri plugin mocks
  • 915e549 test[NATIVE-BRIDGE]: improve auth.ts coverage to 51.75% with web/SSR/Tauri path tests
  • a382d8f build[BUILD]: Standardize Next.js build command execution
  • de36070 test[DB]: achieve 99.34% coverage for prisma-middleware.ts with encryption error tests
  • 58640e3 test[NATIVE-BRIDGE]: improve auth.ts coverage with Tauri plugin mocking
  • 5072a60 test[LOGGER]: achieve 100% coverage for tracer.ts with OTel API mocking
  • 7e8c66e Merge pull request #35 from singularityworks-xyz/dev
  • 6a87e8f fix[CI]: fix coverage artifact download path causing missing lcov.info
  • 3d040ce test: fix incorrect assertions and add missing teardowns
  • 0bde1d5 fix[CI]: replace ** globs with * in package test commands for bun compatibility
  • c93ab74 test[PACKAGES]: remove duplicate save tests, fix platform test, assert SSR error
  • 4ecaf49 test[WORKERS]: fix y-protocols constants, remove noop assertions, add doc comment
  • afb7efb test[WEB]: add try/finally for global state restoration in hooks tests
  • 440044d fix[AI]: fix bulk delete pluralization and search-tasks default limit test
  • dbf4af9 fix[CONFIG]: remove package-level coverage ignore patterns for CI gate
  • d502844 test[LOGGER]: fix type check errors in sdk-node test OTel mock types
  • 7e16486 test[AI]: expand classifier, router, and cerebras test coverage to 99.58%
  • f1603c8 test[AI]: fix destructive keyword classification test assertion
  • 4ae072e fix[LOGGER]: convert type aliases to interfaces for codebase style
  • 0af9a78 test[NATIVE-BRIDGE]: fix window and store test module cache issues
  • ca6efc2 test[WORKERS]: fix module mock pollution and add event callback coverage
  • c21437d test[CONFIG]: fix bunfig.toml, coverage scripts, and workers setup for 95% gate
  • 5a84988 test[AI]: add get-task-details and get-board-details executor tests
  • f97ff0e test[AI]: add action-builders, get-workspace-overview, and search-tasks executor tests
  • 65b778d fix[PRESENCE]: app add metrics tests and improve workers coverage to 96%
  • dfea1f7 fix[PRESENCE]: app add use-auth and room-manager tests for coverage gaps
  • 2219848 test[WEB]: achieve 97.39% line coverage exceeding 95% threshold
  • 484e10a test[WEB]: add useAuth error handling tests
  • 66870eb ahh[PAIN]: controversial changes
  • f2e6f27 fix[PRESENCE]: app improve storage-manager coverage from 63% to 98%
  • 2acf14e test[WEB]: achieve 94.71% line coverage for web source files
  • 22f3e83 fix[PRESENCE]: app fix workers test failures and improve room-manager coverage
  • 3954cc4 test[LOGGER]: improve config, logger, tracer test coverage to 93%+
  • 14e6692 fix[PRESENCE]: app fix use-auth test for signInWithGitHub in Tauri
  • ef06a3b Merge pull request #34 from singularityworks-xyz/dev
  • db5b9c0 fix[COLLAB]: address code review findings for METADATA tracking
  • e87d43f fix[TEST]: properly initialize state in initializeYjsFromState test
  • d15d062 fix[COLLAB]: address code review findings for METADATA tracking
  • c54fe94 feat[COLLAB]: implement METADATA tracking for accurate deletion detection
  • 93aa7a9 fix[COLLAB]: improve board deletion logic to preserve local boards
  • 1c2ab7c fix[TEST]: import MESSAGE_WORKSPACE_DELETED and improve mock typing
  • d73fba2 fix[TEST]: address code review findings from PR
  • 0e4d94c fix[CI]: correct integration test paths in CI workflow
  • a65ad15 test[PKGS]: fix failing unit tests and mock interference issues
  • baae7b5 test[WEB-U-07-12]: implement store slice unit tests for modal, comment, area, ui, z-index, kanban-store
  • e2abab5 test[WORKERS]: implement unit tests for session, request-queue, message-builder, encryption
  • 7bfc861 test[KANBAN]: implement storage, kanban utils and AI generator unit tests
  • 1d59961 test[WEB-U-01-06]: implement store slice unit tests for utils, board, column, task, connection, workspace
  • b957e4e refactor[PKGS]: move remaining package sources to src/ for consistency
  • ddd7997 fix[TSCONFIG]: add bun-types to packages missing it
  • 3fa39f6 refactor[TEST]: adopt co-located unit test pattern for all packages
  • 524d298 test[FIXES]: address all test review findings across codebase
  • f2c8a7d [skip build] Merge pull request #33 from singularityworks-xyz/dev
  • 1990cbc ci: update all GitHub Actions to latest major versions
  • 1effc30 fix[CI]: update artifact actions to v7 and fix k6 installation
  • 046505c fix[CI]: resolve workflow issues and bun test glob patterns
  • 2c27a08 test[PLAYWRIGHT]: move configs to playwright/ folder
  • 51d00e7 test[PACKAGES]: add tsconfig.check.json to db, native-bridge, yjs-shared packages
  • 232b838 test[AI]: add tsconfig.check.json and fix type errors in AI package
  • 3b9a3e4 test[INTEGRATION]: implement web and workers integration test suites
  • 7b6add4 fix[REVIEW]: remove as any casts and fix test mocking issues
  • 1ee8465 test[E2E]: implement 12 Playwright end-to-end test specs covering all major user flows
  • 030a154 test[VISUAL]: implement 6 visual regression test specs for core UI surfaces
  • b63596d test[CI]: add Playwright configs and GitHub Actions workflows for CI/CD
  • d03ad59 fix(test): resolve empty block lint errors in sdk-node.test.ts
  • 51b4c26 fix: resolve lint errors and redundant imports
  • 4e76eb2 fix: resolve type errors, lint issues, and test isolations
  • 40a3e0e test[WORKERS]: added AI and collab unit tests
  • 950ad95 test[AI]: added tests for AI tools, providers, and schemas
  • e977610 test[WEB]: added collab sync and core hooks unit tests
  • 602fc26 test[WEB]: added hooks tests for mobile and native features
  • 1060cbd [skip build] Merge pull request #32 from singularityworks-xyz/dev
  • 1c77aac chore: remove unused check import from collab-session.ts
  • db75954 fix: address code review issues across tests, k6 load scripts, and tooling
  • e8695cf fix: update bun.lock automatically after version autobump
  • f1428ce refactor: convert k6 load test scripts from JS to TS
  • 0b96368 fix: resolve code review issues across test files and workers
  • 4acb496 test[INFRA]: fix test environment variables, failing tests, and add logger package unit tests
  • de21909 test[COLLAB]: add collab sync and binding unit tests
  • 5443f01 test[KANBAN]: add unit tests for kanban utils
  • 604f153 test[STORE]: fix workspace-slice.test.ts types and mock fetch correctly
  • 54c51bf test[INFRA]: add test infrastructure, factories, and kanban unit tests
  • 026007a test[INFRA]: add test infrastructure, factories, and kanban unit tests
  • 6132e0f test[INFRA]: add render, time, random, and msw test helpers
  • 8985a4d test[LOAD]: add .gitkeep for k6 fixtures and results directories
  • 186b169 test[LOAD]: add soak and spike scenarios for k6 WebSocket load tests
  • 2107c35 test[LOAD]: add collab session helper and ramp scenario for k6 WebSocket load tests
  • 8bf8fc3 test[STORE]: co-locate kanban tests with source and fix type checks
  • ebe35db test[STORE]: cover connection, modal, comment, and area slices
  • e277529 test[STORE]: cover utils, board-slice, column-slice, and task-slice
  • b2be2bd test[INFRA]: add test infrastructure, config, harness, and scripts

Downloads

  • Windows: .msi or .exe installer
  • macOS Intel: x64.dmg or .app
  • macOS Apple Silicon: aarch64.dmg or .app
  • Linux: .AppImage