Skip to content

Commit

Permalink
Release notes for marqo 1.1.0 (#558)
Browse files Browse the repository at this point in the history
Add release notes for marqo 1.1.0
  • Loading branch information
wanliAlex authored Jul 31, 2023
1 parent a58d94b commit f477273
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Release 1.1.0

## New features

- New field `numberOfVectors` in the `get_stats` response object (https://github.com/marqo-ai/marqo/pull/553).
This field counts all vectors from all documents in a given index. See [here](https://docs.marqo.ai/1.1.0/API-Reference/stats/) for detailed usage.

- New per-index health check endpoint `GET /indexes/{index-name}/health` (https://github.com/marqo-ai/marqo/pull/552).
This replaces the cluster-level health check endpoint, `GET /health`,
which is deprecated and will be removed in Marqo 2.0.0. See [here](https://docs.marqo.ai/1.1.0/API-Reference/health/) for detailed usage.

## Bug fixes and minor changes

- Improved image download validation and resource management (https://github.com/marqo-ai/marqo/pull/551). Image downloading in Marqo is more stable and resource-efficient now.

- Adding documents now returns an error when `tensorFields` is not specified explicitly (https://github.com/marqo-ai/marqo/pull/554). This prevents users accidentally creating unwanted tensor fields.

## Contributor shout-outs

- Thank you for the vibrant discussion in our [forum](https://community.marqo.ai/). We love hearing your questions and about your use cases.


# Release 1.0.0

## Breaking Changes
Expand Down

0 comments on commit f477273

Please sign in to comment.