Releases: tunamaguro/messagepack-rs
Releases · tunamaguro/messagepack-rs
v0.2.1
What's Changed
- Implement decoding and encoding for NonZero and atomic types by @tunamaguro in #87
- Update README, improve no_std support, and add property-based tests by @tunamaguro in #88
- bump-version by @tunamaguro in #89
- (auto merged) chore(deps): bump the minor-and-patch group with 3 updates by @dependabot[bot] in #90
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: exclude bench by @tunamaguro in #66
- chore(deps): bump CodSpeedHQ/action from 4.0.0 to 4.0.1 by @dependabot[bot] in #60
- fix: limit max alloc size by @tunamaguro in #67
- chore: bump version by @tunamaguro in #68
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- convert from duration by @tunamaguro in #58
- fix: check at format decode by @tunamaguro in #59
&mut [u8]の実装ミスを修正 by @tunamaguro in #61- Decoder by @tunamaguro in #62
- En-decode_value by @tunamaguro in #63
- value doc by @tunamaguro in #64
- Bump-version by @tunamaguro in #65
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
What's Changed
- update readme by @tunamaguro in #51
- From_reader by @tunamaguro in #52
- decode by @tunamaguro in #53
- reader test by @tunamaguro in #54
- complex bench by @tunamaguro in #55
- chore: bump version by @tunamaguro in #56
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Fix-error by @tunamaguro in #48
- Timestamp wire by @tunamaguro in #49
- chore: bump version by @tunamaguro in #50
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- use specific action by sha by @tunamaguro in #26
- chore(deps): bump CodSpeedHQ/action from 3.5.0 to 3.6.1 by @dependabot[bot] in #29
- chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.3 by @dependabot[bot] in #28
- Potential fix for code scanning alert no. 6: Workflow does not contain permissions by @tunamaguro in #30
- Support-timestamp by @tunamaguro in #36
- Extension by @tunamaguro in #37
- chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #34
- chore(deps): bump CodSpeedHQ/action from 3.6.1 to 3.8.1 by @dependabot[bot] in #35
- chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #33
- Ext by @tunamaguro in #38
- fix extension decode error by @tunamaguro in #39
- Correct unit struct deserialization by @tunamaguro in #40
- Comp by @tunamaguro in #41
- Doc by @tunamaguro in #42
- Default serialize mode to lossless by @tunamaguro in #43
- Recursion limit by @tunamaguro in #45
- tuple impl by @tunamaguro in #46
- Trusted-publish by @tunamaguro in #47
New Contributors
- @dependabot[bot] made their first contribution in #29
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- chore: allow publish in action by @tunamaguro in #24
- Release-0.1.2 by @tunamaguro in #25
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- support std::io::Write by @tunamaguro in #10
- Perf IoWrite by @tunamaguro in #11
- Remove_std by @tunamaguro in #12
- Support-reader by @tunamaguro in #13
- encode number config by @tunamaguro in #14
- decode config by @tunamaguro in #15
- support any type by @tunamaguro in #16
- remove deserialize config by @tunamaguro in #17
- doc: add comment by @tunamaguro in #18
- refactor: use new type strcut by @tunamaguro in #19
- chore: move crates to top by @tunamaguro in #20
- fix: fix readme link by @tunamaguro in #21
- publish action by @tunamaguro in #22
- fix: typo by @tunamaguro in #23
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release.
See README for more details.
What's Changed
- impl encode by @tunamaguro in #1
- impl decode by @tunamaguro in #2
- add test by @tunamaguro in #3
- Serializer by @tunamaguro in #4
- Benchmark by @tunamaguro in #5
- deserializer by @tunamaguro in #6
- deserialize bench by @tunamaguro in #7
- Add readme by @tunamaguro in #9
New Contributors
- @tunamaguro made their first contribution in #1
Full Changelog: https://github.com/tunamaguro/messagepack-rs/commits/v0.1.0