Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

chore(main): release 4.0.0 #715

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

[1]: https://www.npmjs.com/package/@google-cloud/video-intelligence?activeTab=versions

## [4.0.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v3.4.1...v4.0.0) (2022-06-29)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#714)
* field ObjectTrackingAnnotation.segment moved into oneof, added track_id (#704)

### Features

* field ObjectTrackingAnnotation.segment moved into oneof, added track_id ([#704](https://github.com/googleapis/nodejs-video-intelligence/issues/704)) ([b55757b](https://github.com/googleapis/nodejs-video-intelligence/commit/b55757bedbc2563f2304a6596c50104b499f73d5))
* support regapic LRO ([#720](https://github.com/googleapis/nodejs-video-intelligence/issues/720)) ([903e5ca](https://github.com/googleapis/nodejs-video-intelligence/commit/903e5cad702bfcaab49ed141fe503ff0d22c3b83))


### Bug Fixes

* fixes for dynamic routing and streaming descriptors ([#716](https://github.com/googleapis/nodejs-video-intelligence/issues/716)) ([853d91e](https://github.com/googleapis/nodejs-video-intelligence/commit/853d91e57929323e18ac599e52d436f0f5c3288c))


### Build System

* update library to use Node 12 ([#714](https://github.com/googleapis/nodejs-video-intelligence/issues/714)) ([a9fbbcd](https://github.com/googleapis/nodejs-video-intelligence/commit/a9fbbcd7ab5f7cc49026b3a39b89512ba21c481c))

### [3.4.1](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v3.4.0...v3.4.1) (2021-09-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/video-intelligence",
"description": "Google Cloud Video Intelligence API client for Node.js",
"version": "3.4.1",
"version": "4.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "3.4.1",
"version": "4.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "3.4.1",
"version": "4.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "3.4.1",
"version": "4.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "3.4.1",
"version": "4.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "3.4.1",
"version": "4.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha system-test --timeout=800000"
},
"dependencies": {
"@google-cloud/video-intelligence": "^3.4.1",
"@google-cloud/video-intelligence": "^4.0.0",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down