Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo committed Nov 4, 2024
1 parent df4a203 commit 2995a62
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 271 deletions.
104 changes: 52 additions & 52 deletions config/android.yaml
Original file line number Diff line number Diff line change
@@ -1,85 +1,86 @@
changelog:
- 1.6.5 (2024-11-04):
- Analytics updates (ccv, views, ...)
- 1.6.4 (2024-10-08):
- Add transcript feature
- Add transcript feature
- 1.6.3 (2024-09-30):
- Add /tags API endpoint
- Add /tags API endpoint
- 1.6.2 (2024-09-16):
- Add discarded video endpoints
- Add discarded video endpoints
- 1.6.1 (2024-09-05):
- Add sort parameters in analytics endpoints
- Add sort parameters in analytics endpoints
- 1.6.0 (2024-07-29):
- Add new analytics methods
- Add livestream complete() method
- Add new analytics methods
- Add livestream complete() method
- 1.5.7 (2024-04-25):
- Add API to get rate limiting headers
- Add API to get rate limiting headers
- 1.5.6 (2024-03-21):
- Add missing proguard rules for gson and jackson
- Add missing proguard rules for gson and jackson
- 1.5.5 (2024-02-19):
- Update VideoStatusIngest enum
- Update VideoStatusIngest enum
- 1.5.4 (2024-01-08):
- Upgrade dependencies, gradle and Kotlin
- Upgrade dependencies, gradle and Kotlin
- 1.5.3 (2023-12-14):
- Add support for API level >= 34 for WorkManager
- Add support for API level >= 34 for WorkManager
- 1.5.2 (2023-09-26):
- Extend Android minSdkVersion to 21
- Extend Android minSdkVersion to 21
- 1.5.1 (2023-08-22):
- Fix cancellation of upload workers for the WorkManager API
- Fix cancellation of upload workers for the WorkManager API
- 1.5.0 (2023-08-21):
- Improve cancel of upload workers for the WorkManager API
- Improve cancel of upload workers for the WorkManager API
- 1.4.2 (2023-08-10):
- Fix upload with upload token and video id when video is smaller than chunk size
- Fix upload with upload token and video id when video is smaller than chunk size
- 1.4.1 (2023-08-08):
- Fix upload notification resources name
- Fix upload notification resources name
- 1.4.0 (2023-06-28):
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- 1.3.2 (2023-04-20):
- Add upload token and videoId in WorkManager tags
- Add upload token and videoId in WorkManager tags
- 1.3.1 (2023-04-04):
- Add custom tag for WorkManager
- Fix tag for progressive upload in WorkManager
- Worker now returns the file in case developer want to delete it after upload.
- Use api.video theme and icon for examples
- Add custom tag for WorkManager
- Fix tag for progressive upload in WorkManager
- Worker now returns the file in case developer want to delete it after upload.
- Use api.video theme and icon for examples
- 1.3.0 (2023-02-28):
- Introduce WorkManager dedicated API
- Introduce WorkManager dedicated API
- 1.2.3 (2022-11-16):
- Fix the UploadService notification level
- In example, add support for Android 13
- Fix the UploadService notification level
- In example, add support for Android 13
- 1.2.2 (2022-09-13):
- period parameter is now mandatory in analytics endpoints
- period parameter is now mandatory in analytics endpoints
- 1.2.1 (2022-08-30):
- Improve the upload Service
- Improve the upload Service
- 1.2.0 (2022-08-22):
- Add an upload Service
- Add an upload Service
- 1.1.0 (2022-07-12):
- Add Async APIs
- Add Async APIs
- 1.0.6 (2022-07-05):
- Add SDK origin header
- Add SDK origin header
- 1.0.5 (2022-04-21):
- Fix `video.publishedAt` type
- Fix `video.publishedAt` type
- 1.0.4 (2022-03-21):
- Add `ingest.receivedParts` attribute in GET /videos/{video_id}/status
- Add `ingest.receivedParts` attribute in GET /videos/{video_id}/status
- 1.0.3 (2022-03-17):
- Fix metadata query param in GET /videos
- Fix metadata query param in GET /videos
- 1.0.2 (2022-03-10):
- Add Origin identification headers
- Add Origin identification headers
- 1.0.1 (2022-01-24):
- Add applicationName parameter (to allow user agent extension)
- Add applicationName parameter (to allow user agent extension)
- 1.0.0 (2022-01-07):
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}
- 0.2.2 (2022-01-06):
- Increase chunked and progressive upload speed
- Update min Sdk version to Android API 24
- Increase chunked and progressive upload speed
- Update min Sdk version to Android API 24
- 0.2.1 (2021-12-13):
- Add an interface for progressive upload session
- Add an interface for progressive upload session
- 0.2.0 (2021-12-06):
- Add `name` attribute in player themes
- Add `name` attribute in player themes
- 0.1.0 (2021-11-19):
- Initial release

- Initial release
originClient: android
invokerPackage: video.api.client.api
apiPackage: video.api.client.api.clients
Expand All @@ -101,14 +102,13 @@ library: okhttp-gson
dateLibrary: threetenbp
artifactId: android-api-client
hideGenerationTimestamp: true
serializableModel: "true"
java8: "true"
android: "true"
client: "true"
serializableModel: 'true'
java8: 'true'
android: 'true'
client: 'true'
defaultChunkSize: 50 * 1024 * 1024
minChunkSize: 5 * 1024 * 1024
maxChunkSize: 128 * 1024 * 1024

files:
Nullable.mustache:
folder: src/main/java/video/api/client/api/models
Expand Down Expand Up @@ -205,4 +205,4 @@ files:
folder: src/main/java/video/api/uploader/api/work/utils
destinationFilename: Hash.kt
consumer-rules.mustache:
destinationFilename: consumer-rules.pro
destinationFilename: consumer-rules.pro
56 changes: 28 additions & 28 deletions config/csharp.yaml
Original file line number Diff line number Diff line change
@@ -1,49 +1,50 @@
changelog:
- 1.6.5 (2024-11-04):
- Analytics updates (ccv, views, ...)
- 1.6.4 (2024-10-08):
- Add transcript feature
- Add transcript feature
- 1.6.3 (2024-09-30):
- Add /tags API endpoint
- Add /tags API endpoint
- 1.6.2 (2024-09-16):
- Add discarded video endpoints
- Add discarded video endpoints
- 1.6.1 (2024-09-05):
- Add sort parameters in analytics endpoints
- Add sort parameters in analytics endpoints
- 1.6.0 (2024-07-29):
- Add new analytics methods
- Add livestream complete() method
- Add new analytics methods
- Add livestream complete() method
- 1.5.0 (2024-07-19):
- fix nuget package (closes \#131)
- add *Async() methods (closes \#132)
- fix nuget package (closes \#131)
- add *Async() methods (closes \#132)
- 1.4.0 (2024-06-11):
- .net 5.0 support
- .net 5.0 support
- 1.3.1 (2024-02-19):
- Update VideoStatusIngest enum
- Update VideoStatusIngest enum
- 1.3.0 (2023-06-28):
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- 1.2.7 (2022-09-13):
- period parameter is now mandatory in analytics endpoints
- period parameter is now mandatory in analytics endpoints
- 1.2.6 (2022-07-05):
- Add SDK origin header
- Add SDK origin header
- 1.2.5 (2022-04-21):
- Fix `video.publishedAt` type
- Fix `video.publishedAt` type
- 1.2.4 (2022-03-21):
- Add `ingest.receivedParts` attribute in GET /videos/{video_id}/status
- Add `ingest.receivedParts` attribute in GET /videos/{video_id}/status
- 1.2.3 (2022-03-17):
- Fix metadata query param in GET /videos
- Fix metadata query param in GET /videos
- 1.2.2 (2022-03-11):
- Add Origin identification headers
- Add Origin identification headers
- 1.2.1 (2022-01-24):
- Add applicationName parameter (to allow user agent extension)
- Add applicationName parameter (to allow user agent extension)
- 1.2.0 (2022-01-07):
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}
- 1.1.0 (2021-12-06):
- Add `name` attribute in player themes
- Add `name` attribute in player themes
- 1.0.0 (2021-11-15):
- Add support of `progressive uploads`

- Add support of `progressive uploads`
licenseName: MIT
sourceFolder: src/
groupId: video.api
Expand All @@ -60,7 +61,6 @@ targetFramework: v4.5.2
defaultChunkSize: 50 * 1024 * 1024
minChunkSize: 5 * 1024 * 1024
maxChunkSize: 128 * 1024 * 1024

files:
page.mustache:
folder: src/ApiVideo/Model
Expand Down Expand Up @@ -90,4 +90,4 @@ files:
folder: src/ApiVideo/Model
destinationFilename: IUploadPartProgressListener.cs
post-generate.sh:
destinationFilename: post-generate.sh
destinationFilename: post-generate.sh
48 changes: 24 additions & 24 deletions config/go.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
changelog:
- 1.4.5 (2024-11-04):
- Analytics updates (ccv, views, ...)
- 1.4.4 (2024-10-08):
- Add transcript feature
- Add transcript feature
- 1.4.3 (2024-09-30):
- Add /tags API endpoint
- Add /tags API endpoint
- 1.4.2 (2024-09-16):
- Add discarded video endpoints
- Add discarded video endpoints
- 1.4.1 (2024-09-05):
- Add sort parameters in analytics endpoints
- Add sort parameters in analytics endpoints
- 1.4.0 (2024-07-29):
- Add new analytics methods
- Add livestream complete() method
- Add new analytics methods
- Add livestream complete() method
- 1.3.1 (2024-02-19):
- Update VideoStatusIngest enum
- Update VideoStatusIngest enum
- 1.3.0 (2023-06-28):
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- 1.2.6 (2022-09-13):
- period parameter is now mandatory in analytics endpoints
- period parameter is now mandatory in analytics endpoints
- 1.2.5 (2022-07-05):
- Add SDK origin header
- Add SDK origin header
- 1.2.4 (2022-04-01):
- Fix nullable fields in `status` endpoint result
- Fix nullable fields in `status` endpoint result
- 1.2.3 (2022-03-21):
- Add `ingest.receivedParts` attribute in GET /videos/{video_id}/status
- Add `ingest.receivedParts` attribute in GET /videos/{video_id}/status
- 1.2.2 (2022-03-11):
- Add Origin identification headers
- Add Origin identification headers
- 1.2.1 (2022-01-24):
- Add applicationName parameter (to allow user agent extension)
- Add applicationName parameter (to allow user agent extension)
- 1.2.0 (2022-01-07):
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}
- 1.1.0 (2021-12-06):
- Add `name` attribute in player themes
- Add `name` attribute in player themes
- 1.0.0 (2021-11-15):
- Add support of `progressive uploads`

- Add support of `progressive uploads`
licenseName: MIT
generateInterfaces: true
structPrefix: true
Expand All @@ -50,7 +51,6 @@ ignoredFiles:
defaultChunkSize: 50 * 1024 * 1024
minChunkSize: 5 * 1024 * 1024
maxChunkSize: 128 * 1024 * 1024

files:
post-generate.sh:
destinationFilename: post-generate.sh
destinationFilename: post-generate.sh
Loading

0 comments on commit 2995a62

Please sign in to comment.