Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.23.1
Choose a base ref
...
head repository: googleapis/java-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.24.0
Choose a head ref
  • 8 commits
  • 48 files changed
  • 6 contributors

Commits on Jul 10, 2024

  1. chore(main): release 3.23.2-SNAPSHOT (#1741)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    92e8e69 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    ee326bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd45349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d445a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    086382c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    05a6f73 View commit details
    Browse the repository at this point in the history
  2. feat: Tracing using OpenTelemetry (#1728)

    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions. (#1531)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * Address code review feedback.
    
    * feat: Add com.google.cloud.firestore.telemetry package. (#1533)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * Address code review feedback.
    
    * Factor out the otel version in pom.xml.
    
    * fix: Remove OpenCensus tracing code. (#1589)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, a… (#1590)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, and listDocuments.
    
    * Address code review feedback.
    
    * Address feedback.
    
    * don't use wildcard imports.
    
    * feat: trace instrumentation for DocumentReference methods. (#1591)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, and listDocuments.
    
    * feat: trace instrumentation for DocumentReference methods.
    
    * feat: trace instrumentation for queries and transactions. (#1592)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, and listDocuments.
    
    * feat: trace instrumentation for DocumentReference methods.
    
    * feat: trace instrumentation for queries and transactions.
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span (#1621)
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span
    
    * Roll back E2E tests commit.
    
    * Address feedback.
    
    * Address feedback (better event log message).
    
    * Address feedback.
    
    ---------
    
    Co-authored-by: Jimit J Shah <57637300+jimit-j-shah@users.noreply.github.com>
    
    * test: End-to-End Integration Test for Client-side Tracing in Firestore Java Server SDK using OpenTelemetry SDK and Cloud Trace Exporter against Cloud Trace. (#1635)
    
    * Adding first e2e client-tracing test w/ Custom Root Span
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span
    
    * Fixing test dependencies and use default GCP testing project.
    
    Fixing
    
    * Fixing test dependencies and use default GCP testing project.
    
    * Fixing formatting
    
    * Add aggregationQueryGet Test
    
    * Add bulkWriterCommitTrace Test
    
    * Fixing running multiple-tests
    
    * Add partitionQuery Test
    
    * Add collectionListDocumentsTrace Test
    
    * Add docRef*Trace Tests
    
    * Add docRefUpdate*Trace and docRefDelete*Trace Tests
    
    * Fixing Trace fetching using retries for missing or incomplete traces due to eventual consistency of Cloud Trace
    
    * Add get/query Trace Tests
    
    * Add Transaction test
    
    * Added TraceContainer to be able to test transaction test-cases
    
    * test: Adding Transaction tests
    
    * test: Adding Transaction tests
    
    * test: Adding TestParameterInjector to run the test for global and non-global opentelemetry SDK instances
    
    * test: formatting and cleanup
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span
    
    * test: Add aggregationQueryGet Test
    
    * test: Add bulkWriterCommitTrace Test and fixed running multiple-tests
    
    * test: Add partitionQuery Test
    
    * test: Add collectionListDocumentsTrace Test
    
    * test: Add docRefUpdate*Trace and docRefDelete*Trace Tests and fixed Trace fetching using retries for missing or incomplete traces due to eventual consistency of Cloud Trace
    
    * test: Add get/query Trace Tests
    
    * test: Added Transaction tests using TraceContainer to verify traces for Transaction ops (BeginTransaction, Rollback etc)
    
    * test: Adding TestParameterInjector to run the test for global and non-global opentelemetry SDK instances
    
    * test: Formatting and cleanup
    
    * test: review comments
    
    * test: fixing dfs to handle case where the compareTo callstack may be shorter than the trace callstack - don't need to throw an exception in that case
    
    * test: Consolidating verification methods
    
    * test: review comments
    
    * fix: Make telemetry-related fields transient. (#1638)
    
    * fix: Rename 'enabled' to 'tracingEnabled'. (#1639)
    
    * fix: Rename 'enabled' to 'tracingEnabled'.
    
    In the future, FirestoreOpenTelemetryOptions will support enabling/disabling
    Logging and Metrics as well. So we should use a better name for this field.
    
    * address feedback.
    
    * fix: Minor improvement to the ITE2ETracingTest. (#1637)
    
    * fix: Minor improvement to the ITE2ETracingTest.
    
    * revert the numExpectedSpans change.
    
    * feat: Add 'isTransactional' attribute. (#1657)
    
    * fix: Necessary test improvements for CI environments. (#1673)
    
    * fix: Necessary test improvements for CI environments.
    
    * Address feedback.
    
    * feat: Disable the tracing feature and remove public APIs.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add the Firestore SDK version to the attributes.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update the "test" dependency versions.
    
    * Address feedback related to attributes.
    
    * Add 'project_id' attribute.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Revert a736fcc ("Disable the tracing feature and remove public APIs").
    
    * GlobalOtel reset for test must happen in `before`, not `after`.
    
    * Address feedback.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Jimit J Shah <57637300+jimit-j-shah@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    00dc240 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.24.0 (#1746)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a08b778 View commit details
    Browse the repository at this point in the history
Loading