-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1269 from prominenceai/v0.30.b.alpha
v0.30.b.alpha
- Loading branch information
Showing
30 changed files
with
1,543 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# DSL Release Notes | ||
|
||
| Release | Date | | ||
| --------------------------------------------------- | ----------- | | ||
| Release | Date | | ||
| ----------------------------------------------------------- | ----------- | | ||
| [v0.30.b.alpha (patch)](/Release%20Notes/v0.30.b.alpha.md) | 08/28/2024 | | ||
| [v0.30.a.alpha (patch)](/Release%20Notes/v0.30.a.alpha.md) | 07/14/2024 | | ||
| [v0.30.alpha](/Release%20Notes/v0.30.alpha.md) | 05/28/2024 | | ||
| [v0.29.alpha](/Release%20Notes/v0.29.alpha.md) | 03/23/2024 | | ||
| [v0.28.alpha](/Release%20Notes/v0.28.alpha.md) | 01/29/2024 | | ||
| [v0.30.alpha](/Release%20Notes/v0.30.alpha.md) | 05/28/2024 | | ||
| [v0.29.alpha](/Release%20Notes/v0.29.alpha.md) | 03/23/2024 | | ||
| [v0.28.alpha](/Release%20Notes/v0.28.alpha.md) | 01/29/2024 | | ||
| [v0.27.b.alpha (patch)](/Release%20Notes/v0.27.b.alpha.md) | 11/08/2023 | | ||
| [v0.27.a.alpha (patch)](/Release%20Notes/v0.27.a.alpha.md) | 10/24/2023 | | ||
| [v0.27.alpha](/Release%20Notes/v0.27.alpha.md) | 09/13/2023 | | ||
| [v0.26.a.alpha](/Release%20Notes/v0.26.a.alpha.md) | 06/07/2023 | | ||
| [v0.26.alpha](/Release%20Notes/v0.26.alpha.md) | 05/03/2023 | | ||
| [v0.27.alpha](/Release%20Notes/v0.27.alpha.md) | 09/13/2023 | | ||
| [v0.26.a.alpha](/Release%20Notes/v0.26.a.alpha.md) | 06/07/2023 | | ||
| [v0.26.alpha](/Release%20Notes/v0.26.alpha.md) | 05/03/2023 | | ||
|
||
Previous releases were documented on the [Releases](https://github.com/prominenceai/deepstream-services-library/releases) page directly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# v0.30.b.alpha (patch) Release Notes | ||
**Important!** | ||
* `v0.30.b.alpha` is a **patch** release (patch `b` for the `v0.30.alpha` release). | ||
* All updates in this release address issues discoverd with Smart Recording, with both the Record Tap and Record Sink. | ||
* No other components or areas of functionality have changed | ||
|
||
## Issues closed in this release | ||
* Issue with video recording duration in DSL's Record Tap and Record Sink. [#1263](https://github.com/prominenceai/deepstream-services-library/issues/1263) | ||
* Implement new dsl_tap_record_max_size_get/set and dsl_sink_record_max_size_get/set services [#1264](https://github.com/prominenceai/deepstream-services-library/issues/1264) | ||
* Call to NVIDIA's NvDsSRDestroy function blocks indefinately if Pipeline stoped while recording in progress. (NVIDIA Bug) [#1265](https://github.com/prominenceai/deepstream-services-library/issues/1265) | ||
* Update smart-record examples to set cache-size and max-size (new) based on start and duration parameters. [#1266](https://github.com/prominenceai/deepstream-services-library/issues/1265) | ||
|
||
## Examples updated in this release | ||
* [smart_record_sink_start_session_on_ode_occurrence.py](/examples/python/smart_record_sink_start_session_on_ode_occurrence.py) | ||
* [smart_record_sink_start_session_on_user_demand.py](/examples/python/smart_record_sink_start_session_on_user_demand.py) | ||
* [smart_record_tap_start_session_on_ode_occurrence.py](/examples/python/smart_record_tap_start_session_on_ode_occurrence.py) | ||
* [smart_record_tap_start_session_on_user_demand.py](/examples/python/smart_record_tap_start_session_on_user_demand.py) | ||
* [smart_record_sink_start_session_on_ode_occurrence.cpp](/examples/cpp/smart_record_sink_start_session_on_ode_occurrence.cpp) | ||
* [smart_record_sink_start_session_on_user_demand.cpp](/examples/cpp/smart_record_sink_start_session_on_user_demand.cpp) | ||
* [smart_record_tap_start_session_on_ode_occurrence.cpp](/examples/cpp/smart_record_tap_start_session_on_ode_occurrence.cpp) | ||
* [smart_record_tap_start_session_on_user_demand.cpp](/examples/cpp/smart_record_tap_start_session_on_user_demand.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.