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

chore(deps): Bump astarte-device-sdk from 0.6.0 to 0.6.2 #184

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps astarte-device-sdk from 0.6.0 to 0.6.2.

Release notes

Sourced from astarte-device-sdk's releases.

v0.6.2

Astarte Device SDK Rust v0.6.2 release.

CHANGELOG

Fixed

  • Allow escaped character in the Interface description and documentation.

v0.6.1

Astarte Device SDK Rust v0.6.1 release.

CHANGELOG

Added

  • Check if an interface exists and the type is the same of the value passed/received when sending or receiving data from Astarte.

Fixed

  • Unset of property send empty buffer instead of document with null value.
  • Deserialize mixed integer BSON arrays from Astarte to the type specified in the interface (longinteger and integer).
Changelog

Sourced from astarte-device-sdk's changelog.

[0.6.2] - 2023-10-19

Fixed

  • Allow escaped character in the Interface description and documentation.

[0.6.1] - 2023-10-02

Added

  • Check if an interface exists and the type is the same of the value passed/received when sending or receiving data from Astarte.

Fixed

  • Unset of property send empty buffer instead of document with null value.
  • Deserialize mixed integer BSON arrays from Astarte to the type specified in the interface (longinteger and integer)

Deprecated

  • Added a warning to the AstarteDeviceSdk::get_property method to use the PropAccess trait instead
Commits
  • 3061081 Merge pull request #252 from joshuachp/release/v0.6.2
  • fc2fad3 Prepare release v0.6.2
  • acdfe9e Merge pull request #251 from joshuachp/fix/deserialize-escaped-json
  • 4074705 fix(interface): make escaped strings deserializable
  • 019c2e1 Merge pull request #248 from joshuachp/pre-release-v0.6.1
  • 2295c2d Prepare release v0.6.1
  • 480c5e5 Merge pull request #242 from joshuachp/fix-mixed-array
  • 7bfad1e chore(CHANGELOG): update changelog
  • 4cff982 Merge pull request #247 from joshuachp/fix-deps
  • 6c25c80 fix(expiry): warn expiry only if is not default (0)
  • Additional commits viewable in compare view

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 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)

Bumps [astarte-device-sdk](https://github.com/astarte-platform/astarte-device-sdk-rust) from 0.6.0 to 0.6.2.
- [Release notes](https://github.com/astarte-platform/astarte-device-sdk-rust/releases)
- [Changelog](https://github.com/astarte-platform/astarte-device-sdk-rust/blob/master/CHANGELOG.md)
- [Commits](astarte-platform/astarte-device-sdk-rust@v0.6.0...v0.6.2)

---
updated-dependencies:
- dependency-name: astarte-device-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 6, 2023
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #184 (50b39fd) into master (78ff337) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   86.76%   86.76%           
=======================================
  Files           9        9           
  Lines         559      559           
=======================================
  Hits          485      485           
  Misses         74       74           

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #203.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/cargo/astarte-device-sdk-0.6.2 branch January 29, 2024 06:54
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants