|
| 1 | +## 1.2.9 (2024-04-21) |
| 2 | + |
| 3 | +* ignore query string in check_login_errors(). This should fix a bug where the task was logged out |
| 4 | + but not correctly being identified |
| 5 | +* remove unnecessary warning in alarm status check |
| 6 | +* add arm night |
| 7 | +* refactor update_alarm_from_etree() |
| 8 | +* bump to newer user agent |
| 9 | +* skip sync check if it will back off |
| 10 | +* fix linter issue in _initialize_sites |
| 11 | + |
| 12 | +## 1.2.8 (2024-03-07) |
| 13 | + |
| 14 | +* add more detail to "invalid sync check" error logging |
| 15 | +* don't exit sync check task on service temporarily unavailable or invalid login |
| 16 | +* don't use empty site id for logins |
| 17 | + |
| 18 | +## 1.2.7 (2024-02-23) |
| 19 | + |
| 20 | +* catch site is None on logout to prevent "have you logged in" errors |
| 21 | +* speed improvements via aiohttp-zlib-ng |
| 22 | + |
| 23 | +## 1.2.6 (2024-02-23) |
| 24 | + |
| 25 | +Performance improvements including: |
| 26 | + |
| 27 | +* switch from BeautifulSoup to lxml for faster parsing |
| 28 | +* optimize zone parsing to only update zones which have changed |
| 29 | +* change wait_for_update() to pass the changed zones/alarm state to caller |
| 30 | + |
| 31 | +## 1.2.5 (2024-02-10) |
| 32 | + |
| 33 | +* don't raise not logged in exception when sync check task logs out |
| 34 | +* change full logout interval to approximately every 6 hours |
| 35 | + |
| 36 | +## 1.2.4 (2024-02-08) |
| 37 | + |
| 38 | +* change yarl dependencies |
| 39 | + |
| 40 | +## 1.2.3 (2024-02-08) |
| 41 | + |
| 42 | +* change aiohttp dependencies |
| 43 | + |
| 44 | +## 1.2.2 (2024-02-07) |
| 45 | + |
| 46 | +* add yarl as dependency |
| 47 | + |
| 48 | +## 1.2.1 (2024-02-07) |
| 49 | + |
| 50 | +* add timing loggin for zone/site updates |
| 51 | +* do full logout once per day |
| 52 | +* have keepalive task wait for sync check task to sleep before logging out |
| 53 | + |
| 54 | +## 1.2.0 (2024-01-30) |
| 55 | + |
| 56 | +* add exceptions and exception handling |
| 57 | +* make code more robust for error handling |
| 58 | +* refactor code into smaller objects |
| 59 | +* add testing framework |
| 60 | +* add poetry |
| 61 | + |
1 | 62 | ## 1.1.5 (2023-12-22) |
2 | 63 |
|
3 | 64 | * fix more zone html parsing due to changes in Pulse v27 |
|
0 commit comments