Release v1.0.4 : mp4Support renditions, optimizeAudio, and track title support , update media Schemas and source resolution - #3
Open
Sumasree8 wants to merge 28 commits into
Open
Conversation
- Externalize Maven Central + GPG signing secrets out of tracked gradle.properties; document env-var / ~/.gradle injection. Build and publish flow unchanged (vanniktech plugin reads the same property names). - Fix publish workflow version mismatch: derive version from Gradle instead of hardcoding 0.1.0, so it uploads the artifacts actually built. - Add JUnit 5 and a first unit-test suite for pure utilities (BigDecimalString, QueryEncoding, Helpers) — 11 tests, no functionality changes. - Add a CI test gate to the Azure pipeline that fails the PR on test failures; existing SonarCloud analysis flow is untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Model changes: - mp4Support is now a list of rendition objects (type, status, height, width, ext) rather than a single enum, with Mp4SupportType/Status/Ext enums generated for each owning model - Add 360p/360 to sourceResolution across all media models - Remove 360p from UpdateMediaMaxResolution - Add title to audio, video and subtitle track models - Replace url with title on UpdateTrackRequest; a track's file can no longer be changed after creation - Change VideoTrack width/height from Double to Long - Rename GetMediaResponse and its nested types to GetMediaDetailResponse Documentation: - Update fastpix.com documentation links to their current paths - Regenerate docs/ and README usage snippets Chore: - Ignore local /fastpix-openai.yaml BREAKING CHANGE: The mp4Support type change, the GetMediaResponse rename, the removal of UpdateTrackRequest.url and UpdateMediaMaxResolution's 360p value, and the VideoTrack width/height type change are source-incompatible for existing consumers.
# Conflicts: # CHANGELOG.md # README.md # gradle.properties # src/main/java/io/fastpix/sdk/SDKConfiguration.java # src/main/java/io/fastpix/sdk/models/components/GetAllMediaResponseMp4Support.java # src/main/java/io/fastpix/sdk/models/components/GetAllMediaResponseSourceResolution.java # src/main/java/io/fastpix/sdk/models/components/GetMediaDetailResponseTrack.java # src/main/java/io/fastpix/sdk/models/components/GetMediaResponseMaxResolution.java # src/main/java/io/fastpix/sdk/models/components/GetMediaResponseMediaQuality.java # src/main/java/io/fastpix/sdk/models/components/GetMediaResponseMp4Support.java # src/main/java/io/fastpix/sdk/models/components/GetMediaResponseSourceResolution.java # src/main/java/io/fastpix/sdk/models/components/GetMediaResponseStatus.java # src/main/java/io/fastpix/sdk/models/components/LiveMediaClipsSourceResolution.java # src/main/java/io/fastpix/sdk/models/components/MediaMp4Support.java # src/main/java/io/fastpix/sdk/models/components/MediaSourceResolution.java # src/main/java/io/fastpix/sdk/models/components/SourceAccessMediaSourceResolution.java # src/main/java/io/fastpix/sdk/models/components/UpdateMediaMaxResolution.java # src/main/java/io/fastpix/sdk/models/components/UpdateTrackRequest.java # test-example/README.md # test-example/build.gradle # tests/README.md
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.