Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #123

Merged
merged 1 commit into from
Jan 24, 2024
Merged

chore: release #123

merged 1 commit into from
Jan 24, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 20, 2023

🤖 New release

  • atm0s-media-server-cluster: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-media-server-utils: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-media-server-proc-macro: 0.1.0 -> 0.1.1
  • atm0s-media-server-protocol: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • atm0s-media-server-transport: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-media-server-endpoint: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-media-server-audio-mixer: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • atm0s-media-server-transport-webrtc: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-media-server-transport-rtmp: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-media-server: 0.1.0 -> 0.1.1

⚠️ atm0s-media-server-cluster breaking changes

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type ClusterEndpointIncomingEvent no longer derives Eq, in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:100
  type ClusterEndpointOutgoingEvent no longer derives Eq, in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:84

--- failure enum_tuple_variant_field_added: pub enum tuple variant field added ---

Description:
An enum's exhaustive tuple variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_tuple_variant_field_added.ron

Failed in:
  field 1 of variant ClusterLocalTrackIncomingEvent::MediaPacket in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/local_track.rs:15
  field 1 of variant ClusterLocalTrackIncomingEvent::MediaStats in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/local_track.rs:16

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_variant_added.ron

Failed in:
  variant ClusterEndpointOutgoingEvent:InfoSet in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:85
  variant ClusterEndpointOutgoingEvent:InfoUpdate in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:86
  variant ClusterEndpointOutgoingEvent:InfoRemove in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:87
  variant ClusterEndpointOutgoingEvent:SubscribeRoomPeers in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:88
  variant ClusterEndpointOutgoingEvent:UnsubscribeRoomPeers in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:89
  variant ClusterEndpointOutgoingEvent:SubscribeRoomStreams in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:90
  variant ClusterEndpointOutgoingEvent:UnsubscribeRoomStreams in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:91
  variant ClusterEndpointOutgoingEvent:SubscribeSinglePeer in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:92
  variant ClusterEndpointOutgoingEvent:UnsubscribeSinglePeer in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:93
  variant ClusterEndpointOutgoingEvent:MediaEndpointLog in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:96
  variant ClusterEndpointIncomingEvent:PeerAdded in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:101
  variant ClusterEndpointIncomingEvent:PeerUpdated in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:102
  variant ClusterEndpointIncomingEvent:PeerRemoved in /tmp/.tmpS29Pnc/atm0s-media-server/packages/cluster/src/define/endpoint.rs:103

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ClusterEndpointOutgoingEvent::SubscribeRoom, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-cluster/src/lib.rs:113
  variant ClusterEndpointOutgoingEvent::UnsubscribeRoom, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-cluster/src/lib.rs:114
  variant ClusterEndpointOutgoingEvent::SubscribePeer, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-cluster/src/lib.rs:115
  variant ClusterEndpointOutgoingEvent::UnsubscribePeer, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-cluster/src/lib.rs:116

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/function_missing.ron

Failed in:
  function atm0s_media_server_cluster::generate_cluster_track_uuid, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-cluster/src/lib.rs:122

⚠️ atm0s-media-server-utils breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_missing.ron

Failed in:
  enum atm0s_media_server_utils::MixMinusAudioMode, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-utils/src/media.rs:13
  enum atm0s_media_server_utils::EndpointSubscribeScope, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-utils/src/media.rs:5
  enum atm0s_media_server_utils::RemoteBitrateControlMode, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-utils/src/media.rs:28
  enum atm0s_media_server_utils::PayloadType, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-utils/src/media.rs:20

⚠️ atm0s-media-server-transport breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field MediaPacket.ext_vals in /tmp/.tmpS29Pnc/atm0s-media-server/packages/transport/src/packet.rs:16

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_variant_added.ron

Failed in:
  variant ConnectErrorReason:Rejected in /tmp/.tmpS29Pnc/atm0s-media-server/packages/transport/src/lib.rs:68

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/struct_missing.ron

Failed in:
  struct atm0s_media_server_transport::RpcResponse, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport/src/rpc.rs:7

⚠️ atm0s-media-server-endpoint breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type MediaEndpointPreconditional is no longer UnwindSafe, in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/endpoint_pre.rs:11
  type MediaEndpointPreconditional is no longer RefUnwindSafe, in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/endpoint_pre.rs:11

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_missing.ron

Failed in:
  enum atm0s_media_server_endpoint::BitrateLimiterType, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-endpoint/src/endpoint_wrap/internal/bitrate_limiter.rs:4

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_variant_added.ron

Failed in:
  variant EndpointRpcOut:PeerAdded in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:179
  variant EndpointRpcOut:PeerUpdated in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:180
  variant EndpointRpcOut:PeerRemoved in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:181
  variant EndpointRpcOut:SubscribePeerRes in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:185
  variant EndpointRpcOut:UnsubscribePeerRes in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:186
  variant EndpointRpcOut:ConnectionAcceptRequest in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:187
  variant EndpointRpcOut:PeerAdded in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:179
  variant EndpointRpcOut:PeerUpdated in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:180
  variant EndpointRpcOut:PeerRemoved in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:181
  variant EndpointRpcOut:SubscribePeerRes in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:185
  variant EndpointRpcOut:UnsubscribePeerRes in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:186
  variant EndpointRpcOut:ConnectionAcceptRequest in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/rpc.rs:187

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/method_parameter_count_changed.ron

Failed in:
  atm0s_media_server_endpoint::MediaEndpoint::new now takes 11 parameters instead of 6, in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/endpoint.rs:45
  atm0s_media_server_endpoint::MediaEndpointPreconditional::new now takes 9 parameters instead of 4, in /tmp/.tmpS29Pnc/atm0s-media-server/packages/endpoint/src/endpoint_pre.rs:24

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field peer_hash of struct TrackInfo, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-endpoint/src/rpc.rs:107

⚠️ atm0s-media-server-transport-webrtc breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type WebrtcTransportEvent is no longer UnwindSafe, in /tmp/.tmpS29Pnc/atm0s-media-server/transports/webrtc/src/transport.rs:40
  type WebrtcTransportEvent is no longer Sync, in /tmp/.tmpS29Pnc/atm0s-media-server/transports/webrtc/src/transport.rs:40
  type WebrtcTransportEvent is no longer RefUnwindSafe, in /tmp/.tmpS29Pnc/atm0s-media-server/transports/webrtc/src/transport.rs:40

--- failure enum_tuple_variant_field_missing: pub enum tuple variant's field removed ---

Description:
A field of a tuple variant in a pub enum has been removed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_tuple_variant_field_missing.ron

Failed in:
  field 1 of variant WebrtcTransportEvent::RemoteIce, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/transport.rs:39

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_variant_added.ron

Failed in:
  variant WebrtcTransportEvent:SdpPatch in /tmp/.tmpS29Pnc/atm0s-media-server/transports/webrtc/src/transport.rs:42

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/struct_missing.ron

Failed in:
  struct atm0s_media_server_transport_webrtc::WebrtcConnectRequest, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/rpc.rs:24
  struct atm0s_media_server_transport_webrtc::WhepTransportLifeCycle, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/transport/life_cycle/whep.rs:43
  struct atm0s_media_server_transport_webrtc::WhipTransportLifeCycle, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/transport/life_cycle/whip.rs:21
  struct atm0s_media_server_transport_webrtc::WhipConnectResponse, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/rpc.rs:57
  struct atm0s_media_server_transport_webrtc::WhepConnectResponse, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/rpc.rs:62
  struct atm0s_media_server_transport_webrtc::WebrtcConnectResponse, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/rpc.rs:40
  struct atm0s_media_server_transport_webrtc::WebrtcConnectRequestSender, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/rpc.rs:14
  struct atm0s_media_server_transport_webrtc::WebrtcRemoteIceRequest, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/rpc.rs:46
  struct atm0s_media_server_transport_webrtc::SdkTransportLifeCycle, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/transport/life_cycle/sdk.rs:22
  struct atm0s_media_server_transport_webrtc::WebrtcConnectRequestReceivers, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/rpc.rs:8

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/trait_method_missing.ron

Failed in:
  method on_endpoint_event of trait TransportLifeCycle, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-webrtc/src/transport/life_cycle.rs:22

⚠️ atm0s-media-server-transport-rtmp breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/inherent_method_missing.ron

Failed in:
  RtmpTransport::room, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-rtmp/src/transport.rs:43
  RtmpTransport::peer, previously in file /tmp/.tmpLpKa0k/atm0s-media-server-transport-rtmp/src/transport.rs:47
Changelog

atm0s-media-server-cluster

0.2.0 - 2024-01-24

Added

  • gateway global (#185)
  • sip transport and hooks (#167)
  • allow run https self-signed cert for testing with remote server (#175)
  • node info endpoint (#151)
  • connector external event log - protobuf (#132)
  • implement secure with static key JWT, update atm0s-sdn, update readme (#129)
  • audio mix-minus and allow subscribe multi sources (#126)
  • gateway and refactor media-server (#106)

Fixed

  • (deps) update rust crate atm0s-sdn to 0.1.8 (#162)
  • whip/whep sdp patch with client ices failed #176 (#179)
  • missing dashboard in gateway and live sessions not update when session ended (#111)
  • wrong typos cause publish error (#93)

Other

  • rename token terms (#174)
  • restructure cargo workspace deps and fix #122 (#125)
  • Feat connector server (#120)
  • release (#88)

atm0s-media-server-utils

0.2.0 - 2024-01-24

Added

  • gateway global (#185)
  • audio mix-minus and allow subscribe multi sources (#126)
  • gateway and refactor media-server (#106)

Fixed

  • (deps) update rust crate lz4_flex to 0.11.2 (#165)

Other

  • Feat connector server (#120)
  • release (#88)

atm0s-media-server-proc-macro

0.1.1 - 2024-01-24

Fixed

  • (deps) update rust crate quote to 1.0.35 (#139)
  • (deps) update rust crate syn to 2.0.48 (#128)
  • (deps) update rust crate syn to 2.0.42 (#124)
  • (deps) update rust crate syn to 2.0.41 (#110)

atm0s-media-server-protocol

0.1.1 - 2024-01-24

Added

  • connector with persistent queue (#161)
  • F32p2 conversion to from f32 (#152)

Fixed

  • try fixing protoc release (#155)

atm0s-media-server-transport

0.2.0 - 2024-01-24

Added

  • sip transport and hooks (#167)
  • audio mix-minus and allow subscribe multi sources (#126)
  • gateway and refactor media-server (#106)

Other

  • restructure cargo workspace deps and fix #122 (#125)
  • release (#88)

atm0s-media-server-endpoint

0.2.0 - 2024-01-24

Added

  • gateway global (#185)
  • sip transport and hooks (#167)
  • F32p2 conversion to from f32 (#152)
  • connector external event log - protobuf (#132)
  • auto or manual peer info subscribe (#135)
  • implement secure with static key JWT, update atm0s-sdn, update readme (#129)
  • audio mix-minus and allow subscribe multi sources (#126)
  • gateway and refactor media-server (#106)

Fixed

  • wrong typos cause publish error (#93)

Other

  • restructure cargo workspace deps and fix #122 (#125)
  • Feat connector server (#120)
  • release (#88)

atm0s-media-server-audio-mixer

0.1.1 - 2024-01-24

Other

  • update Cargo.toml dependencies

atm0s-media-server-transport-webrtc

0.2.0 - 2024-01-24

Added

  • sip transport and hooks (#167)
  • F32p2 conversion to from f32 (#152)
  • auto or manual peer info subscribe (#135)
  • audio mix-minus and allow subscribe multi sources (#126)
  • gateway and refactor media-server (#106)

Fixed

  • (deps) update rust crate local-ip-address to 0.5.7 (#178)
  • doctests sdp patch to ices (#181)
  • whip/whep sdp patch with client ices failed #176 (#179)
  • wrong track_id convert from random webrtc Mid (#140)
  • webrtc stream missing info if sdk stop then create new with same name (#100)
  • unused warn and local cluster aggregate bitrate (#99)

Other

  • restructure cargo workspace deps and fix #122 (#125)
  • Feat connector server (#120)
  • Bump udp_sas_async from 0.1.0 to 0.2.0 (#97)

atm0s-media-server-transport-rtmp

0.2.0 - 2024-01-24

Added

  • sip transport and hooks (#167)
  • implement secure with static key JWT, update atm0s-sdn, update readme (#129)
  • gateway and refactor media-server (#106)

Fixed

  • (deps) update rust crate fdk-aac to 0.6.0 (#186)
  • unused warn and local cluster aggregate bitrate (#99)

Other

  • restructure cargo workspace deps and fix #122 (#125)
  • Feat connector server (#120)

atm0s-media-server

0.1.1 - 2024-01-24

Added

  • gateway global (#185)
  • sip transport and hooks (#167)
  • allow run https self-signed cert for testing with remote server (#175)
  • connector with persistent queue (#161)
  • F32p2 conversion to from f32 (#152)
  • node info endpoint (#151)
  • connector external event log - protobuf (#132)
  • implement secure with static key JWT, update atm0s-sdn, update readme (#129)
  • audio mix-minus and allow subscribe multi sources (#126)
  • gateway and refactor media-server (#106)
  • auto or manual peer info subscribe (#135)

Fixed

  • (deps) update rust crate clap to 4.4.18 (#134)
  • whip/whep sdp patch with client ices failed #176 (#179)
  • (deps) update rust crate yaque to 0.6.6 (#169)
  • missing dashboard in gateway and live sessions not update when session ended (#111)
  • (deps) update rust crate atm0s-sdn to 0.1.8 (#162)
  • wrong typos cause publish error (#93)
  • (deps) update rust crate lz4_flex to 0.11.2 (#165)
  • (deps) update rust crate quote to 1.0.35 (#139)
  • (deps) update rust crate syn to 2.0.48 (#128)
  • (deps) update rust crate syn to 2.0.42 (#124)
  • (deps) update rust crate syn to 2.0.41 (#110)
  • (deps) update rust crate local-ip-address to 0.5.7 (#178)
  • doctests sdp patch to ices (#181)
  • wrong track_id convert from random webrtc Mid (#140)
  • webrtc stream missing info if sdk stop then create new with same name (#100)
  • unused warn and local cluster aggregate bitrate (#99)
  • (deps) update rust crate fdk-aac to 0.6.0 (#186)

Other

  • rename token terms (#174)
  • (deps) bump rust-embed from 8.1.0 to 8.2.0 (#142)
  • (deps) bump clap from 4.4.11 to 4.4.13 (#149)
  • restructure cargo workspace deps and fix #122 (#125)
  • Bump clap from 4.4.10 to 4.4.11 (#104)
  • Bump rust-embed from 8.0.0 to 8.1.0 (#109)
  • Feat connector server (#120)
  • release (#88)
  • Bump udp_sas_async from 0.1.0 to 0.2.0 (#97)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2023-12-20T19-02-29Z branch 9 times, most recently from 3f841eb to ed482fb Compare December 22, 2023 15:19
@github-actions github-actions bot force-pushed the release-plz-2023-12-20T19-02-29Z branch 3 times, most recently from 1aa0013 to 7898809 Compare January 1, 2024 14:42
@github-actions github-actions bot force-pushed the release-plz-2023-12-20T19-02-29Z branch 13 times, most recently from 55a7888 to e8c47a6 Compare January 10, 2024 15:14
@github-actions github-actions bot force-pushed the release-plz-2023-12-20T19-02-29Z branch 5 times, most recently from 8963f18 to 9b4c254 Compare January 18, 2024 02:32
@github-actions github-actions bot force-pushed the release-plz-2023-12-20T19-02-29Z branch 7 times, most recently from 87efd4e to 4d9b930 Compare January 24, 2024 08:57
Copy link

coderabbitai bot commented Jan 24, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@github-actions github-actions bot force-pushed the release-plz-2023-12-20T19-02-29Z branch 8 times, most recently from 0197fc5 to d3b63c6 Compare January 24, 2024 14:08
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2023-12-20T19-02-29Z branch from d3b63c6 to d153ed9 Compare January 24, 2024 14:12
@giangndm giangndm merged commit 8b2059e into master Jan 24, 2024
@github-actions github-actions bot mentioned this pull request Jan 25, 2024
@github-actions github-actions bot mentioned this pull request Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: don't create release of child crate
1 participant