-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from reproio/decoder
Implement stream-based input record decoder's instead of batch-based
- Loading branch information
Showing
24 changed files
with
384 additions
and
2,464 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# v0.1.x | ||
|
||
## Release v0.1.0 - 2020/08/xx | ||
|
||
### Breaking changes | ||
|
||
- `Columnifier` interface stops supporting `io.WriterCloser` | ||
|
||
### Enhancement | ||
|
||
- #52 Implement stream-based input record decoder's to reduce memory consumption. | ||
|
||
|
||
# v0.0.x | ||
|
||
## Release v0.0.4 - 2020/07/29 | ||
|
||
### Bug fix | ||
|
||
- Fix #49 Capture the first error caused by columnifier | ||
|
||
... And some small improvements. | ||
|
||
## Release v0.0.3 - 2020/06/02 | ||
|
||
Ready to publish columnify as an OSS. | ||
|
||
## Release v0.0.2 - 2020/06/02 | ||
|
||
Ready for production. | ||
|
||
## Release v0.0.1 - 2020/04/19 | ||
|
||
Initial release. |
This file contains 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 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.