Skip to content

Latest commit

 

History

History
276 lines (136 loc) · 17.6 KB

File metadata and controls

276 lines (136 loc) · 17.6 KB

Changelog

6.0.0 (2022-09-22)

⚠ BREAKING CHANGES

  • Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.

Bug Fixes

Miscellaneous Chores

5.0.0 (2022-08-12)

⚠ BREAKING CHANGES

  • Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.

Documentation

4.1.0 (2022-07-01)

Features

4.0.0 (2022-06-20)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#333)
  • mark Document.Entity.type as REQUIRED in all versions (#326)

Features

Bug Fixes

  • deps: update dependency @google-cloud/storage to v6 (#335) (0259e67)
  • mark Document.Entity.type as REQUIRED in all versions (#326) (8ef4cca)

Build System

3.3.0 (2022-02-22)

Features

  • add symbols field, and auto-format comments (ec5edb7)
  • add symbols field, and auto-format comments (ec5edb7)
  • add question_id field in ReviewDocumentOperationMetadata (#304) (e10cd03)
  • add question_id field in ReviewDocumentOperationMetadata (#308) (675aff9)

3.2.1 (2022-01-13)

Bug Fixes

  • documentai: add ancillary service bindings to service_yaml (#296) (14d1b31)

3.2.0 (2021-12-14)

Features

3.1.0 (2021-09-21)

Features

  • turns on self-signed JWT feature flag (#258) (e39c909)

Bug Fixes

3.0.2 (2021-08-17)

Bug Fixes

  • build: migrate to using main branch (#253) (ac879c4)
  • deps: google-gax v2.24.1 (#257) (4ff6b2d)
  • Update DocumentUnderstandingService default_host in v1beta2 from a regional endpoint, to non-regional (#252) (79b8d82)

3.0.1 (2021-07-21)

Bug Fixes

  • deps: google-gax v2.17.1 (#243) (a9e4efd)
  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#245) (06bf319)

3.0.0 (2021-07-01)

⚠ BREAKING CHANGES

  • The default version of the API has changed from v1beta3 to v1.

Features

  • default to v1 of the API (#220) (5b370d0)
  • update document.proto, add the processor management methods. (#236) (ddc147f)
  • update ReviewDocumentRequest to allow set priority and enable validation (#238) (a39d9d5)

Bug Fixes

  • deps: google-gax v2.17.0 with mTLS (#241) (2576761)
  • GoogleAdsError missing using generator version after 1.3.0 (#224) (087b081)
  • make request optional in all cases (#237) (10e12bb)
  • update default host to documentai.googleapis.com (#217) (2d30ad0)

2.10.0 (2021-05-12)

Features

  • add confidence field to the PageAnchor.PageRef in document.proto (#206) (f3154a9)

Bug Fixes

2.9.0 (2021-04-26)

Features

  • add confidence field to the PageAnchor.PageRef in document.proto (#204) (580150b)

2.8.0 (2021-04-13)

Features

2.7.0 (2021-04-12)

Features

  • add EVAL_SKIPPED value to the Provenance.OperationType enum (#191) (161b3e0)

2.6.0 (2021-03-15)

Features

  • remove the translation fields in document.proto (#181) (d76272a)

2.5.0 (2021-02-24)

Features

  • Update documentai/v1beta3 protos: add support for boolean normalized value (#154) (4ae8c57)

2.4.0 (2021-02-17)

Features

2.3.0 (2021-01-09)

Features

2.2.2 (2020-12-01)

Bug Fixes

2.2.1 (2020-11-10)

Bug Fixes

2.2.0 (2020-10-17)

Features

2.1.1 (2020-07-09)

Bug Fixes

2.1.0 (2020-06-28)

Features

  • move ts target to es2018 from es2016 (#60) (73ab3b1)

Bug Fixes

  • proper fallback option handling (b4aef10)

2.0.0 (2020-05-15)

⚠ BREAKING CHANGES

  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.

Features

  • check status of long running operation by its name (#54) (d88c23c)
  • drop node8 support (#30) (67ff888)

Bug Fixes

  • remove eslint, update gax, fix generated protos, run the generator (#37) (9e6cf01)
  • remove unused dependencies (#41) (27077e9)
  • deps: update dependency @google-cloud/storage to v5 (#56) (934f317)
  • samples: do not pass location (#39) (2ef2db5)

1.0.0 (2020-03-20)

⚠ BREAKING CHANGES

  • initial generation of beta client (#5)

Features

  • samples: adds Document AI parse table, forms samples (#8) (2fdf913)
  • adds beta samples (30a5392)
  • initial generation of beta client (#5) (e5a34f1)
  • updated library from protos (#9) (5ef7220)