Skip to content

Latest commit

 

History

History
246 lines (141 loc) · 5.64 KB

CHANGELOG.md

File metadata and controls

246 lines (141 loc) · 5.64 KB

medea-control-api-proto changelog

All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.12.0 · 2024-??-?? (unreleased)

Diff

Upgraded

0.11.0 · 2024-02-12

Diff

Upgraded

0.10.0 · 2023-09-25

Diff

Upgraded

0.9.0 · 2023-07-12

Diff

Upgraded

0.8.0 · 2023-06-09

Diff

Added

  • Abstractions:
    • ControlApi and CallbackApi (#55).
  • gRPC:
    • ControlApi and CallbackApi implementations (#56).
  • Direct:
    • ControlApi and CallbackApi implementations ([#65]).
  • Cargo features:
    • client and server (#56);
    • serde (#67);
    • client-api (#68).

Upgraded

0.7.0 · 2022-05-05

Diff

Added

  • gRPC:
    • ControlApi service:
      • Methods:
        • Healthz (#51).
      • Messages:

0.6.0 · 2022-04-13

Diff

Upgraded

0.5.0 · 2021-12-20

Diff

Upgraded

Updated

0.4.0 · 2021-08-25

Diff

Upgraded

0.3.0 · 2021-05-12

Diff

Upgraded

0.2.0 · 2021-04-08

Diff | Milestone

Added

  • gRPC:
    • ControlApi service:
      • Methods:

0.1.0 · 2021-02-01

Milestone | Roadmap

Added

  • gRPC:
    • Services:
      • ControlApi (#57);
      • Callback (#63).
    • ControlApi service:
      • Methods (#57):
        • Create;
        • Get;
        • Delete.
      • Elements (#57, #79, #106):
        • Room;
        • Member;
        • WebRtcPlayEndpoint;
        • WebRtcPublishEndpoint.
    • Callback service:
      • Callbacks (#63):
        • OnJoin;
        • OnLeave.