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

Beta Release #296

Closed ovaistariq closed 1 year ago

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.0.0-beta.42 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

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:

reviewpad[bot] commented 1 year ago

Reviewpad Report

:bangbang: Errors

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)