Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nrednav
/
msgpack_elixir
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature: Add Streaming API
- #2
#2
Merged
nrednav
merged 22 commits into
dev
nrednav/msgpack_elixir:dev
from
feature/streaming-api
nrednav/msgpack_elixir:feature/streaming-api
Copy head branch name to clipboard
Aug 9, 2025
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Feature: Add Streaming API
#2
nrednav
merged 22 commits into
dev
nrednav/msgpack_elixir:dev
from
feature/streaming-api
nrednav/msgpack_elixir:feature/streaming-api
Copy head branch name to clipboard
Commits
Commits on Aug 9, 2025
create stream_decoder module
nrednav
committed
926770c
View commit details
Copy full SHA for 926770c
Browse repository at this point
refactor decode to use default_options/0 instead of module attributes
nrednav
committed
1bf6855
View commit details
Copy full SHA for 1bf6855
Browse repository at this point
move internal decoding logic into separate module
nrednav
committed
42c1443
View commit details
Copy full SHA for 42c1443
Browse repository at this point
implement StreamDecoder
nrednav
committed
c3d8d02
View commit details
Copy full SHA for c3d8d02
Browse repository at this point
implement StreamEncoder
nrednav
committed
465afb2
View commit details
Copy full SHA for 465afb2
Browse repository at this point
add StreamEncoder and StreamDecoder to library api
nrednav
committed
6135348
View commit details
Copy full SHA for 6135348
Browse repository at this point
add happy path test for stream decoding complete objects
nrednav
committed
d7fb1be
View commit details
Copy full SHA for d7fb1be
Browse repository at this point
add boundary-case test for stream decoder
nrednav
committed
98fb0ac
View commit details
Copy full SHA for 98fb0ac
Browse repository at this point
refactor stream decoder to use Stream.unfold/2 for incomplete data test
nrednav
committed
246b0b6
View commit details
Copy full SHA for 246b0b6
Browse repository at this point
add test suite for stream encoder
nrednav
committed
6f33f7a
View commit details
Copy full SHA for 6f33f7a
Browse repository at this point
overhaul StreamDecoder for robustness
nrednav
committed
3224531
View commit details
Copy full SHA for 3224531
Browse repository at this point
add docs for StreamDecoder
nrednav
committed
14ad7ba
View commit details
Copy full SHA for 14ad7ba
Browse repository at this point
rename test helper
nrednav
committed
b75bff5
View commit details
Copy full SHA for b75bff5
Browse repository at this point
add docs for StreamEncoder
nrednav
committed
6e0c041
View commit details
Copy full SHA for 6e0c041
Browse repository at this point
document streaming functions in library interface
nrednav
committed
f9cfa34
View commit details
Copy full SHA for f9cfa34
Browse repository at this point
update readme
nrednav
committed
54ee7cd
View commit details
Copy full SHA for 54ee7cd
Browse repository at this point
define types and specs
nrednav
committed
133e691
View commit details
Copy full SHA for 133e691
Browse repository at this point
add default_opts/0 to encoder module
nrednav
committed
3b419dc
View commit details
Copy full SHA for 3b419dc
Browse repository at this point
add tests for public interface
nrednav
committed
1fafe37
View commit details
Copy full SHA for 1fafe37
Browse repository at this point
update changelog
nrednav
committed
d64e7d1
View commit details
Copy full SHA for d64e7d1
Browse repository at this point
use map_join instead of map |> join
nrednav
committed
4564c6d
View commit details
Copy full SHA for 4564c6d
Browse repository at this point
re-add code lost when fixing merge conflicts
nrednav
committed
9cb9f3c
View commit details
Copy full SHA for 9cb9f3c
Browse repository at this point
You can’t perform that action at this time.