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/sdk-platform-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.36.0
Choose a base ref
...
head repository: googleapis/sdk-platform-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.37.0
Choose a head ref
  • 4 commits
  • 47 files changed
  • 4 contributors

Commits on Feb 29, 2024

  1. chore(main): release 2.36.1-SNAPSHOT (#2523)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>2.36.1-SNAPSHOT</summary>
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    aab08b4 View commit details
    Browse the repository at this point in the history
  2. feat: improve batching summary errors (#2509)

    To avoid data loss, the Batching api throws an exception when the
    batcher is closed when at least 1 entry failed. To help debugging, the
    BatchingException tries to be helpful by giving some details about the
    errors. Since the Batcher lifetime can extend indefinitely, the Batcher
    implementation tries to keep a bound on the amount of resources it uses
    to track the errors. Previously it would only track exception types and
    counts. The idea being that if the customer has the need for fine
    grained details, the customer can retrieve the details from the
    ApiFuture that was returned when an entry was added. However this hasn't
    panned out and creates confusion.
    
    This PR stores a sample of the error messages. The sample is by default
    capped to 50 entry and 50 rpc error messages. This can be adjusted by
    setting system properties
    
    Thank you for opening a Pull Request! For general contributing
    guidelines, please refer to [contributing
    guide](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md)
    
    Before submitting your PR, there are a few things you can do to make
    sure it goes smoothly:
    
    - [ ] Make sure to open an issue as a
    [bug/issue](https://github.com/googleapis/gapic-generator-java/issues/new/choose)
    before writing your code! That way we can discuss the change, evaluate
    designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> ☕️
    igorbernstein2 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d6964a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5af1e View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.37.0 (#2526)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>2.37.0</summary>
    
    ##
    [2.37.0](v2.36.0...v2.37.0)
    (2024-02-29)
    
    
    ### Features
    
    * improve batching summary errors
    ([#2509](#2509))
    ([d6964a4](d6964a4))
    
    
    ### Bug Fixes
    
    * adjust release please config to reflect file location change.
    ([#2524](#2524))
    ([1e5af1e](1e5af1e))
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    832e362 View commit details
    Browse the repository at this point in the history
Loading