Skip to content

2022.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 21:36
· 290 commits to refs/heads/main since this release
90eb49e

馃殌 Features

  • Add endpoint for GET /sensor/:sensor_index (#13)
  • Add endpoint for GET /sensors (#11)
  • Add an API classmethod to check the validity of an API key (#9)
  • Add model for GET /v1/sensors responses (#8)
  • Add model for GET /v1/sensors requests (#7)
  • Add models for API key operations (#2)

馃О Maintenance

  • Ensure all datetime-related fields have _utc in the name (#15)
  • Create SensorModel and use throughout library (#14)
  • Create helpers for reusable Pydantic validators (#12)
  • Rename model folders to models (for consistency) (#10)
  • Temporarily ignore coverage for errors/const (#6)
  • Store validated timestamps in UTC (#5)
  • Add a variety of new GitHub Actions (#3)
  • Add initial library organization (#1)