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

0.2.0-release #138

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,59 @@
Change log
==========

0.2.0 [2024-09-25]
------------------

Features
~~~~~~~~

- Added ``bootup_delay`` option to control delay before the agent starts
on boot.
- Restart the agent when ``openwisp-config`` starts or restarts to ensure
configuration consistency.
- Added ``htmode`` to wireless interface stats for enhanced monitoring.
- Added bitrate, quality, and connected AP information for wireless
"station" mode.
- Added support for using the ``cacert`` and ``capath`` configuration
options defined in the ``openwisp-config`` configuration file for
``curl`` command.
pandafy marked this conversation as resolved.
Show resolved Hide resolved
- Allowed compiling the package without the ``rpcd-mod-iwinfo``
dependency. This is beneficial for space-constrained devices that do not
have a WiFi card.

Changes
~~~~~~~

- Allowed WireGuard protocol to be used as a virtual interface type.
- Improved sending of accumulated data by adding a random pause after
every 10 successful requests.
- Enhanced mesh station information handling.
- Stopped sending data after receiving repeated 404 responses to prevent
unnecessary retries.
- Skipped adding the wireless section if the WiFi channel is not
available.

Backward incompatible
+++++++++++++++++++++

- Implemented a randomized backoff mechanism for HTTP requests, replacing
the previous exponential backoff approach.

Bugfixes
~~~~~~~~

- Applied a workaround for devices that incorrectly report zero CPUs,
ensuring at least one CPU is assumed.
- Prevented the addition of bridge members when the list is empty to avoid
unnecessary configurations.
- Discarded data when receiving a bad request response from the server to
avoid re-sending corrupted data.
- Used the correct device network section for STP on OpenWrt versions
greater than 21.
- Skipped adding empty DHCP lease tables to avoid unnecessary data
processing.
- Avoided including mobile signal data if it is not available.

0.1.1 [2022-06-08]
------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0a
0.2.0
Loading