-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Merge "dev" into "main" #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
d2be1c0
chore(docker): update Go base image to 1.25-alpine3.21
EverythingSuckz bdde1a5
chore(goreleaser): update version to 2 in configuration
EverythingSuckz f1dcca4
refactor: update to gotgproto `v1.0.0-beta21`
EverythingSuckz 6f2380b
style: format adjustments in build.yml for consistency
EverythingSuckz 3b80f1c
chore(release): restrict tag pattern to versioned tags (v*)
EverythingSuckz 33b17a4
chore: replace log.Panic with log.Sugar().Fatalf for error handling i…
EverythingSuckz 3204d5a
feat(pipe): better streaming with prefetching blocks
EverythingSuckz 0353127
fix(pipe): handle unexpected nil blocks during prefetch
EverythingSuckz d97c8cc
fix(pipe): adjust block trimming logic in prefetch for accurate data …
EverythingSuckz 762ab14
feat(config): add support for configuring stream parameters via comma…
EverythingSuckz b91a4be
fix(stream): handle stream pipe creation errors in getStreamRoute
EverythingSuckz 0806811
fix(pipe): implement max backoff for block download retries to preven…
EverythingSuckz 9a40063
feat(pipe): better streaming with prefetching blocks (#188)
EverythingSuckz 75cb174
fix(stream): suppress logging of client disconnect errors during stre…
EverythingSuckz 2d5fdd1
Merge pull request #189 from EverythingSuckz:fix/supress-known-errors
EverythingSuckz 01a4bcd
chore(main): update version string to `3.2.0-alpha1`
EverythingSuckz 48eeae1
fix(release): update goreleaser action version and standardize string…
EverythingSuckz 0229788
feat(build): add docker metadata step and streamline image tagging
EverythingSuckz e500ff9
fix(goreleaser): correct archives format due of deprecation error
EverythingSuckz 6d9033b
feat(build): add image description label for Docker metadata
EverythingSuckz 2193377
feat(release): add GitHub release configuration with auto prerelease
EverythingSuckz cf468fc
feat(release): merge docker releases into goreleaser
EverythingSuckz 21fcd32
fix(release): correct syntax error in GoReleaser args
EverythingSuckz aad5cba
fix(release): update Docker tags to conditionally include 'latest' fo…
EverythingSuckz 2d54f58
fix(go.mod): update Go version from 1.24.0 to 1.25.0
EverythingSuckz 60837c1
fix(start): correct typo in response message for file upload instruction
EverythingSuckz f20e15a
fix(stream): improve error handling for unexpected update structures …
EverythingSuckz 952f0bc
fix(run): initialize logger and load config before starting the server
EverythingSuckz fcdc2d8
feat(timing): add TimeFuncWithResult utility for logging function exe…
EverythingSuckz 81f3379
refactor(stream): enhance getStreamRoute and downloadBlockWithRetry w…
EverythingSuckz 12a976a
feat(logger): show ms in logs when in debug mode
EverythingSuckz 1e3e244
fix(pipe): validate range in NewStreamPipe to prevent invalid input
EverythingSuckz 6b33bab
fix(stream): remove internal server error response on stream pipe cre…
EverythingSuckz af07676
chore(docker): update base image to golang:1.25
EverythingSuckz 724960c
chore(timing): change log level to debug for execution time logging
EverythingSuckz 35dc098
chore(workflows): update `actions/checkout` and `actions/setup-go` to…
EverythingSuckz f8db191
chore(workflows): update Go version to 1.25 in release workflow
EverythingSuckz 9b2ee22
feat(stream): handle CDN redirect in downloadBlock function
EverythingSuckz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.