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/python-documentai-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1-alpha
Choose a base ref
...
head repository: googleapis/python-documentai-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.2-alpha
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 2, 2024

  1. fix: Reduce API polling for Document.from_batch_process_operation() (

    …#249)
    
    * fix: Add polling interval and timeout parameters for `Document.from_batch_process_operation()`
    
    fixes #246
    
    Also added `ClientInfo` to Document AI Clients to collect API usage metrics
    
    * Change default polling interval to `0`.
    
    * Fix docstring formatting
    
    * Change Operation Polling to use default api_core retry.
    
    - Required significant refactoring to convert the operations_pb into a Google API Core Operation that can be polled.
    
    * test: Fix unit tests for `_get_batch_process_metadata()`
    holtskinner authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0677299 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.12.2-alpha (#250)

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