Skip to content

Commit

Permalink
SK-1370 Update CHANGELOG & Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-vivek committed Jan 12, 2024
1 parent bedda2d commit 365d255
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

All notable changes to this project will be documented in this file.

## [1.13.0] - 2024-01-11
## [1.13.0] - 2024-01-12
### Added
- Removed get call from batch Insert.
- Continue on error support for batch Insert.

### Fixed
- Axios dependency vulnerability.

## [1.12.0] - 2023-10-20
### Added
- `tokens` option in `get` interface.
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,11 +628,13 @@ Sample Response:
"request_index": 1,
}
],
"errors"; [
"errors": [
{
"code":400,
"description":"Invalid field present in JSON namee - requestId: 87fb2e32-6287-4e61-8304-9268df12bfe8",
"request_index": 0,
"error": {
"code":400,
"description":"Invalid field present in JSON namee - requestId: 87fb2e32-6287-4e61-8304-9268df12bfe8",
"request_index": 0,
}
}
]
}
Expand Down

0 comments on commit 365d255

Please sign in to comment.