2023-06-28 03:36:38 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
- [x]
|
|
|
|
|
2024-11-06 17:18:23 +00:00
|
|
|
## [1.1.2] - 2024-11-06
|
2024-11-06 17:15:42 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- [PR #8][pr-8] fixes bug receiving `raid` events.
|
|
|
|
|
2023-06-28 03:36:38 +01:00
|
|
|
## [1.0.0] - 2023-06-28
|
|
|
|
|
|
|
|
The only potential breaking change, a new error class raised if the initial connection fails.
|
|
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- tomllib/tomli now lazy loaded in _token_from_toml(). Allows possibility to run package without tomli.
|
|
|
|
- module level logger
|
|
|
|
- debug example
|
|
|
|
- raw kwarg for receiving the raw json data.
|
|
|
|
- `Path.home() / ".config" / "streamlabsio" / "config.toml"` added to config.toml filepaths.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Python minimum required version changed to 3.8
|
|
|
|
- new error class
|
|
|
|
- `SteamlabsSIOConnectionError` raised on a connection error
|
2024-11-06 17:15:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
[pr-8]: https://github.com/onyx-and-iris/streamlabs-socketio-py/pull/8
|