Skip to content

Commit

Permalink
Merge pull request #363 from joshuachp/feature/retention
Browse files Browse the repository at this point in the history
feat(retention): implement the retention for the connestions
  • Loading branch information
harlem88 authored Sep 2, 2024
2 parents f032ae2 + 233b35a commit 527a835
Show file tree
Hide file tree
Showing 66 changed files with 5,106 additions and 510 deletions.
38 changes: 5 additions & 33 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,23 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Astarte Device SDK Rust
Source: https://github.com/astarte-platform/astarte-device-sdk-rust

Files: .sqlx/*
Files: .sqlx/*.json
Copyright: SECO Mind Srl
License: CC0-1.0

Files: queries/*
Files: queries/*.sql
Copyright: SECO Mind Srl
License: CC0-1.0

Files: migrations/*
Files: migrations/*.sql
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/registration/interfaces/*
Files: */interfaces/*.json
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/registration/configuration.json
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/individual_datastream/interfaces/*
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/individual_datastream/configuration.json
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/object_datastream/interfaces/*
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/object_datastream/configuration.json
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/individual_properties/interfaces/*
Copyright: SECO Mind Srl
License: CC0-1.0

Files: examples/individual_properties/configuration.json
Copyright: SECO Mind Srl
License: CC0-1.0

Files: e2e-test/interfaces/*
Files: */configuration.json
Copyright: SECO Mind Srl
License: CC0-1.0

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Update the Dynamic Introspection to support adding or removing interfaces from a MessageHub Node [#330](https://github.com/astarte-platform/astarte-device-sdk-rust/issues/330)
- Update the Dynamic Introspection to support adding or removing interfaces from a MessageHub Node
[#330](https://github.com/astarte-platform/astarte-device-sdk-rust/issues/330)
- Implement the retention stored for the `SqliteStore` and the volatile with an in memory structure.
[#363](https://github.com/astarte-platform/astarte-device-sdk-rust/pull/363)

### Changed
- Use Empty type rather than Node to detach a Node [#340](https://github.com/astarte-platform/astarte-device-sdk-rust/pull/340/).
Expand Down
Loading

0 comments on commit 527a835

Please sign in to comment.