Skip to content

Bump aiocoap from 0.4.12 to 0.4.14 #422

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

Merged
merged 1 commit into from
Apr 7, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps aiocoap from 0.4.12 to 0.4.14.

Changelog

Sourced from aiocoap's changelog.

Version 0.4.14

This is mainly a CLI and integration update.

Enhancements in aiocoap-client


* --interactive mode now takes some arguments (eg. --proxy and --credentials) both globally and per request.
  Options like --version were removed from inside interactive mode.
* -v/--verbose now prints sent and received messages; add more -v to increase the log levels.
* Sufficiently many -v now produce log messages beyond DEBUG.

Dependencies


* The websockets module is now also supported in its versions 14 and 15.
* colorlog was added as an optional dependency in the ``[prettyprint]`` feature.

Minor enhancements and fixes

  • Explicit string representation of CoAP option numbers was added.
  • The repr of ContentFormat elide the encoding in the trivial case.
  • Workarounds were dropped in the contrib/html-viewer and for websockets.
  • The server example is now more explicit in its content formats.
  • Testing of doctests was restored.

Version 0.4.13

Enhancements


* Lakers was updated to 0.5, enabling
  - a larger set of CCS credentials, and
  - using EDHOC message 3 without the EDHOC option optimization.
* OSCORE server contexts can now be registered at a Resource Directory, showing all resources.
* Fileserver only sends Block2 and ETag on demand; ETag length can be configured.

Breaking changes

  • Group OSCORE was updated to reflect the latest draft version -23, and thus incompatible with groups on older versions.

Minor enhancements


* Logging of OSCORE contexts was enhanced; a tightly checked ``AIOCOAP_REVEAL_KEYS`` variable was introduced to avoid logging secrets in regular operation.
* CLI tools now consistently support --version.
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/chrysn/aiocoap/commit/9d8307df5671bbdcd1a5e0eb4c536aaf8c84dd58&quot;&gt;&lt;code&gt;9d8307d&lt;/code&gt;&lt;/a> Prepare 0.4.14 release</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/c3024731c3f8a9a7f4d98654b0eeef12f508a281&quot;&gt;&lt;code&gt;c302473&lt;/code&gt;&lt;/a> Update NEWS</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/a44bf3352080939b5505282d3a96358515491a07&quot;&gt;&lt;code&gt;a44bf33&lt;/code&gt;&lt;/a> cli: Add color to log output</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/c46c73c0a28be354a290c282713278732642bb7b&quot;&gt;&lt;code&gt;c46c73c&lt;/code&gt;&lt;/a> aiocoap-client: allow more options in --interactive</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/955d1f86ca2977a929524a3065872cb55415ed31&quot;&gt;&lt;code&gt;955d1f8&lt;/code&gt;&lt;/a> tests: Fix test that needs color off</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/64f28f8ebf74b71cc1b588534e578a700b600cf1&quot;&gt;&lt;code&gt;64f28f8&lt;/code&gt;&lt;/a> aiocoap-client: Respect --color for color logging</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/98af31ca502a35191584dd18d1f3760fe45f964a&quot;&gt;&lt;code&gt;98af31c&lt;/code&gt;&lt;/a> demo: Send more content-format</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/357818f66d85d7765086981ae4774156c7c2368e&quot;&gt;&lt;code&gt;357818f&lt;/code&gt;&lt;/a> cli: Add intermediate verbosity level</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/86ed9cc0e450454dbbca35859fb24170e50c602b&quot;&gt;&lt;code&gt;86ed9cc&lt;/code&gt;&lt;/a> aiocoap-client interactive: Accept some arguments in either place</li>
<li><a href="https://github.com/chrysn/aiocoap/commit/73e05fe224c98c999a389873ed470c10afecbe64&quot;&gt;&lt;code&gt;73e05fe&lt;/code&gt;&lt;/a> aiocoap-client: Apply options separation in interactive mode</li>
<li>Additional commits viewable in <a href="https://github.com/chrysn/aiocoap/compare/0.4.12...0.4.14&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 7, 2025
Bumps [aiocoap](https://github.com/chrysn/aiocoap) from 0.4.12 to 0.4.14.
- [Changelog](https://github.com/chrysn/aiocoap/blob/master/NEWS.rst)
- [Commits](chrysn/aiocoap@0.4.12...0.4.14)

---
updated-dependencies:
- dependency-name: aiocoap
  dependency-version: 0.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@bdraco bdraco merged commit c664e5f into main Apr 7, 2025
14 checks passed
@dependabot dependabot bot deleted the dependabot/pip/aiocoap-0.4.14 branch April 7, 2025 03:46
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 python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant