Skip to content

2022.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 04:32
· 658 commits to refs/heads/main since this release
a1ac6b7

🚀 Features

  • Add support for directly ingesting data from Ambient Weather stations (#400)
  • Ensure runtime can handle multiple endpoints (#397)
  • Make Configs.configs a publicly available attribute (#395)
  • Add config option to change input data format (#393)

📕 Documentation

  • Update contribution instructions (#402)
  • Clean up docs (#401)
  • Add initial docs for --input-data-format config option (#394)

🧰 Maintenance

  • Expand device parsing to cover more use cases (#399)
  • Implement a factory for picking the correct APIServer implementation (#398)
  • Revert "Make Configs.configs a publicly available attribute (#395)" (#396)
  • Remove unnecessary API server tets (#392)
  • Abstract normalization of API endpoints (#391)
  • Introduce encapsulated API server object (#390)
  • Bump uvicorn from 0.19.0 to 0.20.0 (#389)