Merged
Conversation
Feat/0.3.0
feat: github installs unlock using `prepare` command
feat: removed `meta` bound info to flat access
Feat/0.4.0
- Bump binary version from 0.2.4 to 0.2.5 - Add checksums for darwin-x64, darwin-arm64, win32-x64 - Enable Windows (win32-x64) platform support
- Update binaryConfig version from 0.2.4 to 0.2.5 - Update checksums for darwin-x64, darwin-arm64 - Add win32-x64 checksum
…y to 0.2.6 Add stdin error listener and write callback in sendCommand to prevent uncaught EPIPE exceptions when the binary exits unexpectedly. Fix requestPermission to handle both response shapes from the binary and return 'undetermined' instead of undefined for unexpected responses. Bump recorder binary version from 0.2.5 to 0.2.6.
- Remove duplicate lib/installer.js
- Use compiled dist/recorder/installer.js in setup.js
- Fix tarball checksums for v0.2.6
- Update URL format to /v{version}/recorder-{platform}.tar.gz
Skip binary installation gracefully when dist/ doesn't exist (e.g., when installing from git clone instead of npm)
lib/installer.js works without TypeScript compilation, ensuring npm install works from both npm registry and git clone.
Release 0.4.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description:
Release v0.3.0 - Major SDK overhaul with new modules for Capture Sessions, Meetings, RTStreams, Editor, and WebSocket support. Includes breaking changes removing the Job-based pattern and meta wrapper in favor of direct async/await and
property access.
Changes:
insertVideo, reframe, smartVerticalReframe, download, getMeeting, clip)
dubVideo, searchTitle, RTStream methods, recordMeeting, createCaptureSession)
createEvent, listEvents, checkUsage, getInvoices, connectWebsocket, capture session methods, generateClientToken)
Related Issues:
Testing:
.metawrapper)accessible
Checklist: