Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release GA Java Driver (1.0) #187

Merged
merged 219 commits into from
Nov 14, 2024
Merged

Release GA Java Driver (1.0) #187

merged 219 commits into from
Nov 14, 2024

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.

4 participants