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 PeterO.Cbor from 2.4.2 to 4.0.0 in /examples/COSETests #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2019

Bumps PeterO.Cbor from 2.4.2 to 4.0.0.

Release notes

Sourced from PeterO.Cbor's releases.

Version 4.0.0:

  • Fix issues with CTAP2 Canonical CBOR form
  • Support field serialization and deserialization in ToObject and FromObject

Download CBOR Library in C#

Version 4.0.0-beta2:

The features in this version include:

The CBOR library no longer stores numbers in a special form beyond the CBOR data model, which represents all "65-bit" signed integers and all "double" values. This means the CBOR library no longer stores certain numbers as EDecimal, EInteger, EFloat, etc., rather than as tagged CBOR objects.
CBORObject.CompareTo now compares objects using the default deterministic encoding comparison in the draft revision of the CBOR specification, and no longer treats numbers (objects with the former type CBORType.Number) as a special class.
CBORType.Number is deprecated; CBORObjects no longer have this type. In its place, certain numbers now have new CBORTypes Integer or FloatingPoint.
CBORObject now stores floating-point numbers internally as the bits that make them up, rather than as doubles, to avoid data loss in conversions.
Methods were added to CBORObject to read and write floating-point numbers in terms of their bit patterns rather than as doubles or floats.
Ctap2Canonical was made more strict and now works when decoding CBOR objects.
Added ReadSequence and DecodeSequence to CBORObject for reading CBOR sequences.
New CBORNumber class for storing numbers representable in CBOR. The new CBORObject.IsNumber property checks whether a CBOR object represents a number.
Bug fixes

Download CBOR Library in C#

Version 4.0.0-alpha2

Download CBOR Library in C#

Version 4.0.0-alpha1

Download CBOR Library in C#

Version 3.4.0

Download CBOR Library in C#

Version 3.4.0-beta1

Download CBOR Library in C#

Version 3.4.0-alpha

Download CBOR Library in C#

CBOR version 3.3.0

Download CBOR Library in C#

CBOR version 3.2.0

Version 3.2

Added build targeting the .NET Framework 2.0
Obsoleted much of the existing API in CBOREncodeOptions and added new APIs to replace it.
Documentation for some CBORObject methods now points to the use of CBOREncodeOptions.Default
Documentation edited in other places
... (truncated)
Changelog

Sourced from PeterO.Cbor's changelog.

Older versions release notes

Version 3.6.0

  • Add new string constructors to CBOREncodeOptions, JSONOptions, and PODOptions
  • Implement options to disable resolving shared references and allow empty streams when decoding CBOR objects
  • Add IsNumber property to CBORObject to check whether a CBOR object stores a number; CBORType.Number is deprecated

Version 3.5.2

  • Update Numbers library used by this library to a version that doesn't depend on StyleCop.Analyzers in the package.

Version 3.5.1

  • Update Numbers library used by this library.

Version 3.5.0

  • Update Numbers library used by this library.
  • Deprecate Base64Padding property of JSONOptions.

Version 3.4.0

No significant changes from beta1.

Version 3.4.0-beta1

  • Improved implementation of new ToObject method.
  • Bugs in multidimensional array serialization by FromObject were fixed.
  • URI parsing restored to 3.0 version for backward compatibility.
  • Remove method disallows null for backward compatibility.
  • ICBORObjectConverter renamed to ICBORToFromConverter.
  • Several APIs were obsoleted.

Version 3.4.0-alpha1

  • Add ToObject method for deserializing CBOR objects.
  • Add ICBORObjectConverter interface.
  • Add HasMostOuterTag method to CBORObject class.
  • Add CTAP2 canonicalization support to CBOR object encoding.
  • Added examples in several places in documentation.

Version 3.3

  • Added Clear, RemoveAt and Remove(object) methods to CBORObject class. Formerly, it was very hard with existing methods to remove items from CBOR maps and arrays.
  • Added CodePointLength and ToUpperCaseAscii methods to DataUtilities class.
  • Added WriteValue family of methods to CBORObject class. This can be used for lower-level encoding of CBOR objects. Examples on its use were included in the documentation.
  • Bug fixes.
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2019
@dependabot dependabot bot force-pushed the dependabot/nuget/examples/COSETests/PeterO.Cbor-4.0.0 branch from bf49e82 to 086a26b Compare October 1, 2019 02:27
@dependabot dependabot bot force-pushed the dependabot/nuget/examples/COSETests/PeterO.Cbor-4.0.0 branch from 086a26b to 92ea76c Compare June 28, 2020 16:57
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.

0 participants