tigrisdata-archive / tigris-client-ts

TypeScript client for Tigris
https://www.tigrisdata.com/docs/sdkstools/typescript/
Apache License 2.0
15 stars 10 forks source link

Release #361

Closed ovaistariq closed 1 year ago

reviewpad[bot] commented 1 year ago

Reviewpad Report

:bangbang: Errors

fix: Removed explicit collection_type=documents' (80d838a9908715876d16ccae2a9d43d0504345b6)

fix: Cleaned up event streaming related code' (b881028601187dd402010a0635d48fda784d73a4)

Automatic schema management now expects collections for only a single database.' (7ed6e6730860f1cf418c1dfe5219129666005090)

Arrays of objects and nested arrays only support index related tags at the parent level.' (01583d79d1c1c2c4985e0de6b8037299e0bfb72c)

If there was a field defined as follows: @SearchField(TigrisDataTypes.ARRAY, { elements: TigrisDataTypes.STRING, facet: true }) @Field(TigrisDataTypes.ARRAY, { elements: TigrisDataTypes.STRING }) genres: Array;

Due to a bug, the field annotation was overwriting the SearchField annotation.

Now with this fix, we merge the options in the two annotations.' (3eb3b88ade665d07612d88680549495534c2f270)

Need to update typing to ensure $contains can take the type of the existing field or an array of that type

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: