# @langchain/google-vertexai

## 2.1.31

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.31

## 2.1.30

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.30

## 2.1.29

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.29

## 2.1.28

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.28

## 2.1.27

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.27

## 2.1.26

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.26

## 2.1.25

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.25

## 2.1.24

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.24

## 2.1.23

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.23

## 2.1.22

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.22

## 2.1.21

### Patch Changes

- [#10106](https://github.com/langchain-ai/langchainjs/pull/10106) [`9f30267`](https://github.com/langchain-ai/langchainjs/commit/9f30267e95a2a42fac71f1d3674b84c5a190dbbc) Thanks [@hntrl](https://github.com/hntrl)! - Add package version metadata to runnable traces. Each package now stamps its version in `this.metadata.versions` at construction time, making version info available in LangSmith trace metadata.

- Updated dependencies [[`9f30267`](https://github.com/langchain-ai/langchainjs/commit/9f30267e95a2a42fac71f1d3674b84c5a190dbbc)]:
  - @langchain/google-gauth@2.1.21

## 2.1.20

### Patch Changes

- [#10080](https://github.com/langchain-ai/langchainjs/pull/10080) [`b583729`](https://github.com/langchain-ai/langchainjs/commit/b583729e99cf0c035630f6b311c4d069a1980cca) Thanks [@hntrl](https://github.com/hntrl)! - Add string-model constructor overloads for chat models (with supporting tests where applicable).

- Updated dependencies [[`b583729`](https://github.com/langchain-ai/langchainjs/commit/b583729e99cf0c035630f6b311c4d069a1980cca)]:
  - @langchain/google-gauth@2.1.20

## 2.1.19

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.19

## 2.1.18

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.18

## 2.1.17

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.17

## 2.1.16

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.16

## 2.1.15

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.15

## 2.1.14

### Patch Changes

- [#9900](https://github.com/langchain-ai/langchainjs/pull/9900) [`a9b5059`](https://github.com/langchain-ai/langchainjs/commit/a9b50597186002221aaa4585246e569fa44c27c8) Thanks [@hntrl](https://github.com/hntrl)! - Improved abort signal handling for chat models:
  - Added `ModelAbortError` class in `@langchain/core/errors` that contains partial output when a model invocation is aborted mid-stream
  - `invoke()` now throws `ModelAbortError` with accumulated `partialOutput` when aborted during streaming (when using streaming callback handlers)
  - `stream()` throws a regular `AbortError` when aborted (since chunks are already yielded to the caller)
  - All provider implementations now properly check and propagate abort signals in both `_generate()` and `_streamResponseChunks()` methods
  - Added standard tests for abort signal behavior

- Updated dependencies []:
  - @langchain/google-gauth@2.1.14

## 2.1.13

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.13

## 2.1.12

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.12

## 2.1.11

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.11

## 2.1.10

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.10

## 2.1.9

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.9

## 2.1.8

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.8

## 2.1.7

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.7

## 2.1.6

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.6

## 2.1.5

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.5

## 2.1.4

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.4

## 2.1.3

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.3

## 2.1.2

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.2

## 2.1.1

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.1.1

## 2.1.0

### Patch Changes

- [#8951](https://github.com/langchain-ai/langchainjs/pull/8951) [`a2a0088`](https://github.com/langchain-ai/langchainjs/commit/a2a00880b80119eb926de05e9c556a44fd56632e) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(google-common): handle unsupported Zod schema features for Gemini tools

- Updated dependencies []:
  - @langchain/google-gauth@2.1.0

## 2.0.4

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.0.4

## 2.0.3

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.0.3

## 2.0.2

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.0.2

## 2.0.1

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@2.0.1

## 1.0.4

### Patch Changes

- [#9416](https://github.com/langchain-ai/langchainjs/pull/9416) [`0fe9beb`](https://github.com/langchain-ai/langchainjs/commit/0fe9bebee6710f719e47f913eec1ec4f638e4de4) Thanks [@hntrl](https://github.com/hntrl)! - fix 'moduleResultion: "node"' compatibility

- Updated dependencies [[`0fe9beb`](https://github.com/langchain-ai/langchainjs/commit/0fe9bebee6710f719e47f913eec1ec4f638e4de4)]:
  - @langchain/google-gauth@2.0.0

## 1.0.3

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@1.0.3

## 1.0.2

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@1.0.2

## 1.0.1

### Patch Changes

- Updated dependencies []:
  - @langchain/google-gauth@1.0.1

## 1.0.0

This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.

## 0.2.18

### Patch Changes

- @langchain/google-gauth@0.2.18

## 0.2.17

### Patch Changes

- @langchain/google-gauth@0.2.17
