Skip to content

Releases: elahd/nyc311calendar

v0.4.1

08 Dec 15:03
Compare
Choose a tag to compare

🐛 Bug Fixes

Bumped aiohttp version to fix compatibility issue with ha-nyc311 and Home Assistant.

v0.4

03 Jun 17:30
d34c586
Compare
Choose a tag to compare

💡 New Features

  1. [Breaking] BY_DATE calendar renamed to QUARTER_AHEAD. Now holds two sub-calendars, one grouped by date and the other grouped by service.
  2. [Breaking] DAYS_AHEAD calendar renamed to WEEK_AHEAD, in line with BY_DATE name change.
  3. Added hack to identify last day of school.

v0.3

02 Jun 16:00
131898a
Compare
Choose a tag to compare

🐛 Bug Fixes

Support for all status types via Freedom of Information Law request FOIL-2022-858-00121 to the NYC Department of Information Technology and Telecommunications (DOITT). If a public API is horribly documented, FOIL the source code!

I've uploaded the DOITT's spreadsheet of known statuses as a public reference.

🧹 Housekeeping

  1. Refactored / cleaned up codebase.
  2. Posted sample code.

v0.2

02 May 16:41
297eb2c
Compare
Choose a tag to compare
  1. Added support for the "Staff Only" status. Thank you, Anniversary Day and Chancellor's Conference Day 2022, for revealing this bug and @aniceberg for submitting the report (elahd/ha-nyc311#4).
  2. Switched to semantic versioning.

2022.2.1

03 Feb 03:30
Compare
Choose a tag to compare

Fixes bug in which events that occurred yesterday appear in the "next event" sensors.

2022.1 - Support "Delayed" Status

10 Jan 17:34
Compare
Choose a tag to compare

Added support for the "Delayed" status. Thank you, January 7 snowstorm, for revealing this bug.

2021.12.1 - Small (breaking) changes

28 Dec 17:50
Compare
Choose a tag to compare

2021.12 - First release

24 Dec 21:12
Compare
Choose a tag to compare
Added GitHub->PyPi publishing workflow and pre-commit checks.