Skip to content

Commit

Permalink
Rewrite research/api-server code by Go, remove Python. (#3382)
Browse files Browse the repository at this point in the history
* support api-server golang

* Update release to v6.0.18 and v5.0.137

PICK 8156686

Co-authored-by: winlin <[email protected]>
Co-authored-by: chundonglinlin <[email protected]>
Co-authored-by: ChenGH <[email protected]>
  • Loading branch information
4 people committed Jan 18, 2023
1 parent 4a31b2e commit 9600e49
Show file tree
Hide file tree
Showing 5 changed files with 840 additions and 1,133 deletions.
1 change: 1 addition & 0 deletions trunk/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The changelog for SRS.

## SRS 5.0 Changelog

* v5.0, 2023-01-18, Merge [#3382](https://github.com/ossrs/srs/pull/3382): Rewrite research/api-server code by Go, remove Python. v5.0.137 (#3382)
* v5.0, 2023-01-18, Merge [#3386](https://github.com/ossrs/srs/pull/3386): SRT: fix crash when srt_to_rtmp off. v5.0.136 (#3386)
* v5.0, 2023-01-17, Merge [#3385](https://github.com/ossrs/srs/pull/3385): API: Support server/pid/service label for exporter and api. v5.0.135 (#3385)
* v5.0, 2023-01-17, Merge [#3383](https://github.com/ossrs/srs/pull/3383): GB: Fix PSM parsing indicator bug. v5.0.134 (#3383)
Expand Down
3 changes: 3 additions & 0 deletions trunk/research/api-server/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module api-server

go 1.18
Loading

0 comments on commit 9600e49

Please sign in to comment.