Skip to content
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

Bump MsgPack.Cli from 0.9.0-beta2 to 1.0.1 #1766

Merged
merged 2 commits into from
Mar 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps MsgPack.Cli from 0.9.0-beta2 to 1.0.1.

Release notes

Sourced from MsgPack.Cli's releases.

1.0.1

This is bug fix release of 1.0.0. It is recommended for users who use Timestamp.

BUG FIXES

  • Fix conversion from DateTime[Offset] to Timestamp failure for before Unix epoc. #296

IMPROVEMENTS

  • Fix nuspec metadata. #306

1.0.0

This release contains some bug fixes mainly related Unity stability from RC1.

This is change list from 0.9.2 (not from 1.0-RC)

NEW FEATURES

  • .NET Standard 2.0 which supports serializer source code generation on .NET Core. Note that serializer assembly generation is not supported.
  • MessagePackSerializer.UnpackMessagePackObject(byte[]) utility method.
  • MessagePack timestamp type support. This includes interoperability with DateTime/DateTimeOffset as well as MsgPack.Timespan type with basic arithmatics, properties, and conversions.
  • ValueTuple support. #277

BUG FIXES

  • Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
  • Fix UAP build drop does not exists in nupkg. #186
  • Fix new unpacker cannot unpack reserved ext types.
  • Fix NRE in .NET Standard 1.1/1.3 build (this issue got mixed in beta2).
  • Fix built-in Guid/BigInteger always output raw type even if PackerCompatibilityOptions.PackBinaryAsRaw is not specified. #270
  • Fix MessagePackObject.UnderlyingType reports wrong type for ext types. Part of #269. This bug also caused misleading error message for incompatible type conversion.
  • Fix exceptions thrown by MessagePackObject.AsBinary()/AsString() reports internal type name. Part of #269.
  • [NonSerialized] attribute does not effect in Mono based platform including Unity.
  • Fix map keys order emitted by asymmetric (serialization only) serializer are inconsistent across platform.
  • Fix Unity build does not honor serialization related attributes correctly.
  • Fix internal inconsitency between serialization related attributes detection and their parameter retrieval.

IMPROVEMENTS

  • System.Tuple detection now ignores their declaring assemblies.
  • Improve exception message in AOT error of Unity.
  • .NET Standard 1.1/1.3 projects now do not depend on System.Linq.Expressions package.

1.0.0-rc1

This is release candidates to 1.0! Only critical bug fixes will be applied until 1.0 release. Please check binaries in your environment with known limitations about IL2CPP and Xamarin.iOS (essentially, you should use mpu.exe tool to generate serializer code or call MessagePackSerializer.Prepare<T>() for all types and adjust linker related configuration.)

... (truncated)

Changelog

Sourced from MsgPack.Cli's changelog.

Release 0.1 - 2011/1/4

Porting from Message Pack Java 0.3.

FEATURES

  • MessagePackObject is implemented.
  • Packer APIs (Packer class) are implemented.
  • Buffered Unpacker APIs (Unpacker class) are implemented.
  • Unbuffered Unpacker APIs (Unpacking class) are implemented.

Release 0.2 - 2012/6/19

FEATURES

Release 0.3 - 2013/1/27

BREAKING CHANGES

  • Unpacker.Feed is removed. Use Unpacker.Create(Stream) and feed data to the passing Stream instead of Unpacker.
  • IUnpackable.UnpackFromMessage now takes Unpacker instead of MessagePackObject to be symmetric as IPackable and improve custom unpacking performance.
  • Unpacker.Create() is removed because it is completely useless.
  • Unpacker does not remember interruptted stream state now. So, unpacker throws exception when it reaches end of stream. Data feeding should be handled on the underlying stream layer like NetworkStream does -- it is not unpacker layer's responsibility.

FEATURES

  • Improve protobuf-net compatibility.
  • Add non-generic overload for MessagePackSerializer.Create().
  • Add direct read method for primitive types on Unpacker. It enable dramatic performance improvement on deserializer.
  • Support WinRT (experimental, .NET Fx core only, that is, WinMD is not supported yet).
  • Add SerialializerGenerator which provides capability to generate pre-built serializer assembly.
  • Unpacker.ReadItem/UnpackSubtree makes easy to unpack collection as MessagePackObject.

IMPROVEMENTS

  • Improve unpacking performance.

BUG FIXES

  • Fix 'sparse' declaration (i.e. field ids are not continuous on the objects' MessagePackDataMember attribute) causes deserialization error.
  • Fix synchronization related error.
  • Serializers respects IPackable/IUnpackable.

Release 0.3.1 - 2013/5/4

FEATURES

  • [issue1] Add byte-array based serialization APIs.

BUG FIXES

  • [issue6] Fix deserializing from a map which contains unknown member causes MessageTypeException.

... (truncated)

Commits
  • e1b574a Merge pull request #317 from msgpack/fix/build-version
  • 8232d48 Update version
  • 64ac736 Merge pull request #306 from lucaspimentel/feature/add-netstandard2-dependencies
  • 1378a0f Add .NETStandard2.0 dependencies to NuGet packages
  • 419d45f Merge pull request #302 from msgpack/fix/#296
  • 7330d50 Fix build script to generate symbol package correctly.
  • eb29b98 Fix CI settings to run release build on patching branches for future.
  • 39b3920 Renew test certificate
  • 5df8986 Fix changelog.
  • a6886b2 Fix exception in conversion from DateTime[Offset] to Timestamp. #296
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
@AArnott
Copy link
Collaborator

AArnott commented Mar 31, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

dependabot bot and others added 2 commits March 31, 2024 18:19
Bumps [MsgPack.Cli](https://github.com/msgpack/msgpack-cli) from 0.9.0-beta2 to 1.0.1.
- [Release notes](https://github.com/msgpack/msgpack-cli/releases)
- [Changelog](https://github.com/msgpack/msgpack-cli/blob/master/CHANGES.txt)
- [Commits](msgpack/msgpack-cli@0.9.0-beta2...1.0.1)

---
updated-dependencies:
- dependency-name: MsgPack.Cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@AArnott AArnott force-pushed the dependabot/nuget/develop/MsgPack.Cli-1.0.1 branch from 092626c to 9bd9601 Compare March 31, 2024 23:20
@AArnott AArnott enabled auto-merge March 31, 2024 23:20
@AArnott AArnott merged commit 03dfded into develop Mar 31, 2024
6 checks passed
@AArnott AArnott deleted the dependabot/nuget/develop/MsgPack.Cli-1.0.1 branch March 31, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant