-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Extract HalRequestFilter to common * Add Conversations classes * Validate IDs * Tidy up requests * Add BaseConversation * Further refinement of Conversation * Add ListUserConversationsResponse * Fix failing tests * Tidy up UserSession req/res * Tidy up List*Request classes * Add Member fields * Member media classes & fix tests * Add MemberTimestamp * assertEqualsSampleMember * Implement MemberInitiator * More progress on tests * Fix testListMembers * Fix Callback.Params not being assigned * Mandatory parameter validation for Member * String length validation * First attempt at Channel * Another attempt at Channel inference * Custom deserialiser now working * Update Member.Builder with Channel options * More MemberChannel serdes fixes * Add Channel.removeTypeField * MemberMedia builder & testCreateMemberEndpoint * Remove ConversationsClient.validateSessionId * Remove unnecessary fromJson methods * Test Callback.Params.applicationId * Remove CallbackHttpMethod for simplicity * 100% conversations coverage * Coverage for channel deserialisation * Placeholder ConversationClient javadocs * Factor out pageSize in ConversationsClient * Return List<BaseConversation> from listConversations * Add cursor to List*Request * More documentation * Make State mandatory in UpdateMemberRequest * Validate UpdateMemberRequest params * Bump version: v8.3.0 → v8.4.0 * Bump Gradle to 8.6 * Bump JWT library version * Bump Jackson version * Add MessageType to common * Add Event endpoints * Documentation for Event endpoints * Make Event abstract * Generic Event body * Abstract GenericEvent * Update member invite doc * Message event classes * Remove ListUserSessions * Internalise Event body generic * Further improvement to Event.Builder * More work on Events * Add MessageEvent * Add MessageEvent.Builder fields * Documentation & validation for events * Fix failing test * Add AudioRecord fields * Documented AudioRecordEvent * Add AudioSayEvent fields * Add all event type enums * Add Get/Delete event tests * Bump Gradle to 8.7 * Fix Event parsing * Don't look for fromJson in DynamicEndpoint * Simpify exception construction in DynamicEndpoint * Assertions for sample event * Test ListEvents * Remove unnecessary fromJson * Finish / fix Event endpoint tests * Readd missing Gradle wrapper * Add JsonIgnore for Say events * Remove UserSession * StatusEvent tests * Test event body JSON * Ordered Map for JSON tests * Test base event type * Test AudioPlayEvent * Test AudioSayEvent * Test remaining read-only events * Test MessageEvent * 100% Conversations coverage * Only support Phone channel * Validate AudioOutEvent bounds * Fix failing tests
- Loading branch information
Showing
144 changed files
with
9,719 additions
and
274 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
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
Binary file not shown.
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,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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
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.