Building TypeSense Image and Understanding Version Notations

TLDR Robert sought advice on building a TypeSense image and clarifying version notations. Jason recommended the `v0.24-nested` branch and explained that `rcn` is short for `rc nested`.

Photo of Robert
Robert
Mon, 12 Sep 2022 18:32:33 UTC

Hello TS! • Would you recommend to build a TypeSense image off the v0.24 branch for the drop db stall/latency fix or rather wait for the v0.24 image to be released? (We add a few utilities, readiness check to the original image) • What is the difference between builds with the `rcn` and `rc` notation?

Photo of Jason
Jason
Mon, 12 Sep 2022 18:51:47 UTC

I would recommend building off the `v0.24-nested` branch, which has the latest. `rcn` is just an abbreviation for `rc nested`. We wanted to let the nested fields feature bake by itself on a separate RC series.

Photo of Robert
Robert
Mon, 12 Sep 2022 19:46:20 UTC

thank you!!