Releases: adafruit/Adafruit_CircuitPython_PortalBase
Releases · adafruit/Adafruit_CircuitPython_PortalBase
3.0.1 - Remove secrets.py Usage In Docs Conf
3.0.0 - remove secrets.data; deprecate secrets.py
What's Changed
- Secrets cleanup by @justmobilize in #105
Minor updates to remove secrets usage and update keys:
- Remove secrets_data
- Update secrets.py comments to settings.toml
- Update AIO keys from AIO_* to ADAFRUIT_AIO_*
- Update learn links to point to correct page for settings.toml
- Update adafruit_portalbase.network.NetworkBase.get_setting to handle newer ADAFRUIT_AIO* key names and show a warning when using secrets (tests added to make sure it's working as expected)
Full Changelog: 2.1.3...3.0.0
2.1.3 - RTD Sphinx Config
Full Changelog: 2.1.2...2.1.3
2.1.2 - Fix For Sphinx RTD Theme
Full Changelog: 2.1.1...2.1.2
2.1.1 - Use Ruff
2.1.0 - Support max_attempts Arg on get_local_time()
What's Changed
- Fix README requirements by @justmobilize in #101
- Add max_attempts to get_local_time by @colonwq in #103
Full Changelog: 2.0.0...2.1.0
Remove Legacy Socket API and Support Connection Manager
What's Changed
- Remove legacy requests.set_socket by @justmobilize in #100
New Contributors
- @justmobilize made their first contribution in #100
Full Changelog: 1.16.1...2.0.0
1.16.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 1.16.0...1.16.1
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-portalbase
.
Read the docs for info on how to use it.
Add more Adafruit IO functionality to Network
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-portalbase
.
Read the docs for info on how to use it.
1.15.4 - fix doc build
What's Changed
- Add missing sphinx-rtd-theme module to requirements by @makermelissa in #97
Full Changelog: 1.15.3...1.15.4