Skip to content

Conversation

@findgriffin
Copy link
Contributor

@findgriffin findgriffin commented Nov 13, 2024

Description

Merge main into release, and update version in gradle to 1.0.

This release includes support for Fauna Event Streaming, and Event Feeds (beta).

Motivation and context

The Fauna FQL v10 JVM driver is now generally available!

How was the change tested?

We have:

  1. Unit tests (84% line coverage currently).
  2. End to end tests
  3. A Java Sample app
  4. A couple of bug bashes.

Screenshots (if appropriate):

Change types

    • Bug fix (non-breaking change that fixes an issue)
    • New feature (non-breaking change that adds functionality)
    • Breaking change (backwards-incompatible fix or feature)

Checklist:

    • My code follows the code style of this project.
    • My change requires a change to Fauna documentation.
    • My change requires a change to the README, and I have updated it accordingly.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

David Griffin and others added 30 commits September 11, 2024 11:54
Merge 0.2.0-B1 back into main
  * Add parse(..) methods to ConstraintFailure and ErrorInfo.
  * Add ErrorInfoTest.
  * Add E2EStreamingTest.handleStreamError.
[DOCS-3385] README: Add `getType()` ex for streaming
[Implement-error-parsers] Refactor to use JsonParser instead of ObjectMapper for parsing errors.
  * Remove unused constructor.
  * Re-enable constraint failure E2E test.
  * Add new equality methods.
Co-authored-by: Lucas Pedroza <40873230+pnwpedro@users.noreply.github.com>
Co-authored-by: Lucas Pedroza <40873230+pnwpedro@users.noreply.github.com>
Co-authored-by: Lucas Pedroza <40873230+pnwpedro@users.noreply.github.com>
findgriffin and others added 25 commits November 11, 2024 10:51
Co-authored-by: James Rodewig <james.rodewig@fauna.com>
Co-authored-by: James Rodewig <james.rodewig@fauna.com>
Co-authored-by: James Rodewig <james.rodewig@fauna.com>
Co-authored-by: James Rodewig <james.rodewig@fauna.com>
Co-authored-by: James Rodewig <james.rodewig@fauna.com>
Co-authored-by: James Rodewig <james.rodewig@fauna.com>
Fix checkstyle issues in com.fauna.event
Fix checkstyle issues in com.fauna.constants
Fix checkstyle issues in com.fauna.codec
Fix checkstyle issues in com.fauna.client
Handle unmaterialized sets in PageCodec
[BT-5321-eventsource] Refactor: Delete EventSourceResponse.java, as it duplicates EventSource.java
[DOCS-3726] Replace `EventSourceResponse` with `EventSource`
@findgriffin findgriffin requested a review from a team November 13, 2024 23:31
@findgriffin findgriffin merged commit 76a8ba5 into release Nov 14, 2024
1 check passed
@findgriffin findgriffin deleted the release-1.0 branch November 14, 2024 00:10
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.

5 participants